2.0.0 • Published 4 years ago

@fenderdigital/react-circle v2.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
4 years ago

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
propNamepropTypedefaultValueisRequired
colorstringnull-
childrennodenull-
opacitystringnull-

Development

Check the Monorepo README for development documentation.