Luno UI - UI Components for your React Applications
npm install luno-ui

UI Components for your React Applications
``bash`
npm install luno-ui
`tsx
import { Button } from "luno-ui";
function App() {
return (
export default App;
``
- Alerts
- Avatars
- Badges
- Breadcrumbs
- Buttons
- Cards
- Checkboxes
- Display
- Inputs
- Input Labels
- Menu Items
- Modals
- Notifications
- Progress Bars
- Selects
- Tabs
- Textareas
- Toggles
- Typography
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.
Inspired by Plausible, Luno UI is open-source under the MIT License. You can find it here.