algaeh-react-components
Internal UI library for Algaeh Technologies
Install
npm install --save algaeh-react-components
Usage
import React, { Component } from 'react'
import MyComponent from 'algaeh-react-components'
import 'algaeh-react-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
ISC © Algaeh