Skip to content

Extensions for BulmaCSS, especially for use in a Rails app

Notifications You must be signed in to change notification settings

GiantRavens/bulma_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Useful extensions for BulmaCSS

Especially for Rails, I've found that these, the bulma-rails and font-awesome-rails are the most bulletproof way to set this up and not have boring lookalike Rails/Bootstrap apps.

Note that for the Rails flash messages to be dismissable just tag them with this JavaScript:

onClick="document.getElementById('notificationMessage').classList.remove('is-active')">

That just strips the 'is-active' tag from the modal and hides it.

See the giantravens/rails5template for an example of it all working together.

About

Extensions for BulmaCSS, especially for use in a Rails app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published