Sha256: b3b29533b096a8c9c12a25690248ba74f1a168a46bf0ca93783fcf8f235ac763
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
module Shoelace module Rails module Ui module ApplicationHelper def sl_alert(open: false, closable: false, variant: 'primary') content_tag "sl-alert#{open ? " open" : ""}#{closable ? " closable" : ""} variant=#{variant}", yield end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoelace-rails-ui-0.1.1 | app/helpers/shoelace/rails/ui/application_helper.rb |