Demos
These demos only cover functionality that relies on the backend. For more frontend utilities and patterns, visit the Docs.
Modals

The Basics

In your controller...

before_action :renders_in_modal, only: [:my_action]

In your view...

<%= link_to "About Coffee", my_action_path %>

The Nitty Gritty

See the docs for more scenarios and detailed info on how modals work under the hood.

Read The Docs
Selects
Location Search
Rich Text Editor
Charts
Forms