Module: MaquinaComponents

Defined in:
lib/maquina-components.rb,
lib/maquina_components/doctor.rb,
lib/maquina_components/engine.rb,
lib/maquina_components/version.rb,
app/helpers/maquina_components/empty_helper.rb,
app/helpers/maquina_components/icons_helper.rb,
app/helpers/maquina_components/table_helper.rb,
app/helpers/maquina_components/toast_helper.rb,
app/helpers/maquina_components/drawer_helper.rb,
app/helpers/maquina_components/sidebar_helper.rb,
app/helpers/maquina_components/calendar_helper.rb,
app/helpers/maquina_components/combobox_helper.rb,
app/helpers/maquina_components/components_helper.rb,
app/helpers/maquina_components/pagination_helper.rb,
app/helpers/maquina_components/breadcrumbs_helper.rb,
app/helpers/maquina_components/toggle_group_helper.rb,
app/helpers/maquina_components/dropdown_menu_helper.rb,
lib/generators/maquina_components/install/install_generator.rb,
lib/generators/maquina_components/scaffold_templates/scaffold_templates_generator.rb

Defined Under Namespace

Modules: BreadcrumbsHelper, CalendarHelper, ComboboxHelper, ComponentsHelper, DrawerHelper, DropdownMenuHelper, EmptyHelper, Generators, IconsHelper, PaginationHelper, SidebarHelper, TableHelper, ToastHelper, ToggleGroupHelper Classes: Doctor, Engine, UnknownIconError

Constant Summary collapse

VERSION =
"0.6.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.strict_iconsObject



23
24
25
26
27
# File 'lib/maquina-components.rb', line 23

def strict_icons
  return @strict_icons if defined?(@strict_icons)

  default_strict_icons
end

Class Method Details

.strict_icons?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/maquina-components.rb', line 29

def strict_icons?
  !!strict_icons
end