@the_aceix/overlay-badge

1.0.1 • Public • Published

OverlayBadge

OverlayBadge is a simple minimal lightweight badge component for Vue.js 2.x

Props

  • type (String) - type of badge (conforms to Bootstrap). Possible values are primary|secondary|success|info|warning|danger
  • count (Number | String) - the value to be displayed in badge - default 0
  • position (String) - defines the corner the badge will show (possible values are top-right|top-left|bottom-right|bottom-left) - default top-right
  • onClick (Function) - the callback to be fired when the badge is clicked - default undefined

Slots

  • default - component or element which the badge will show on
  • float - the badge

Contribution

Project is open to suggestions. To contribute:

  1. Fork the repo
  2. Edit source
  3. Raise an issue, linking to your repo

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @the_aceix/overlay-badge

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

766 kB

Total Files

14

Last publish

Collaborators

  • the_aceix