@comparaonline/ui-separator
v0.27.1
Published
A simple separator based on `margin-top`
Maintainers
Keywords
Readme
@comparaonline/ui-separator
A simple separator based on margin-top
Installation
yarn add @comparaonline/ui-separatorUsage
import Separator from '@comparaonline/ui-separator';
<Separator marginTop={12} />|prop | required | type | default | description |
| -----------| ---------| ------- | ------- | ------------------------------------------ |
|marginTop | false | number | props.theme.spacing.unit or 0 | The number of pixels |
