React component for backyard design system
npm install @lowes-tech/bds-react!Version
!Node
!NPM
!Contributors
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.
node >= 4, but we recommend node >= 8``bash`
npm install -D @lowes-tech/bds-react
`js
import * as React from 'react'
import { Grid, Button } from '@lowes-tech/bds-react'
const Component = (props) => {
//...code
return (
)
}
export default Component
``