1.0.1 • Published 4 years ago

commom-ui v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

commom-ui

control component

NPM JavaScript Style Guide

Install

npm install --save commom-ui

Usage

import React, { Component } from "react";
import { ColoredHeadingOne, ColoredHeadingTwo } from "colored-heading";

export default class App extends Component {
  render() {
    return (
      <div>
        <ColoredHeadingOne
          text="Colored heading one is working"
          color={"red"}
        />

        <ColoredHeadingTwo
          text="Colored heading two is working"
          color={"blue"}
        />
      </div>
    );
  }
}

License

MIT © smurf-ss