heading-color

Render h1 element with a color

Usage no npm install needed!

<script type="module">
  import headingColor from 'https://cdn.skypack.dev/heading-color';
</script>

README

heading-color

Render h1 element with a color

NPM JavaScript Style Guide

Install

npm install --save heading-color

Usage

import React, { Component } from 'react'

import MyComponent from 'heading-color'
import 'heading-color/dist/index.css'

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

License

MIT © vishaldevani18