@boldgrid/components
v2.16.34
Published
BoldGrid Components
Downloads
310
Keywords
Readme
Components
Application
https://boldgrid-components.herokuapp.com/ @master
Usage
# Install package
yarn add @boldgrid/components
# Import CSS files from dist folder (SASS).
@import '@boldgrid/components/dist/css/components.min.css';
Development
# Install dependencies
yarn install
# Run localhost:3000 with hot reload
yarn dev
# Build for production
yarn build