edrington-react-ui-components
v0.4.0
Published
The React UI component library for use across all Edrington brands
Downloads
2
Readme
React Component Library
A generic React components library for Edrington brands sites based on the Atomic design methodology.
Installation
Download the package through npm here
Alternatively run npm i -S edrington-react-ui-components
Components List
️️⚛️ Atoms
🧬 Molecules
🦠 Organisms
CSS Themes
Themes can be imported from the edrington-react-ui-components
package using es6 imports:
Add the following to the top of your root file: import "edrington-react-ui-components/themes/themacallan"
Themes exist for the following brands:
- Brugal
- Brugal 1888
- Edrington
- Highland Park
- Naked Grouse
- Snow Leopard
- The Famous Grouse
- The Glenrothes
- The Macallan
Local development
Clone the repo then run npm i; npm run storybook