1.7.0 • Published 6 years ago

@schibstedspain/sui-atom-badge v1.7.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

AtomBadge

Atom Element: SUI badge

npm.io

Installation

npm install @schibstedspain/sui-atom-badge --save

Usage

import Badge, { atomBadgeTypes, atomBadgeSizes } from '@schibstedspain/sui-atom-badge'

render {
  return (
    <Badge
      size={atomBadgeSizes.SMALL}
      type={atomBadgeTypes.SUCCESS}
      label='Hello SUI-Badge!'
    />
  )
}

Find full description and more examples in the demo page.

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago