tailwind-antd-react-kit

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

Usage no npm install needed!

<script type="module">
  import tailwindAntdReactKit from 'https://cdn.skypack.dev/tailwind-antd-react-kit';
</script>

README

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