Skip to content

zz41354899/useful-v1

Repository files navigation

MIT License

Useful UI

Useful UI 是一個開源元件庫,基於Radix專為 React 開發元件庫。

🚩目錄

📘專案簡介

Useful UI 是一個開源元件庫,基於Radix專為 React 開發。設計師與開發人員可以在 Figma 中使用相同的設計達到同步開發,解決設計師與開發者在產品開發過程中常見的溝通問題。該元件庫旨在減少開發過程中的摩擦。

🚀主要功能

  • Figma 整合:提供與 Figma UI kit 完全對應的元件庫。
  • 現代設計:基於 Radix,提供簡潔且回應式的用戶界面。
  • 開發效率:旨在快速、直覺的開發過程,確保設計與實作間的高度一致。
  • 一致性:確保設計師和開發人員使用相同的元件,減少溝通成本和反覆修改。
  • 元件庫:提供豐富的可自訂元件,適合現代化 Web 應用程式開發。

📦安裝

你可以使用 pnpm 安裝 Useful:

# 使用 pnpm 安裝
pnpm install useful-ui

📀使用方法

在你的專案中引入你需要的 Useful UI 元件:

import { Button, Card } from 'useful-ui';

const App = () => (
  <div>
    <Card>
      <h2>歡迎使用 Useful UI</h2>
      <Button>點擊我</Button>
    </Card>
  </div>
);

export default App;

🎗️相依套件

❤️來自貢獻者的愛心

我們是一群愛好前端開發PM、工程師、UI/UX貢獻此專案,原始碼授權方式為MIT
如對我們的開發有興趣還盡請分享、使用或一同改進 🔥

About

No description, website, or topics provided.

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors