Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 564 Bytes

Annulus

Annulus, sector, rectangle, circle and other elements.

NPM JavaScript Style Guide

Install

npm install --save annulus

Usage

import React, { Component } from 'react'

import MyComponent from 'annulus'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © degeer