NJWDS React components autogenerated from the Stencil web components in stencil-library
using Stencil's React integration.
- Make sure you're in the
packages/react-library
directory. - Run
npm install
.
- Run
npm run build
frompackages/stencil-library
to build the web components. - Run
npm run build
frompackages/react-library
to build the React components from the Stencil web components.
React components can be viewed locally by using the example-react
app.