0.0.3 • Published 4 years ago

react-lil-shape v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Lil' Component that brings svg shapes to your project. Typescript, Rollup.

Codesandbox example

Use it

return (
    <>
        <Shape.Circle />
        <Shape.Circle transforms="rotate(90deg)" />
        <Shape.Square />
        <Shape sides={5} />
        <Shape sides={6} />
    </>
);

Props

Prop nameAcceptsDefault
classNamestringnull
fillstringcurrentColor
sizenumber69
sidesnumber3
transformsstringnull

Install

npm i react-lil-shape