Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

colored-head

NeelamShah027MIT1.0.0

h1 colored

readme

colored-head

h1 colored

NPM JavaScript Style Guide

Install

npm install --save colored-head

Usage

import React, { Component } from 'react'

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

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

License

MIT © NeelamShah02