@sanch941/lib
v5.0.0
Published
Library of helpers and components to reuse between projects
Readme
@sanch941/lib
Library of helpers and components to reuse between projects
Installation
Yarn
yarn add @sanch941/libNpm
npm install @sanch941/libComponents
Box
Container that extends div
| name | type | description | example |
| - | - | - | - |
| $top | Integer | String | Responsible for margin-top Integer - transforms int via pxrem function to rem String - passes original value | <Box $top={20}> ... </Box> <Box $top="20px"> ... </Box> |
