rx/presenters

View on GitHub
app/demo/components/fabs.pom

Summary

Maintainability
Test Coverage
require_relative '../helpers/indented_grid'

Voom::Presenters.define(:fabs) do
  helpers Demo::Helpers::IndentedGrid
  attach :top_nav
  attach :component_drawer
  page_title 'Floating Action Button'

  indented_grid do

    headline 'FAB'
    button icon: :add, type: :fab, color: :primary
    
    attach :code, file: __FILE__
  end
end