0.4.3 • Published 3 years ago

@catho/react-floating-badge v0.4.3

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

@catho/react-floating-badge

Floating badge with actions for React

NPM JavaScript Style Guide

Install

npm install --save @catho/react-floating-badge

Usage

import React, { Component } from 'react'

import FloatingBadge from '@catho/react-floating-badge'

class Example extends Component {
  render() {
    return <FloatingBadge
      placeholder="👏"
      title="98%"
      description="complete"
      bgColor="red"
      fontColor = 'white'
      height={50}
      margin={5}
      loading={false}
      position="bottom-right"
    />
  }
}

Example

See more at the GitHub Page

License

MIT © catho

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago