1. 首页
  2. 数据库
  3. 其它
  4. react figma plugin ds:对Figma设计系统的组件进行React 源码

react figma plugin ds:对Figma设计系统的组件进行React 源码

上传者: 2021-04-02 01:30:06上传 ZIP文件 29.98KB 热度 24次
React-figma-插件-ds 基于对Figma设计系统的组件进行React,并实现 。 :rocket: 开始使用 请按照以下步骤开始使用React Figma组件: 安装: # with npm npm i react-figma-plugin-ds # with yarn yarn add react-figma-plugin-ds 用法: import React from "react" ; import { Disclosure , Tip , Title , Checkbox , Button } from "react-figma-plugin-ds" ; import "react-figma-plugin-ds/figma-plugin-ds.css" ; export default ( props ) => { return ( < > <
用户评论