GithubHelp home page GithubHelp logo

mdbootstrap / tw-elements-react Goto Github PK

View Code? Open in Web Editor NEW
137.0 7.0 27.0 3.61 MB

TW Elements for React - ๐™ƒ๐™ช๐™œ๐™š collection of Tailwind + React components, sections and templates ๐Ÿ˜Ž

Home Page: https://tw-elements.com/docs/react/

License: Other

JavaScript 1.91% HTML 74.01% CSS 0.26% TypeScript 23.82% SCSS 0.01%
component components components-library javascript react react-template reactjs reactjs-components tailwind-css tailwind-css-template

tw-elements-react's Introduction

TW Elements React tw-elementsTotal Downloads Latest Release

TW Elements React is a huge collection of free, interactive React components for Tailwind CSS.

  • 500+ UI components
  • Dark mode support
  • Easy theming & customization
  • Simple, 1 minute install
  • Free for personal & commercial use

Get started with TW Elements React now!


Table of Contents


Community

TW Elements is a community-driven project. We invite you to track our live progress ๐Ÿ‘๏ธ on the upcoming release.

In the meantime you can also:

If you want to help the project grow, start by simply sharing it with your peers!

Thank you!


Coming soon

Check out the upcoming features - watch our social profiles to get early access!

Builder Templates Design blocks
Drag & drop builder Templates Design blocks

Components

A collection of stunning components made with attention to the smallest details. Forms, cards, buttons, and hundreds of others โ€“ in TW Elements React you will find all the essential elements necessary for every project.

Datepicker Dropdown Modal
Datepicker (coming soon) Dropdown (coming soon) Modal
Charts Tooltips Carousel
Charts (coming soon) Tooltips (coming soon) Carousel (coming soon)
Accordion Tabs Stepper
Accordion Tabs Stepper (coming soon)
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Timepicker (coming soon) Footer Navbar (coming soon)
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Alerts (coming soon) Avatar Badges
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Button group Buttons Cards
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Chips (coming soon) Collapse Gallery (coming soon)
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Jumbotron (coming soon) Link List group
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Notifications (coming soon) Paragraphs Placeholders
Tailwind CSS Time picker Tailwind CSS Tables Tailwind CSS Navbar
Popover (coming soon) Progress Rating
Tailwind Component Tailwind Component Tailwind Component
Scroll to top Social buttons Spinners
Tailwind Component Tailwind Component Tailwind Component
Timeline Toast (coming soon) Tooltip (coming soon)
Tailwind Component Tailwind Component Tailwind Component
Video (coming soon) Video carousel (coming soon) Checkbox
Tailwind Component Tailwind Component Tailwind Component
File input Input group (coming soon) Login form
Tailwind Component Tailwind Component Tailwind Component
Radio Range Registration form
Tailwind Component Tailwind Component Tailwind Component
Search Select (coming soon) Switch
Tailwind Component Tailwind Component Tailwind Component
Textarea (coming soon) Tables Ripple
Tailwind Component Tailwind Component Tailwind Component
Animations (coming soon) Masks Shadows

Installation

NPM
  1. Before starting the project make sure to install Node.js (LTS) version 14+, 16+ and TailwindCSS.

  2. Run the following command to install the package via NPM:

npm install tw-elements-react
  1. Add the TW Elements React css file to your main js/tsx file
import "tw-elements-react/dist/css/tw-elements-react.min.css";
  1. TW Elements is a plugin and should be included inside the tailwind.config.js file. It is also recommended to extend the content array with a js file that loads dynamic component classes:
module.exports = {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
    "./node_modules/tw-elements-react/dist/js/**/*.js",
  ],
  theme: {
    extend: {},
  },
  darkMode: "class",
  plugins: [require("tw-elements-react/dist/plugin.cjs")],
};
  1. Components will work after importing the package:
import { TECollapse } from "tw-elements-react";
MDB GO / CLI

Create, deploy and host anything with a single command.

  1. To start using MDB GO / CLI install it with one command:
npm install -g mdb-cli
  1. Log into the CLI using your MDB account:
mdb login
  1. Initialize a project and choose TW Elements React from the list:
mdb init tw-elements-react
  1. Install the dependencies (inside the project directory):
npm install
  1. Run the app:
npm start
  1. Publish when you're ready:
mdb publish

tw-elements-react's People

Contributors

bwsky-a avatar catchmareck avatar filipkappa avatar iprzybysz avatar juujisai avatar marveluck avatar smolenski-mikolaj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tw-elements-react's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.