Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple_form-themes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple_form-themes

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SimpleForm::Themes

The easiest way to install themes for SimpleForm.

Installation

Add this line to your application's Gemfile:

gem 'simple_form-themes'

And then execute:

bundle

Or install it yourself as:

gem install simple_form-themes

Usage

We are asuming you already have the CSS theme installed in your project.

Tailwind CSS Theme

To use the Tailwind CSS Theme, run the following command:

rails generate simple_form:theme:tailwindcss install

it will create a file in config/initializers/simple_form_tailwindcss.rb with the Tailwind styles. just run the rails server and you will see the Bulma implemented in your forms.

Bulma CSS Theme

To use the Bulma CSS Theme, run the following command:

rails generate simple_form:theme:bulma install

it will create a file in config/initializers/simple_form_bulma.rb with the Bulma styles. just run the rails server and you will see the Bulma implemented in your forms.

Contributing

Contribution directions go here.

License

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

FAQs

Package last updated on 27 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc