1.0.0 • Published 4 years ago

test-head v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

test-head

react component for test head

NPM JavaScript Style Guide

Install

npm install --save test-head

Usage

import React, { Component } from 'react'

import MyComponent from 'test-head'
import 'test-head/dist/index.css'

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

License

MIT ©

1.0.0

4 years ago