@thesis-ui/badge
v0.2.1
Published
Thesis UI - Badge component
Downloads
9
Maintainers
Readme
Badge component - Thesis UI
Installation
$ yarn add @thesis-ui/badge
$ npm install @thesis-ui/badge
Usage
import Badge from '@thesis-ui/badge';
<AnyContainer>
<Badge
isInner
position="bottomRight"
>
10
</Badge>
</AnyContainer>