public johndoe / DevFlow-UI 公开
DevFlow-UI
johndoe 更新 README.md
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)

alicesmith 9h ago 评论

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?

bobdev 9h ago 评论

Great work on the TypeScript definitions. Very clean and well documented.

登录 后发表评论。