Files
xyflow/examples/svelte
Moritz KlackandGitHub ab5eef220f Feat: dark mode (#3652)
* feat(react/svelte): add dark mode defaults

* refactor(darkmode): minimap, edges, edge labels

* chore(style): edge label color

* feat(colorMode): add colorMode prop light/dark/system

* chore(examples): cleanup

* test(colorMode): add tests

* chore(base.css): add dark base

* chore(examples): cleanup
2023-11-23 12:15:36 +01:00
..
2023-11-23 12:15:36 +01:00
2023-10-25 13:23:37 +02:00

Svelte Flow examples

This Vite app is used internally to test the library.

Start local dev server

pnpm dev

Adding new example

Development of the library is done against src/routes/examples. Feel free to add new implementations for features that you develop.

  1. Create a new folder & flow at src/routes/examples/
  2. Register the new route in src/components/Header/Header.svelte

Adding new E2E implementation

E2E testing is done against the flows implemented in src/generic-tests. Adding a new configuration file automatically adds a new route under http://localhost:5173/tests/generic/$foldername/$filename. For further documentation visit xyflow/tests/playwright.