@belkit/ui
v0.0.3
Published
A UI library StarterKit
Downloads
9
Readme
@belkit/ui
A reusable UI component library for the Belkit design system, built with React and TailwindCSS.
🚧 Work in Progress: This library is still in active development. I'm building it iteratively and shaping it with real-world needs in mind.
🤝 Contributions Welcome: If you're a like-minded developer passionate about smart, reusable UI, you're invited to join and contribute!
✨ Features
- ⚛️ Built with React 19
- 🎨 Styled using Tailwind CSS
- 🧩 Composable and accessible components
- 🎯 Designed for use across Belkit projects
📦 Installation
npm install @belkit/ui
# or
yarn add @belkit/ui🔧 Usage
import { SmartImage } from '@belkit/ui';
function App() {
return (
<div>
<SmartImage src="/logo.png" alt="Logo" />
</div>
);
}You may also need to import global styles if required:
import '@belkit/ui/globals.css';📁 Components
SmartImage- More coming soon...
🛠 Development
This package is part of the Belkit monorepo.
# From the root of the monorepo:
pnpm dev # or turbo devTo build the package:
pnpm build📝 License
MIT © Zorous
