react icon indicating copy to clipboard operation
react copied to clipboard

Docs for Blankslate component are incorrect

Open joshblack opened this issue 2 years ago • 0 comments

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.json so that they appear correctly on the docs site

joshblack avatar Aug 11 '23 15:08 joshblack