@lowes-tech/bds-react
v1.0.0
Published
React component for backyard design system
Downloads
4
Readme
@lowes-tech/bds-react
Backyard Design System React component library is a npm package that exposes atomic level react components for any Omni-Channel product that is using React as their front-end framework.
Contributing
Contributers are welcome to the bds-react project. Need to update a component for a new business need? Want to add a new component to the repository? Follow the contribution guide to get started.
Install
This package requires node >= 4
, but we recommend node >= 8
npm install -D @lowes-tech/bds-react
Usage
import * as React from 'react'
import { Grid, Button } from '@lowes-tech/bds-react'
const Component = (props) => {
//...code
return (
<Grid.Container>
<Grid.Row>
<Grid.Column>
<Button />
</Grid.Column>
</Grid.Row>
</Grid.Container>
)
}
export default Component
Components
- Grid component
- Icon component
- Button component
- PrimaryButton component
- SecondaryButton component
- TertiaryButton component
- IconButton component
- FlatButton component
- Chip component
- ChoiceChip component
- FilterChip component
- InputChip
- Input component
- Select component
- [Navigation]
- Breadcrumb component