Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored May 1, 2024
1 parent 1fe930f commit 61ce616
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ const TextInput2 = () => <TextInput binding={new BindingTwoWay()} link={{ observ
Each component exists in its own folder within the `./src/components` directory. They each contain:
- `index.ts`: The PCUI element itself.
- `style.scss`: The SASS styles for the component.
- `component.tsx`: A React wrapper for the element, currently used to display the element in Storybook.
- `component.stories.tsx`: The Storybook entry for this component.
- `index.ts`: The PCUI element.
- `style.scss`: The SASS styles for the PCUI element.
- `component.tsx`: A React component wrapping the PCUI element.
- `component.stories.tsx`: The Storybook entry for the React component.
Locally developed components can be viewed & tested by running the Storybook app, as mentioned in the following section.
Expand Down

0 comments on commit 61ce616

Please sign in to comment.