c4ca423
9m ago
history
172 提交
DevFlow-UI
A comprehensive component library designed for high-performance developer tools. Built with Tailwind CSS and React.
Features
- Zero-config setup: Just install and start building.
- Dark mode first: Every component is designed for dark mode.
- Type-safe: Full TypeScript support.
Installation
npm install devflow-ui
Quick Start
import { Button, Card } from "devflow-ui";
function App() {
return (
<Card>
<Button>Get Started</Button>
</Card>
);
}
forum 讨论 (2)
This looks fantastic! I've been reviewing the new routing logic and the performance gains are significant. Should we consider adding a benchmark script to the CI pipeline?
Great work on the TypeScript definitions. Very clean and well documented.
请 登录 后发表评论。