diff --git a/src/routes/components/components.json b/src/routes/components/components.json index ba8b7c7f6..35160d4ab 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2337,5 +2337,15 @@ "category": "SvelteKit Adapters", "tags": ["integrations"], "stars": 25 + }, + { + "title": "svelte-fsm", + "url": "https://github.com/kenkunz/svelte-fsm", + "description": "Tiny, expressive, Svelte-optimized Finite State Machine library", + "npm": "svelte-fsm", + "addedOn": "2021-11-01", + "category": "Stores", + "tags": ["in-page navigation","stores and state"], + "stars": 1 } ]