2.0.0 • Published 6 years ago
@fenderdigital/react-diamond v2.0.0
Diamond for Fender React UI Kit
Description
Renders a diamond atom.
Installation
yarn install @fenderdigital/react-diamond --saveUsage
import Diamond from '@fenderdigital/react-diamond';Props
color- bg color of the diamondchildren- renders any children elements, if presentdimensions- dimensions added to the in-line style attributeopacity- opacity level
| propName | propType | defaultValue | isRequired | 
|---|---|---|---|
| color | string | light-gray | - | 
| children | node | null | - | 
| dimensions | string | { width: '1rem', height: '1rem' } | - | 
| opacity | string | 100 | - | 
Development
Check the Monorepo README for development documentation.