@siteone/system-components
v1.0.0
Published
Essential components for SiteOne design system
Downloads
221
Keywords
Readme
@siteone/system-components
Essential components for SiteOne design system
Table of Contents
Install
This project uses node and npm.
$ npm install @siteone/system-components
$ # OR
$ yarn add @siteone/system-components
Usage
size
Column width in cols - n of 12 (unless reconfigured)
justifyContent
Block axis alignment
flexDirection
Flex items placement direction
alignItems
Cross axis alignment
debug
Debug grid
Col
Grid column
Parameters
size
{number} Number of grid columns to filljustifyContent
{string} Block axis alignmentflexDirection
{string} Flex items placement directionalignItems
{string} Cross axis alignment
Returns React$Component Grid column
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT © SiteOne, contributors, sourced packages authors & contributors