import React from 'react';
// the hook
import { useTranslation } from 'react-i18next';
function MyComponent () {
const { t, i18n } = useTranslation();
return {t('Welcome to React')}
}
import React from 'react';
// the hoc
import { withTranslation
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 , Che