All Projects → creativetimofficial → material-tailwind-kit-react

creativetimofficial / material-tailwind-kit-react

Licence: MIT license
Free and Open Source UI Kit for Tailwind CSS and React based on Google's Material Design.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

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

material-tailwind
@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
Stars: ✭ 861 (+1813.33%)
Mutual labels:  tailwindcss, tailwind-css, material-tailwind
cra-tailwindcss
Integrate Tailwind CSS in a Create React App setup
Stars: ✭ 105 (+133.33%)
Mutual labels:  tailwindcss, tailwind-css
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (+8.89%)
Mutual labels:  tailwindcss, tailwind-css
Twin.macro
🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, stitches and goober) at build time.
Stars: ✭ 5,137 (+11315.56%)
Mutual labels:  tailwindcss, tailwind-css
laravel-mix-tailwindcss-purgecss
Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.
Stars: ✭ 15 (-66.67%)
Mutual labels:  tailwindcss, tailwind-css
memento-svelte-electron-typescript
Template to create a desktop app with Svelte, TailwindCSS, Electron and TypeScript (with electron-updater, electron-reload and electron-builder)
Stars: ✭ 27 (-40%)
Mutual labels:  tailwindcss, tailwind-css
Tailwind Starter Kit
Tailwind Starter Kit a beautiful extension for TailwindCSS, Free and Open Source
Stars: ✭ 4,434 (+9753.33%)
Mutual labels:  tailwindcss, tailwind-css
tailwindcss-postcss-browsersync-boilerplate
Tailwind CSS + PostCSS + BrowserSync boilerplate
Stars: ✭ 28 (-37.78%)
Mutual labels:  tailwindcss, tailwind-css
XT-Tailwind-for-Joomla
XT Tailwind for Joomla. My Blog template, based on Tailwind CSS.
Stars: ✭ 15 (-66.67%)
Mutual labels:  tailwindcss, tailwind-css
intellij-tailwind-css
Tailwind IntelliJ Plugin Tailwind Cheat Sheet
Stars: ✭ 49 (+8.89%)
Mutual labels:  tailwindcss, tailwind-css
vuejs-tailwindcss-portfolio
A simple multipage and responsive Vue.js & Tailwind CSS portfolio theme with dark mode.
Stars: ✭ 100 (+122.22%)
Mutual labels:  tailwindcss, tailwind-css
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+1057.78%)
Mutual labels:  tailwindcss, tailwind-css
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+0%)
Mutual labels:  tailwindcss, tailwind-css
tailwind-color-alpha
Automatic alpha variants for your Tailwind CSS colors based on your opacity config
Stars: ✭ 21 (-53.33%)
Mutual labels:  tailwindcss, tailwind-css
eslint-plugin-tailwind
ESLint rules for Tailwind CSS
Stars: ✭ 97 (+115.56%)
Mutual labels:  tailwindcss, tailwind-css
react-tailwind-emotion-starter
React + Tailwind + Emotion
Stars: ✭ 29 (-35.56%)
Mutual labels:  tailwindcss
over-hangman
💥 Over powered hangman game
Stars: ✭ 42 (-6.67%)
Mutual labels:  tailwindcss
spotify-clone
🎶🎶Simple Spotify Clone using ReactJs. Here we are using the Official Spotify API to make calls. Here we can able to login, logout and gear the music.
Stars: ✭ 21 (-53.33%)
Mutual labels:  tailwindcss
craft-3
Boilerplate with Craft CMS, Tailwind CSS, VueJS & Alpine.js used for internal projects.
Stars: ✭ 34 (-24.44%)
Mutual labels:  tailwindcss
e-commerce
🧧🕹 E-commerce website built with Tailwind CSS
Stars: ✭ 91 (+102.22%)
Mutual labels:  tailwindcss

Material Tailwind Kit React

version GitHub issues open GitHub issues closed

Image

Material Tailwind Kit React is a free and open-source UI Kit based on two popular front-end technologies: Tailwind CSS & React. It was built to simplify the developer's work in the quest of creating intuitive interfaces.

Material Tailwind has 4 pre-built example pages. From landing pages to profile, login and register, you will be able to set up the basic structure for your web project quickly.

Table of Contents

Versions

React

| Material Tailwind Kit React

Demo

Quick start

Quick start options:

Terminal Commands

  1. Download and Install NodeJs from NodeJs Official Page.
  2. Navigate to the root / directory and run npm install or (yarn install, if you're using yarn) to install our local dependencies.

Documentation

Material Tailwind Kit React build using Material Tailwind and the documentation of Material Tailwind is hosted at Material Tailwinl.

What's included

Within the download you'll find the following directories and files:

Material Tailwind Kit React
    ├── material-tailwind-kit-react
    │   ├── public
    │   │   ├── index.html
    │   │   ├── favicon.ico
    │   │   └── apple-icon.png
    │   ├── src
    │   │   ├── assets
    │   │   │   ├── img/
    │   │   │   └── styles/
    │   │   ├── components
    │   │   │   ├── landing/
    │   │   │   ├── login/
    │   │   │   ├── profile/
    │   │   │   ├── DefaultFooter.js
    │   │   │   ├── DefaultNavbar.js
    │   │   │   └── SimpleFooter.js
    │   │   ├── Pages
    │   │   │   ├── Landing.js
    │   │   │   ├── Login.js
    │   │   │   ├── Profile.js
    │   │   │   └── Register.js
    │   │   ├── App.js
    │   │   ├── App.test.js
    │   │   ├── index.js
    │   │   ├── reportWebVitals.js
    │   │   └── setup.test.js
    │   ├── CHANGELOG.md
    │   ├── jsconfig.json
    │   ├── LICENSE
    │   ├── package.json
    │   ├── postcss.config.js
    │   ├── README.md
    │   ├── tailwind.config.js
    │   ├── yarn.lock

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for the Material Tailwind Kit React. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Material Tailwind Kit React. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Technical Support or Questions

If you have questions or need help integrating the product please contact us instead of opening an issue.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Google+: https://plus.google.com/+CreativetimPage

Instagram: https://instagram.com/creativetimofficial

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].