👋 Welcome to the Scout component library & styleguide!
Here you can find:
- Assets and resources for Scout's brand
- Living React component library with Scout styling
A common library provides several benefits for implementing apps under Scout:
- Keep components consistent & reusable
- Develop all components to be standalone and independent
- View at a glance if any breaking changes were introduced to any of the components
Install using npm:
npm install git+https://github.com/Scout-NU/react-components.git
Import components:
import { Button } from 'react-components';
Start the dev server (localhost:6060):
styleguidist server
Build the styleguide to /dist
folder
styleguidist build