Skip to content

Latest commit

 

History

History

react-library

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NJWDS React Components

NJWDS React components autogenerated from the Stencil web components in stencil-library using Stencil's React integration.

Developing the library

Setup

  1. Make sure you're in the packages/react-library directory.
  2. Run npm install.

Build the React components

  1. Run npm run build from packages/stencil-library to build the web components.
  2. Run npm run build from packages/react-library to build the React components from the Stencil web components.

View component library locally

React components can be viewed locally by using the example-react app.