Module: Bulma::ComponentsHelper

Defined in:
app/helpers/bulma/components_helper.rb

Constant Summary collapse

BULMA_HELPER_COMPONENT_MAP =
{
  block: Bulma::BlockComponent,
  box: Bulma::BoxComponent,
  button: Bulma::ButtonComponent,
  buttons: Bulma::ButtonsComponent,
  content: Bulma::ContentComponent,
  delete: Bulma::DeleteComponent,
  image: Bulma::ImageComponent,
  tag: Bulma::TagComponent,
  title: Bulma::TitleComponent,
  progress_bar: Bulma::ProgressBarComponent,
  notification: Bulma::NotificationComponent
}.freeze