A React library that provides a list of UI components to help create your app.
To install this library, do:
npm install @odqnger/lumosui
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 App
To uninstall this library, do:
npm uninstall @odqnger/lumosui
If you would like to contribute, please check out the CONTRIBUTING.md file
Thank you for your interest in contributing.
To access the documentation, please see my storybook
Released under the MIT licence