@odqnger/lumosui
v1.0.1-alpha.0
Published
A React library that provides a list of UI components to help create your app.
Readme
LumosUI
A React library that provides a list of UI components to help create your app.
Installation
To install this library, do:
npm install @odqnger/lumosuiExample Usage
Here's an example of how you would use the components:
import { Button } from "@odqnger/lumosui/components"
function App() {
return (
<Button>Hello</Button>
)
}
export default AppUninstall
To uninstall this library, do:
npm uninstall @odqnger/lumosuiContributing
If you would like to contribute, please check out the CONTRIBUTING.md file
Thank you for your interest in contributing.
Documentation
To access the documentation, please see my storybook
Licence
Released under the MIT licence
