andradeandrey / fastUI

Tailwind-kit is a free and open source components kit fully coded with Tailwind css 2.0.

Home Page:https://www.tailwind-kit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailwind-Kit

version license GitHub issues GitHub Repo stars

Tailwind-Kit

A beautiful and large components kit for TailwindCSS 2.0

Tailwind-kit is Free and Open Source. It does not change or add any CSS to the already one from TailwindCSS 2.0. It features multiple HTML elements that can be used in all web projects who's use tailwind CSS.

CSS Components

Tailwind Starter Kit comes with 180+ Fully Coded CSS elements and layouts.

Live code editor

Tailwind-Kit Tailwind-kit include a live code editor to change the components code and see in live the modification.

Dark mode

Tailwind-Kit

Most components are implemented with a light and dark version, with the new dark mode 2.0 feature of tailwind CSS.

Documentation

The documentation for the Tailwind-kit is hosted at our website.

Browser Support

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

Chrome Firefox Edge Safari Opera

Reporting Issues/ make Pull request

Every Issues, and PR are welcome ! the site is not perfect, there must be typos, bugs, improvements. Do not hesitate to contribe and add your own components/layout.

Getting Started

Tailwind-Kit

Tailwind-kit is a static site build with Next.js and typescript.

Install dependencies:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/_index.tsx. The page auto-updates as you edit the file (static folder : /out).

Build the static site:

npm run build
# or
yarn build

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Licensing

  • Copyright 2020 Charlie Rabiller

  • Licensed under MIT

About

Tailwind-kit is a free and open source components kit fully coded with Tailwind css 2.0.

https://www.tailwind-kit.com/

License:MIT License


Languages

Language:TypeScript 99.5%Language:JavaScript 0.4%Language:CSS 0.1%