# frozen_string_literal: true module Bulmacomp # Make an html structure for a bulma navbar # @example Empty navbar: # = render Bulmacomp::NavbarComponent.new() # # # @example full navbar: # = render Bulmacomp::NavbarComponent.new(brand: 'Title') do #