@fenderdigital/react-circle
v2.0.0
Published
Fender React UI Kit Circle Component
Downloads
2
Keywords
Readme
Circle for Fender React UI Kit
Description
Renders a circle atom.
Installation
yarn install @fenderdigital/react-circle --save
Usage
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.