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 circle -
children
- renders any children elements, if present -
opacity
- opacity level
propName | propType | defaultValue | isRequired |
---|---|---|---|
color | string | null | - |
children | node | null | - |
opacity | string | null | - |
Development
Check the Monorepo README for development documentation.