flowkitlib
v0.0.3
Published
A modern React component library designed for predictable structure, flexibility, and fast UI development.
Readme
FlowKitLib ⚙️
A modern React component library for building clean, predictable user interfaces.
FlowKitLib provides reusable UI primitives with explicit APIs and strong TypeScript support. Detailed documentation, live demos, and usage examples are available on the official website.
📦 Installation
npm install flowkitlib🚀 Usage
import { Button } from "flowkitlib";
function App() {
return <Button variant="primary">Click me</Button>;
}
🧩 What’s included
- Reusable React UI components
- Fully typed with TypeScript
- ESM + CommonJS builds
- Tree-shakable output
- Peer dependency–safe React setup
📚 Documentation & Demos
👉 Official documentation website Live demos, component APIs, props, and examples are maintained here:
https://flowkitlib.vercel.app
🧠 Design Philosophy
- Predictable over magical
- Explicit APIs
- Composition-first components
- Library-first, framework-agnostic design
📜 License
MIT License You’re free to use, modify, and distribute this library.
