AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
724 stars 47 forks source link

Add storybook to Svelte TS project #201

Closed gcsecsey closed 2 years ago

gcsecsey commented 2 years ago

Pull Request Template

Description

This PR adds Storybook with Typescript support to the agnostic-svelte-ts project:

Related to #127

Testing steps

cd agnostic-svelte-ts
npm i && npm run storybook

Storybook should build all stories with TS sources and common CSS successfully:

image

Checklist:

Please delete options that are not relevant.

We realize above checklist is pretty intimidating, reach out with an at mention on your issue if you're interested in contributing but need some clarifications!

roblevintennis commented 2 years ago

Notes

I think this all checks out. Thanks @gcsecsey -- I'm going to merge it 🙏 ❤️ 🚀