All Projects → themesberg → tailwind-dashboard-windster

themesberg / tailwind-dashboard-windster

Licence: MIT license
Free and open-source admin dashboard interface built on top of Tailwind CSS and Flowbite

Programming Languages

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

Projects that are alternatives of or similar to tailwind-dashboard-windster

play-tailwind
Play is free and open source Tailwind CSS template for - Startup, SaaS, Apps, Business and More. It comes with a high-quality design and all essential components & pages you need to launch a complete website.
Stars: ✭ 60 (-91.19%)
Mutual labels:  tailwind, tailwind-template
flowbite
The most popular and open-source library of Tailwind CSS components
Stars: ✭ 3,727 (+447.28%)
Mutual labels:  tailwind, flowbite
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (-73.57%)
Mutual labels:  tailwind
next-shopify-starter
Nextjs + Tailwind CSS + Shopify Starter
Stars: ✭ 385 (-43.47%)
Mutual labels:  tailwind
laravel-scaffold
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
Stars: ✭ 33 (-95.15%)
Mutual labels:  tailwind
nuro.dev
🌿 Personal Portfolio
Stars: ✭ 260 (-61.82%)
Mutual labels:  tailwind
tailwindcss-fluid
Fluid utilities for Tailwind CSS
Stars: ✭ 112 (-83.55%)
Mutual labels:  tailwind
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (-79.74%)
Mutual labels:  tailwind
tailwindcss-background-extended
All of the missing background utilities for Tailwind CSS.
Stars: ✭ 25 (-96.33%)
Mutual labels:  tailwind
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (-71.95%)
Mutual labels:  tailwind
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-90.16%)
Mutual labels:  tailwind
LinkFree
Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
Stars: ✭ 2,856 (+319.38%)
Mutual labels:  tailwind
x-blade-components
Laravel Blade Components ready to use
Stars: ✭ 36 (-94.71%)
Mutual labels:  tailwind
react-tailwindcss-demo
⚛️ React and Tailwind CSS Demo
Stars: ✭ 54 (-92.07%)
Mutual labels:  tailwind
react-tailwind-portfolio
👨‍🎨 An open-source portfolio template built with React and Tailwind.
Stars: ✭ 124 (-81.79%)
Mutual labels:  tailwind
rebuild-x-with-tailwind
My playground to learn Tailwind CSS
Stars: ✭ 29 (-95.74%)
Mutual labels:  tailwind
babel-plugin-tailwind-rn
Allows you to use className="w-full md:w-1/2" syntax in your react native projects.
Stars: ✭ 31 (-95.45%)
Mutual labels:  tailwind
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-96.48%)
Mutual labels:  tailwind
plugins
Collection of plugins for Windi CSS.
Stars: ✭ 64 (-90.6%)
Mutual labels:  tailwind
tip-tweet
Tip Tweet is a hybrid dApp that provides a simple way to tip a tweet using Ethereum. Authors can claim their tips using their Twitter account. You only need the tweet URL to tip. 🚀 😎
Stars: ✭ 23 (-96.62%)
Mutual labels:  tailwind

🔥 Black Friday 2022 - Get Tailwind CSS Templates for 90% Off

Themesberg Black Friday 2022

Windster - Tailwind CSS Dashboard Tweet

version license GitHub issues open GitHub issues closed

Windster Tailwind CSS Dashboard

Windster is a free and open-source Tailwind CSS admin dashboard layout featuring responsive sidebar layouts, authentication pages, charts, users, products pages and hundreds of Tailwind CSS components based on the Flowbite component library such as buttons, dropdowns, navbars, modals, datepickers, and more.

Build with Tailwind CSS

The pages of this project have been built using only the utility classes from Tailwind CSS and you can continue working with Windster as with any other Tailwind CSS project as it uses the standard PostCSS configuration method together with purging classes as it is recommended.

Components from Flowbite

Windster also uses the open-source Tailwind CSS components from Flowbite including buttons, alerts, typography, dropdowns, navbars, and many more. These components also exclusively use the Tailwind CSS utility classes so there is no need to include any extra CSS into your project.

Example pages

The open-source version of Windster comes with 5 application UI example pages including a main dashboard layout, a login page, a register page, a users page and a products page where there are also modals included for the CRUD actions.

HUGO static site generator

We decided to use the HUGO static site generator system to build the HTML templates and also use JSON files as a source of data for some of the pages such as the products or users page. Of course you can adapt these templates to your own tech stack by extracting the HTML templates and the Webpack/POST CSS configuration files.

Webpack module bundler

Windster uses Webpack to bundle assets and to watch for changes and tie together the compilation actions from HUGO and PostCSS. Feel free to customize the Webpack configuration file based on your needs. We also included a CSS minification feature when building for production.

Workflow

This project uses the following tech stack:

Table of Contents

Demo

Dashboard Users
Dashboard Users
Products Login
Products Login
Register Components
Register Components

Quick start

  1. Download from Themesberg or clone this repository
  2. Download the project's zip
  3. Make sure you have Node.js and HUGO installed.
  4. Run the following command to install the project dependencies:
npm install
  1. Run the development server:
npm run start

Building the project

To build the final project files run the following command:

npm run build

The file will be available in the .build/ folder.

Documentation

Windster is first of all a project based on Tailwind CSS but it also uses Flowbite to enable more components, HUGO to generate static HTML files and Webpack for assets bundling.

Folder Structure

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

Windster Tailwind CSS Dashboard
.
├── LICENSE.md
├── README.md
├── _gh_pages
├── config.yml
├── content
├── data
├── layouts
├── node_modules
├── package-lock.json
├── package.json
├── postcss.config.js
├── resources
├── src
├── static
├── syntax.css
├── tailwind.config.js
├── temp
└── webpack.config.js

Browser Support

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

Resources

Upgrade to Pro

If you like working with Windster and you would like to expand the number of pages and get access to a more advanced layout, kanban page, mailing application and 4 times more pages then check out Windster Pro and check out the differences between the two versions.

Reporting Issues

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

  1. Make sure that you are using the latest version of Windster.
  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/themesberg

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

Dribbble: https://dribbble.com/themesberg

Instagram: https://www.instagram.com/themesberg/

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