1.0.1 • Published 4 years ago

@ied/badge v1.0.1

Weekly downloads
166
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.0

4 years ago

1.0.0-beta.10

6 years ago

1.0.0-beta.9

7 years ago

1.0.0-beta.8

7 years ago

1.0.0-beta.7

7 years ago

1.0.0-beta.6

7 years ago

1.0.0-beta.5

7 years ago

1.0.0-beta.4

7 years ago

1.0.0-beta.3

7 years ago

1.0.0-beta.2

7 years ago

1.0.0-beta.1

7 years ago

1.0.0-beta.0

7 years ago