react-circle-badge

0.0.2 • Public • Published

react-circle-badge

React SVG Circle Badge with Initials

npm i react-circle-badge -S

import React from 'react'
import ReactDOM from 'react-dom'
 
import Badge from 'react-circle-badge'
 
ReactDOM.render(
  <div>
    <Badge width={"100%"} fill={"#234567"} name={"Ryan Tate"} />
  </div>,
  document.getElementById('app')
)
 

preview

Package Sidebar

Install

npm i react-circle-badge

Weekly Downloads

124

Version

0.0.2

License

MIT

Last publish

Collaborators

  • ryanmtate