ogm-ui
v1.0.2
Published
Made with create-react-library
Readme
ogm-ui
Made with create-react-library
Install
npm install --save ogm-uiUsage
import React, { Component } from 'react'
import { Lowercase } from 'ogm-ui'
import 'ogm-ui/dist/index.css'
const App = () => {
render() {
return <Lowercase text="DENEME" />
}
}License
MIT © meseven
