-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore(storybook): react boilerplate #324
Conversation
✅ Deploy Preview for carbon-labs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, some minor clean up
packages/react/src/components/ExampleButton/__tests__/ExampleButton-test.js
Show resolved
Hide resolved
You can build an accordion using a combination of the `Accordion` and | ||
`AccordionItem` components. The `Accordion` components accepts a list of | ||
`AccordionItem` components as `children` and each `AccordionItem` is responsible | ||
for displaying the accordion's heading and panel content. | ||
|
||
You can configure the accordion item's heading using the `title` prop. | ||
Everything you pass in as a child of `AccordionItem` will be rendered in the | ||
accordion's panel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably populate with generate Button docs here
Closes #263
adds react boilerplate example
Changelog
New
packages/react
folder@carbon/react
Testing / Reviewing
CI should pass