All Projects → tarellel → simple_form-tailwind

tarellel / simple_form-tailwind

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT LICENSE.txt
A basic rails generator for adding a simpleform config for tailwindCSS based forms

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to simple form-tailwind

nextjs-prism-markdown
Example using Prism / Markdown with Next.js including switching syntax highlighting themes.
Stars: ✭ 87 (+107.14%)
Mutual labels:  tailwind
laravel-vue-tailwind-spa
A Laravel, Vue & Tailwind SPA starter project template.
Stars: ✭ 61 (+45.24%)
Mutual labels:  tailwind
admin-one-vue-tailwind
Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
Stars: ✭ 742 (+1666.67%)
Mutual labels:  tailwind
tailwindcss-modularscale
Modular scale plugin for TailwindCSS.
Stars: ✭ 19 (-54.76%)
Mutual labels:  tailwind
jupyterlab-tailwind-theme
A JupyterLab theme extension inspired by Tailwind.
Stars: ✭ 67 (+59.52%)
Mutual labels:  tailwind
vitailse
Opinionated Vite starter template with TailwindCSS
Stars: ✭ 95 (+126.19%)
Mutual labels:  tailwind
windstrap
Tailwind CSS with Bootstrap JS
Stars: ✭ 63 (+50%)
Mutual labels:  tailwind
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (-50%)
Mutual labels:  tailwind
slider
Vue 3 slider component with multihandles, tooltips merging and formatting (+Tailwind CSS support).
Stars: ✭ 162 (+285.71%)
Mutual labels:  tailwind
cra-tailwindcss-in-js
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions
Stars: ✭ 35 (-16.67%)
Mutual labels:  tailwind
onix
A page builder for laravel that works in a very simple and easy way, by default onix uses tailwind css, but can be easy change to your custom css.
Stars: ✭ 19 (-54.76%)
Mutual labels:  tailwind
shopify-next.js-tailwind
Learn the Shopify + Next.js + Tailwind CSS Stack! SWR, Hydrogen, + more
Stars: ✭ 227 (+440.48%)
Mutual labels:  tailwind
Reactirator
A desktop application to create and manage React.js applications easily.
Stars: ✭ 111 (+164.29%)
Mutual labels:  tailwind
animeflix
A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required
Stars: ✭ 326 (+676.19%)
Mutual labels:  tailwind
create-react-app-tailwindcss
Create React apps with no build configuration, extended with TailwindCSS and PurgeCSS
Stars: ✭ 30 (-28.57%)
Mutual labels:  tailwind
code-type
Practice code-typing with top 1000 keywords of the most popular programming languages.
Stars: ✭ 31 (-26.19%)
Mutual labels:  tailwind
tailwind-antd-react-kit
UI Components and helpers for frontend development using Tailwind + Ant Design and React.js
Stars: ✭ 27 (-35.71%)
Mutual labels:  tailwind
Cyca
Web-based bookmarks and feeds manager
Stars: ✭ 15 (-64.29%)
Mutual labels:  tailwind
tailwindcss-scrims
Configurable Tailwind plugin for generating scrim classes.
Stars: ✭ 35 (-16.67%)
Mutual labels:  tailwind
tailwindcss-jit-rails
An experiment with tailwindcss-jit and the asset pipeline
Stars: ✭ 32 (-23.81%)
Mutual labels:  tailwind

SimpleForm::Tailwind

Used to add a base simple_form config with basic tailwind classes added to the form attributes.

NOTE: This simple_form config is best used with tailwindCSS v2.0

Installation

Add this line to your application's Gemfile:

gem 'simple_form-tailwind'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install simple_form-tailwind

Usage

To use this simple_form config you need to ensure your application is using simple_form to generate it's forms. Run the generator to add the following file to your application config/initializers/simple_form_tailwind.rb

$ rails g simple_form:tailwind:install

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tarellel/simple_form-tailwind.

License

The gem is available as open source under the terms of the MIT License.

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