commom-ui
v1.0.1
Published
control component
Downloads
18
Readme
commom-ui
control component
Install
npm install --save commom-uiUsage
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
