File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,6 +175,14 @@ and independent view components, rendered server-side.
175175
176176For more information, refer to the [ components ` README.md ` ] ( ../app/components/README.md ) .
177177
178+ To preview components and their available options, we use [ Lookbook] ( https://lookbook.build/ ) to
179+ generate a navigable index of our available components. These previews are available at the [ ` /components/ ` route] ( http://localhost:3000/components/ )
180+ in local development, review applications, and in the ` dev ` environment. When adding a new component
181+ or an option to an existing component, you should also make this component or option available in
182+ Lookbook previews, found under [ ` spec/components/previews ` ] ( https://github.com/18F/identity-idp/tree/main/spec/components/previews ) .
183+ Refer to [ Lookbook's _ Previews Overview_ documentation] ( https://lookbook.build/guide/previews ) for
184+ more information on how to author Lookbook previews.
185+
178186#### React
179187
180188For non-trivial client-side interactivity, we use [ React] ( https://reactjs.org/ ) to build and combine
You can’t perform that action at this time.
0 commit comments