trussworks / react-uswds

USWDS 3.0 components built in React
https://trussworks.github.io/react-uswds/
Apache License 2.0
186 stars 81 forks source link

[docs] Not possible to see the React code of stories #2786

Closed sawyerh closed 8 months ago

sawyerh commented 8 months ago

It's not currently possible, when viewing Storybook, to see the source code for a Story. This makes it difficult for developers to know how to use a component in a similar way. For example, the custom tooltip:

CleanShot 2024-02-29 at 10 09 27@2x

A potential solution would be to add this addon: https://storybook.js.org/addons/@storybook/addon-storysource

werdnanoslen commented 8 months ago

Hi there, yes, unfortunately we didn't notice this when we updated storybook, so I have another PR to bring that back