1.0.0 • Published 6 years ago

@dol_design/assets v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

DOL Component Library


This project was scaffoled from this module create-react-library. This library uses tool like create-react-library for active development and rollup js for bundling the component library into correctly formatted modules.

NPM

Creating an account a npm is a requirment for adding a new library or publishling to an existing library.

npm

Once the account is created you can authenticate your account on the command line.

> npm login
# Username:  <<<<
# Password:  <<<<
# Email:  <<<<
Success!

Development

Work in progress There are known issues starting and installing the Storybook development environment.

Uses bootstrap for grid, utilities.

Roadmap

1.x

Leverage bootstrap 4

2.x

Remove bootstrap Implement grid Implement date picker

Step 1 - Setup

Clone the repository git clone git@git.benefits.gov:oflc/dol_design.git

Install devtools npm install -g rollup

Step 2 - Get packages

Access the react directory and start development mode cd react/; yarn install; yarn start

Or start the storybook instance cd react/storybook/; yarn install; yarn storybook

Step 3 -