Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 823 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 823 Bytes

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/lumosui

Example 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 App

Uninstall

To uninstall this library, do:

npm uninstall @odqnger/lumosui

Contributing

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