1.0.1 • Published 3 years ago

@ied/badge v1.0.1

Weekly downloads
166
License
MIT
Repository
-
Last release
3 years ago

Badge

Install

yarn add @ied/badge

If you use icon props add this to your index.html

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Use

import Badge from '@ied/badge'

<Badge firstName="Clark" lastName="Kent" />
<Badge firstName="Clark" lastName="Kent" small />
<Badge text="1" />
<Badge icon="people" />
<Badge icon="people" small />

Types

type Props = {
  firstName?: string,
  lastName?: string,
  text?: string,
  icon?: string,
  small?: boolean,
}
1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-beta.10

5 years ago

1.0.0-beta.9

6 years ago

1.0.0-beta.8

6 years ago

1.0.0-beta.7

6 years ago

1.0.0-beta.6

6 years ago

1.0.0-beta.5

6 years ago

1.0.0-beta.4

6 years ago

1.0.0-beta.3

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

1.0.0-beta.0

6 years ago