react
react copied to clipboard
Docs for Blankslate component are incorrect
When visiting the React docs for Blankslate at: https://primer.style/design/components/blankslate/react folks may run into one of two. problems when trying to use the component:
- The import statement is incorrect (it should be importing from experimental or drafts)
- The storybook stories do not link correctly (the default story is incorrect)
We should make sure that the import statement is updated and that the docs for this component include the correct storybook paths
- [ ] Update import statement to
@primer/react/experimental - [ ] Add stories to
Blankslate.docs.jsonso that they appear correctly on the docs site