@7rabbit/wood 中文文档教程
wood
广义 React 组件
Installation
npm install @7rabbit/wood
Illustration
import wood from '@7rabbit/wood'
export default props => {
return <wood width={50} height={50} shade='black'/>
}
Introduction
wood
Generalized React Component
Installation • Illustration • Introduction
Installation
npm install @7rabbit/wood
Illustration
import wood from '@7rabbit/wood'
export default props => {
return <wood width={50} height={50} shade='black'/>
}