luigimorel / svelte-storybook

Component documentation using SvelteKit, Tailwindcss and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storybook setup using SvelteKit, Typescript and Tailwind.css

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

web page

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

About

Component documentation using SvelteKit, Tailwindcss and Typescript


Languages

Language:Svelte 91.9%Language:TypeScript 3.6%Language:JavaScript 3.3%Language:HTML 0.7%Language:CSS 0.5%