1.1.3 • Published 3 years ago

@scotato/react-squircle v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Squircle

Create squircles in React!

import Squircle from "@scotato/react-squircle";

<Squircle r1={0.2} r2={0.5} style={{width: 64, height: 64}}>
    {/* children */}
</Squircle>

<Squircle p1={10} p2={32} style={{width: 64, height: 64}}>
    {/* children */}
</Squircle>

This component is a remix of QuadFlask/react-superellipse.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago