Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 736 Bytes

File metadata and controls

19 lines (11 loc) · 736 Bytes

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.