git-github-ui-library
v1.4.3
Published
Creating a UI library using react and mainting the library with Git, github and Github actions
Downloads
5
Readme
git-github-ui-library
Creating a UI library using react and mainting the library with Git, github and Github actions
Install
npm install --save git-github-ui-library
Usage
import React, { Component } from 'react'
import MyComponent from 'git-github-ui-library'
import 'git-github-ui-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Omar Mokhfi](https://github.com/Omar Mokhfi)