React HOC based on [Styled System](https://styled-system.com/) for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
npm install @lidofinance/styled-systemReact HOC based on Styled System for Lido Finance projects.
Part of Lido UI Components
Styled System lets you quickly build custom UI components with constraint-based style props based on scales defined in your theme.
``bash`
yarn add @lidofinance/styled-system
`ts
import { withStyledSystem } from '@lidofinance/styled-system'
const WrappedComponent = withStyledSystem(SomeComponent)
``
Check out our Storybook at https://ui.lido.fi