1.3.0 • Published 4 years ago

react-paella-shape v1.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

SVG shape React component

Explore on ✨Storybook✨

🔺 🔴 ◾️ 🔸

Get started

yarn add react-paella-shape

import Shape from 'react-paella-shape'

function Demo(){

    return (
        <>
        <Shape.Base 
            vertices={3}
            fill={'#888888'}
            size={120}
            />
        <Shape.Triangle 
            fill={'#888888'}
            size={120}
            />
        </>
    )
}

-shape is part of the react-paella suite of components.

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago