@sanch941/lib
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

@sanch941/lib

Library of helpers and components to reuse between projects

Installation

Yarn

yarn add @sanch941/lib

Npm

npm install @sanch941/lib

Components

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @sanch941/lib

Weekly Downloads

106

Version

5.0.0

License

MIT

Unpacked Size

33.8 kB

Total Files

45

Last publish

Collaborators

  • sanch941