koum-ui
v1.7.19
Published
**Koum UI** is a personal, accessible UI components library built with **React** and **TypeScript**. Its purpose is to speed up development across React projects by providing a reusable, consistent component base. More components will be added progres
Readme
Koum UI ✨
Koum UI is a personal, accessible UI components library built with React and TypeScript.
Its purpose is to speed up development across React projects by providing a reusable, consistent component base.
More components will be added progressively.
♿ Accessibility
All components follow WCAG and WAI-ARIA guidelines as much as possible. Focus management, keyboard navigation, and screen reader support are prioritized.
🚀 Prerequisites
Koum UI is designed for projects using:
📦 Installation
npm i koum-ui🛠️ Usage
import { Button } from 'koum-ui';
function App() {
return <Button label="Click me" color="primary" />;
}💡 All components are accessible by default and customizable via props.
🧩 Components
Currently, Koum UI includes the following components:
- Button
- Label
- Radio
- Checkbox
- Input
- Select
- (More coming soon...)
🧪 Development
To run this project locally:
git clone https://github.com/your-username/koum-ui.git
cd koum-ui
npm install
npm run devYou can use Storybook to preview components during development:
npm run storybook👩🏾💻 Author
Made with ❤️ by Koum
This project is for personal use but feel free to fork it.
