tailwind-antd-react-kit icon indicating copy to clipboard operation
tailwind-antd-react-kit copied to clipboard

UI Components and helpers for frontend development using Tailwind + Ant Design and React.js

tailwind-antd-react-kit

UI Components and helpers for frontend development using Tailwind + Ant Design and React.js

NPM JavaScript Style Guide

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";

tark-hero.png

tark-hero-dark-inclined.png

tark-hero-default-inclined.png

Docs

Documentation available here

License

MIT © lambou