luno-ui
v0.0.34
Published
Luno UI - UI Components for your React Applications
Readme
Luno UI
Getting Started
npm install luno-uiimport { Button } from "luno-ui";
function App() {
return (
<div>
<Button className="bg-purple-700 text-white" size="md" variant="filled">
Get Started
</Button>
</div>
);
}
export default App;Components
- Alerts
- Avatars
- Badges
- Breadcrumbs
- Buttons
- Cards
- Checkboxes
- Display
- Inputs
- Input Labels
- Menu Items
- Modals
- Notifications
- Progress Bars
- Selects
- Tabs
- Textareas
- Toggles
- Typography
Contributing
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
License
Inspired by Plausible, Luno UI is open-source under the MIT License. You can find it here.
