All Projects → lambou → tailwind-antd-react-kit

lambou / tailwind-antd-react-kit

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to tailwind-antd-react-kit

Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (+203.7%)
Mutual labels:  components, react-components
Re Jok
A React UI Component library built with styled-components
Stars: ✭ 102 (+277.78%)
Mutual labels:  components, react-components
Ui
React Styled Components with bootstrap grid system
Stars: ✭ 89 (+229.63%)
Mutual labels:  components, react-components
React Components
React components
Stars: ✭ 47 (+74.07%)
Mutual labels:  components, react-components
Terra Core
Terra offers a set of configurable React components designed to help build scalable and modular application UIs. This UI library was created to solve real-world issues in projects we work on day to day.
Stars: ✭ 167 (+518.52%)
Mutual labels:  components, react-components
Terra Clinical
Terra Clinical is a repository for terra react components used only in a clinical setting.
Stars: ✭ 59 (+118.52%)
Mutual labels:  components, react-components
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (+4966.67%)
Mutual labels:  components, react-components
Reactackle
Open-source components library built with React and Styled-Components.
Stars: ✭ 278 (+929.63%)
Mutual labels:  components, react-components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (+481.48%)
Mutual labels:  components, react-components
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+6055.56%)
Mutual labels:  components, react-components
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+3155.56%)
Mutual labels:  components, react-components
Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (+700%)
Mutual labels:  components, react-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+2500%)
Mutual labels:  components, react-components
Msvgc
Make React components from your plain SVG files
Stars: ✭ 64 (+137.04%)
Mutual labels:  components, react-components
Chakra Ui
⚡️Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 295 (+992.59%)
Mutual labels:  components, react-components
Antv
Ant Design of Vue.js 2.0
Stars: ✭ 99 (+266.67%)
Mutual labels:  components, antd
React Weui
weui for react
Stars: ✭ 2,793 (+10244.44%)
Mutual labels:  components, react-components
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (+881.48%)
Mutual labels:  components, react-components
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (+322.22%)
Mutual labels:  components, react-components
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+46422.22%)
Mutual labels:  components, react-components

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].