@ied/thumb
v1.0.0-beta.2
Published
## Install
Downloads
9
Readme
Thumb
Install
yarn add '@ied/thumb'
Use
import Thumb from '@ied/thumb'
<Thumb title="Clients" value="20" label="Due tasks" color="green" />
Types
type TypeThumb = {
title: string,
value: string,
label: string,
style?: {},
className?: string,
color?: string,
}