1.0.0-alpha.0 • Published 4 years ago

@tretton37/react-amazing-heading v1.0.0-alpha.0

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

Nikola´s <AmazingHeading/>

React component that renders a <h1> but doing so amazingly.

Note: amazingly is better than blazingly.

Install

npm install --save @tretton37/react-amazing-heading

Usage

Userland usage:

import React from 'react';
import AmazingHeading from '@tretton37/react-amazing-heading';

function MyApp(props) {
  return (
    <div>
      <AmazingHeading text="Lorem Ipsum"/>
    </div>
  );
}

npm login --registry=