-
Notifications
You must be signed in to change notification settings - Fork 309
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
docs: adding react snippets in Storybook #2934
Conversation
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
Co-authored-by: Gavin Barron <gavinbarron@microsoft.com>
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
1 similar comment
📖 The updated storybook is available here |
#2962 should be merged before we merge this one. Changes will be required as it will impacts the enums used in React. |
Love the update to the auth page, nice one! |
This should be ready to be merged! |
📖 The updated storybook is available here |
1 similar comment
📖 The updated storybook is available here |
@sebastienlevert this looks good to me, but there's a conflict that needs to be resolved before I can approve |
📖 The updated storybook is available here |
|
📖 The updated storybook is available here |
Closes #2929
PR Type
Description of the changes
Adding a new set of stories for each component that focused on React. We are not rendering the React components, we are only showcasing the snippets. This is a first step towards more complete React docs in Storybook.
PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information
This will probably require a Docs PR to replace the previous stories with the HTML ones (moved in Storybook) and to include a new tab control to showcase the React ones.