2.0.0 • Published 6 years ago
@fenderdigital/react-circle v2.0.0
Circle for Fender React UI Kit
Description
Renders a circle atom.
Installation
yarn install @fenderdigital/react-circle --saveUsage
import Circle from '@fenderdigital/react-circle';Props
color- bg color of the circlechildren- renders any children elements, if presentopacity- opacity level
| propName | propType | defaultValue | isRequired |
|---|---|---|---|
| color | string | null | - |
| children | node | null | - |
| opacity | string | null | - |
Development
Check the Monorepo README for development documentation.