-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(whats-new): add example styles whats new post (#588)
- Loading branch information
1 parent
a009e3e
commit 01bf89e
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). | ||
|
||
<RemoteCodeViewer | ||
route="examples/misc/overview" | ||
framework="react" | ||
showEditor={false} | ||
/> |