tailwind-antd-react-kit
UI Components and helpers for frontend development using Tailwind + Ant Design and React.js
Install
npm install --save tailwind-antd-react-kit
Usage
import React, { Component } from "react";
import { MyComponent } from "tailwind-antd-react-kit";
class Example extends Component {
render() {
return <MyComponent />;
}
}
Showcase
Import the component
import { HeroCardImageRight } from "tailwind-antd-react-kit";
Docs
License
MIT © lambou