svelte-storybook

Svelte Storybook

Component documentation using SvelteKit, Tailwindcss and Typescript

Storybook setup using SvelteKit, Typescript and Tailwind.css

Everything you need to know about setting up a SvelteKit project with Storybook, Typescript and Tailwindcss.

Installation Guidelines

  1. Clone this repository to your local device
$ git clone https://github.com/morelmiles/svelte-storybook.git
  1. Install the project's dependencies
$ npm  install
# or
yarn add
  1. Start the Svelte server
$ npm run dev -- --open
  1. Start the Storybook
$ npm run storybook

TO DO

  • [] - Add documentation for the Modal component
  • [] - Webpage responsiveness and navbar dropdown

Top categories

Loading Svelte Themes