/Aurora

React component library for nwPlus websites

Primary LanguageJavaScript

Aurora Design System

Aurora is a comprehensive React component library to help build nwPlus websites faster. Common components such as icons, typography, buttons, controls, inputs, and dropdowns have been built with reusability and atomic design in mind so that developers can use them right out of the box. It is built with React Styled Components and Storybook.

Aurora is available as an npm package.

Development

Running the repo for the first time

From the project root directory run

npm install

npm run storybook

and go to localhost: 6006

Run

npm run storybook

and go to localhost: 6006

Production Build

To build your package run:

npm run build

Copy files in dist to package.

npm run copy

To publish to npm (login required)

Make sure to update the version in package.json or it won't publish.

npm run publish