Skip to content

Tailwindcss/Flowbite starter template with added support for theming and contextual colors.

Notifications You must be signed in to change notification settings

foostacking/tailwind-flowbite-theming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind-flowbite-theming

Tailwindcss/Flowbite starter template with added support for theming and contextual colors.

Added Color Themes

  • Primary - Main site color.
  • Accent - For links and buttons.
  • Light - For Black contrast.
  • Dark - For dark mode.
  • Success - For Success alerts.
  • Danger - For Danger alerts.
  • Warning - For Warning alerts.
  • Info - For Info alerts.

JS for components

Add <script src="./node_modules/flowbite/dist/flowbite.min.js"></script> to all files using Flowbite JS.

Input Path

assets/src/css/tailwind.css

Output Path

assets/dist/css/main.css

Build

npx tailwindcss -i ./assets/src/css/tailwind.css -o ./assets/dist/css/main.css --watch

Other TailwindCss Starters

About

Tailwindcss/Flowbite starter template with added support for theming and contextual colors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published