react-lil-shape
v0.0.3
Published
Lil' shape react component
Readme
Lil' Component that brings svg shapes to your project. Typescript, Rollup.
Use it
return (
<>
<Shape.Circle />
<Shape.Circle transforms="rotate(90deg)" />
<Shape.Square />
<Shape sides={5} />
<Shape sides={6} />
</>
);Props
| Prop name | Accepts | Default | | :--------- | :-----: | -----------: | | className | string | null | | fill | string | currentColor | | size | number | 69 | | sides | number | 3 | | transforms | string | null |
Install
npm i react-lil-shape
