1.7.0 • Published 5 years ago

@schibstedspain/sui-atom-badge v1.7.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

1.6.0

5 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago