Skip to content

Commit

Permalink
refactor(badge): remove badge component
Browse files Browse the repository at this point in the history
The badge component does not offer anything that the icon component does not already offer. The only
thing it does is setting a background on an icon.

BREAKING CHANGE: The badge component has been removed. Code that uses the badge component should use
the icon component instead, which offers the same functionality.
  • Loading branch information
jgroth authored and adrianschmidt committed Sep 10, 2019
1 parent c1bc178 commit de4805d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 107 deletions.
13 changes: 0 additions & 13 deletions src/components/badge/badge.mdx

This file was deleted.

27 changes: 0 additions & 27 deletions src/components/badge/badge.scss

This file was deleted.

24 changes: 0 additions & 24 deletions src/components/badge/badge.tsx

This file was deleted.

43 changes: 0 additions & 43 deletions src/examples/badge/badge.tsx

This file was deleted.

0 comments on commit de4805d

Please sign in to comment.