@mumbo-group/ui
v0.10.1
Published
@mumbo-group/ui - Preset styled React components
Maintainers
Readme
Why @mumbo-group/ui?
- 🎨 Beautiful preset styling out of the box
- ⚡ Lightweight and fast
- 📘 Fully typed with TypeScript
- ♻️ Modern ESM + CJS support
- 🧩 Designed for real-world production apps
Simple to use. Easy to extend. Built to last.
Installation
Install via npm:
npm install @mumbo-group/uiOr with Yarn:
yarn add @mumbo-group/uiQuick Start
import { Button } from "@mumbo-group/ui";
export default function App() {
return <Button variant="primary">Click Me</Button>;
}Contributing
Contributions are welcome and appreciated.
If you'd like to improve this project:
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a pull request
For larger changes, please open an issue first to discuss the direction.
Publishing a New Version
- Update the version:
npm version patch
# or minor / major- Build the project:
npm run build- Publish to npm:
npm publishSince this is a scoped package, make sure:
"publishConfig": {
"access": "public"
}See ./docs/publish-new-version.md for publishing a new version.
Roadmap
Planned improvements:
- [ ] Expand core component set
- [ ] Improve accessibility coverage
- [ ] Add documentation site
- [ ] Add component playground / live previews
- [ ] Strengthen testing coverage
Support
Found a bug? Have a feature request?
Please open an issue on GitHub.
Clear reproduction steps are greatly appreciated.
Changelog
See CHANGELOG.md for release history.
Maintainer
Maintained by Mumbo Group.
License
MIT © 2026 Mumbo Group
See LICENSE for full details.
Built with care.
Designed for developers who value clean foundations.
