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.
From the project root directory run
npm install
npm run storybook
and go to localhost: 6006
npm run storybook
and go to localhost: 6006
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