Semi-UI


Semi-UI

現代、全面、靈活的設計系統和 UI 庫。 快速搭建美觀的React 應用。

NPM FIGMA LICENSE

簡體中文 | English

🎉 特性

  • 💪 58+高質量組件
  • 💅 強大的主題定制,上千個 Design Token
  • 🌍 國際化支持 14 種語言
  • 👏 使用 TypeScript,良好的類型定義
  • 🥳 支持 SSR

🔥 安裝

# 使用 npm npm install @douyinfe/semi-ui # 使用 yarn yarn add @douyinfe/semi-ui 

👍 使用

這是一個快速開始的例子:

import React from 'react'; import ReactDOM from 'react-dom'; import { Button, Switch } from '@douyinfe/semi-ui'; const App = () => ( <> <Button type='primary'>primary button</Button> <Switch size='large' /> </> ); ReactDOM.render(<App />, document.querySelector('#app'));

Semi UI 官網 擁有上千個支持實時調試的例子,歡迎體驗使用。

📌 文檔

👌 平台支持

Semi UI 支持所有主流瀏覽器。

chrome
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
Electron
latest 2 versions latest 2 versions latest 2 versions Edge latest 2 versions

👐 貢獻指南

閱讀貢獻指南了解我們的開發流程,包括開發規范、測試規范和構建規范等。

CONTRIBUTING

👨‍👨‍👧‍👦 交流群

有任何問題可以進群交流,我們會及時給予解答和反饋。

加入用戶群.

🎈 協議

Semi UI 使用 MIT 協議


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM