Project

bulma_form

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
bulma_form is a rails form builder that makes it easy to create beautiful forms using Bulma
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 6.0.0.rc1
 Project Readme

bulma_form

Build Status Test Coverage Maintainability

bulma_form is a Rails form builder that helps create Bulma-styled forms in your Rails application. It provides form helpers that extend existing Rails form helpers adding necessary fields, labels and additional markup recommended by Bulma reference guide.

Installation

Add this line to your application's Gemfile:

gem 'bulma_form'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bulma_form

License

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