1.0.0 • Published 4 years ago

micro-styles-library v1.0.0

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

micro-style-library

micro-style-library

NPM JavaScript Style Guide

Install

npm install --save micro-style-library

Usage

import React, { Component } from "react";
import { SimpleText , SimpleLabel } from "micro-styles-library"

export default class App extends Component {
  render() {
    return (
      <div>
        <SimpleText
          text="Simple text description"
          color={"red"}
        />
        <SimpleLabel
          color={"blue"}
          name={'Kirti kaushal'}
        />
      
      </div>
    );
  }
}

License

MIT © kk