react-paella-shape

1.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-paella-shape

Weekly Downloads

2

Version

1.3.0

License

ISC

Unpacked Size

13.3 kB

Total Files

4

Last publish

Collaborators

  • polmoneys