From 01bf89eb7eb0fd892fa2f4d857bbfe085bb4ef4d Mon Sep 17 00:00:00 2001 From: printer_scanner Date: Tue, 19 Nov 2024 07:49:28 +0100 Subject: [PATCH] feat(whats-new): add example styles whats new post (#588) --- .../src/pages/whats-new/2024-11-19.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sites/reactflow.dev/src/pages/whats-new/2024-11-19.mdx diff --git a/sites/reactflow.dev/src/pages/whats-new/2024-11-19.mdx b/sites/reactflow.dev/src/pages/whats-new/2024-11-19.mdx new file mode 100644 index 00000000..72a7267f --- /dev/null +++ b/sites/reactflow.dev/src/pages/whats-new/2024-11-19.mdx @@ -0,0 +1,23 @@ +--- +title: 'Our examples have a fresh new look' +description: We've unified the styles across all examples and added a new theme file to show you how to customize the styles and interactions of your flows. +authors: [xyflow] +date: '2024-11-19' +--- + +import { RemoteCodeViewer } from 'xy-shared'; + +import { getStaticCode } from 'xy-shared/server'; +export const getStaticProps = getStaticCode(['examples/misc/overview']); + +# Our examples have a fresh new look! + +We’ve revamped the styles across all our React Flow examples. Plus, we added a new theme file to show you how to customize the style and interactions of your flows. + +We think it looks fantastic and can’t wait to hear your feedback. Check out our updated Feature Overview below, along with all of our other updated [examples](https://reactflow.dev/examples). + +