-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create style guide basics #2
Conversation
Great work! Am I right in assuming that a consumer of the package would not be interested in the Storybook UI (that's more for exploring the styles in this repo)? And that the consumer is really mostly interested in the base component/color/font definitions? If that's true, it might be best to separate that out into separate packages, so that the published package only contains the core components and not the Storybook UI. Take a look at the SIWF repository; that's also a Vite/Svelte project with separate packages; some of which are published & some that aren't. If that's the route we think we want to go, I'd be okay with merging this & make that the subject of a subsequent issue/PR. |
Co-authored-by: Joe Caputo <[email protected]>
Co-authored-by: Joe Caputo <[email protected]>
Linked to #13 |
Create style guide basics
Goal
The goal of this PR is to create a package we can release to setup the basics of our style guide.
Closes #1
Discussion
Currently the components are loading into /src in the package, so you have to reference that path when importing a component. Is there a way to avoid that?
Checklist
How To Test the Changes