893298aa5d
* Update Agenda widget to use Count component * Move font-weight rule to count component |
||
---|---|---|
.. | ||
README.md | ||
index.js | ||
style.scss |
README.md
Count
Display a number with a styled border
Usage
import Count from 'components/count';
export default function myCount() {
return (
<Count count={ 33 } />
);
}
Props
- Marks required props
Name | Type | Default | Description |
---|---|---|---|
count * |
number |
none | Value of the number to be displayed |