hims-react-components
v1.0.1
Published
Internal UI library for Algaeh Technologies
Readme
algaeh-react-components
Internal UI library for Algaeh Technologies
Install
npm install --save algaeh-react-componentsUsage
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
