All Projects → statamic → preset-tailwindcss

statamic / preset-tailwindcss

Licence: MIT License
DEPRECATED: Statamic 3 starts with TailwindCSS out of the box.

Programming Languages

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

Projects that are alternatives of or similar to preset-tailwindcss

hepsiburada
Hepsiburada.com Tailwind/VueJS/CSS Clone
Stars: ✭ 39 (+69.57%)
Mutual labels:  front-end, tailwindcss
Website-Cloner
It allows you to download a website from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.
Stars: ✭ 118 (+413.04%)
Mutual labels:  front-end
frost-web
Frost Web is the front-end to Po.et's Frost API for managing accounts and API tokens.
Stars: ✭ 12 (-47.83%)
Mutual labels:  front-end
Repository-Collection
A collection of useful Github repositories. Github项目精选。
Stars: ✭ 14 (-39.13%)
Mutual labels:  front-end
blazor-tailwindcss-template
This template demostrates the integration of tailwindcss with blazor and covers important features like hot-reload and css isolation
Stars: ✭ 38 (+65.22%)
Mutual labels:  tailwindcss
aymaneMx.com
🎨 my personal website, built with Nuxt.js & TailwindCSS and Vue-Notion.
Stars: ✭ 26 (+13.04%)
Mutual labels:  tailwindcss
vue-apicloud-cli
基于vue的APICloud脚手架
Stars: ✭ 44 (+91.3%)
Mutual labels:  tailwindcss
notion-nextjs-blog
A starter blog template powered by Next.js, Notion and Tailwind CSS.
Stars: ✭ 25 (+8.7%)
Mutual labels:  tailwindcss
epic-react-exercises
Practical React exercises with detailed solutions.
Stars: ✭ 126 (+447.83%)
Mutual labels:  front-end
nextly-template
Nextly Landing Page Template built with Next.js & TailwindCSS
Stars: ✭ 48 (+108.7%)
Mutual labels:  tailwindcss
jefftriplett.github.io
📝 My blog which is held together by duct tape and bailer twine
Stars: ✭ 14 (-39.13%)
Mutual labels:  tailwindcss
sage-vue-tailwind
Sage 10 with laravel mix, tailwindcss and vuejs https://roots.io/sage/
Stars: ✭ 38 (+65.22%)
Mutual labels:  tailwindcss
BlazorAndTailwind
Tips and notes about Blazor and Tailwind
Stars: ✭ 27 (+17.39%)
Mutual labels:  tailwindcss
petal components
Phoenix Live View Components
Stars: ✭ 138 (+500%)
Mutual labels:  tailwindcss
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 (+113.04%)
Mutual labels:  tailwindcss
single-spa-svelte
a single-spa plugin for svelte applications
Stars: ✭ 17 (-26.09%)
Mutual labels:  front-end
parcel-static-template
Start a simple static site with components and hot reloading.
Stars: ✭ 20 (-13.04%)
Mutual labels:  front-end
FableStarter
An Elmish F# Fable template that uses Tailwind for styling and the Parcel bundler
Stars: ✭ 13 (-43.48%)
Mutual labels:  tailwindcss
laravel-vue-survey
This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
Stars: ✭ 92 (+300%)
Mutual labels:  tailwindcss
css-to-tailwind
Convert plain CSS to TailwindCSS classes. Demo: https://transform.tools/css-to-tailwind
Stars: ✭ 19 (-17.39%)
Mutual labels:  tailwindcss

Statamic Frontend Preset for Tailwind CSS

A Statamic front-end scaffolding preset for Tailwind CSS.

Statamic 3.0+ Tailwind 1.2+

Usage

In a fresh install of Statamic 3, run the following commands.

  1. Install this preset package
composer require statamic/preset-tailwindcss
  1. Run the preset artisan command
# For a clean install
php artisan preset tailwindcss-clean

# To add to your current resources
php artisan preset tailwindcss
  1. Install NPM dependencies and run webpack
npm install && npm run dev
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].