Skip to content
/ Aurora Public

React component library for nwPlus websites

Notifications You must be signed in to change notification settings

nwplus/Aurora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React component library for nwPlus websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published