1.0.6-alpha.12 • Published 2 years ago

@codecraftkit/icons v1.0.6-alpha.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

icons

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save icons

Usage

import React, { Component } from 'react'

import MyComponent from 'icons'
import 'icons/dist/index.css'

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

License

MIT © CodeCraft