一個用於建立react+Figma外掛的輕量級的UI庫
對 figma-plugin-ds 的 React 實現,點選標題。
如何安裝
首先,透過 npm 在您的專案中安裝庫:
$ npm install react-figma-ui
要使用該按鈕,請使用以下元件。每個按鈕都有一個破壞性選項。三級按鈕的樣式類似於超連結。
import { Button } from 'react-figma-ui'; // Primary <Button tint="primary">Label</Button> <Button tint="primary" destructive>Label</Button> <Button tint="primary" disabled>Label</Button> // Secondary <Button tint="secondary">Label</Button> <Button tint="secondary" destructive>Label</Button> <Button tint="secondary" disabled>Label</Button> // Tertiary (Hyperlink style button) <Button tint="tertiary">Label</Button> <Button tint="tertiary" destructive>Label</Button> <Button tint="tertiary" disabled>Label</Button> |
相關文章
- 推薦一個 ASP.NET Core 的輕量級外掛框架ASP.NET框架
- Soa: 一個輕量級的微服務庫微服務
- VS Code 輕量級外掛推薦
- 一個輕APP場景應用-外掛APP
- Flutter一個輕量且強大的外掛:GetX 之路由管理Flutter路由
- GJLightBlueTooth——一個輕量級的iOS藍芽開發庫iOS藍芽
- 輕量級外掛sdstorage用於操作localStorage支援過期、批量搜尋刪除等
- docker快速建立輕量級的可移植的容器(一)Docker
- 為你的Go應用建立輕量級Docker映象?GoDocker
- 一個輕量級的基於RateLimiter的分散式限流實現MIT分散式
- Pekwm:一個輕量級的 Linux 桌面Linux
- 用go設計開發一個自己的輕量級登入庫/框架吧Go框架
- js輕量級計數器動畫特效外掛JS動畫特效
- iOS 一個輕量級的元件化思路iOS元件化
- CherryPy :一個輕量級的 Python Web 框架PythonWeb框架
- 聊天富文字外掛,一個基於react的富文字外掛React
- 一個庫幫你輕鬆的建立漂亮的.NET控制檯應用程式
- [轉載]用 Go 寫一個輕量級的 ldap 測試工具GoLDA
- 仿Laravel寫了一個輕量級的框架Laravel框架
- 【譯】使用Vue建立一個Excel外掛VueExcel
- 用go設計開發一個自己的輕量級登入庫/框架吧(業務篇)Go框架
- 開源一個基於dotnet standard的輕量級的ORM框架-Light.DataORM框架
- 輕量級滑塊Swiper外掛釋出(僅3kb)
- [gev] 一個輕量、快速的基於 Reactor 模式的非阻塞 TCP 網路庫React模式TCP
- 關於vim的實用外掛
- 我們開源了一個輕量的 Web IDE UI 框架WebIDEUI框架
- ThinkGo:一個輕量級的 Go 語言 MVC 框架GoMVC框架
- 基於gogs和drone的一個輕量級的開發部署自動化流程Go
- [外掛擴充套件]基於PHPMailer開發的一個判斷失誤的外掛....套件PHPAI
- 如何從零編寫一個vite外掛 建立 vite 外掛通用模板Vite
- 做一個幫你快速除錯UI引數的Android外掛除錯UIAndroid
- 滴滴開源 DroidAssist : 輕量級 Android 位元組碼編輯外掛Android
- rellax-純js輕量級滾動視覺差特效外掛JS視覺特效
- 【速記】藉助ES6的模版字串,在不用Babel外掛的情況下實現一個輕量級類JSX功能...字串BabelJS
- RxRouter -- 一個輕量級、簡單、智慧並且強大的安卓路由庫安卓路由
- moment太重? 那就試試miment--一個超輕量級的js時間庫JS
- 10個用於開發Spring Boot的最佳Eclipse外掛Spring BootEclipse
- 如何開發一個基於 Vue 的 ui 元件庫(一)VueUI元件