tailwind antd react kit
v1.5.6
Tailwind + Ant Design and React.js를 사용하여 프론트 엔드 개발을위한 UI 구성 요소 및 도우미
npm install --save tailwind-antd-react-kit import React , { Component } from "react" ;
import { MyComponent } from "tailwind-antd-react-kit" ;
class Example extends Component {
render ( ) {
return < MyComponent /> ;
}
} 구성 요소를 가져옵니다
import { HeroCardImageRight } from "tailwind-antd-react-kit" ; 여기에서 사용 가능한 문서
MIT © Lambou