Skip to content
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

Storybook #134

Merged
merged 6 commits into from
Feb 22, 2023
Merged

Storybook #134

merged 6 commits into from
Feb 22, 2023

Conversation

lukemoderwell
Copy link
Contributor

@lukemoderwell lukemoderwell commented Feb 22, 2023

Basic component library setup with Storybook. Includes .scss support:

Screenshot 2023-02-22 at 8 33 55 AM

import type { Meta, StoryObj } from '@storybook/react';

// import { Button } from './Button';
import Button from '../components/Button';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a very sophisticated example but here is a simple button. We can start adding components that are more advanced like the InstanceCard or even a certain extension UI view as we go.

@lukemoderwell lukemoderwell merged commit 426bded into main Feb 22, 2023
@lukemoderwell lukemoderwell deleted the storybook branch February 22, 2023 13:37
sjmiller609 added a commit that referenced this pull request Dec 5, 2023
* don't bother installing disabled extensions

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants