Class: RUI::Buttons::Primary

Inherits:
Base show all
Defined in:
lib/rui/buttons/primary.rb

Constant Summary collapse

STYLE =

Style string public for use in forms

"bg-blue-700 hover:bg-blue-900 text-white border border-blue-700 hover:border-blue-900".freeze

Method Summary

Methods inherited from Base

#initialize, #view_template

Methods inherited from RUI::Base

#initialize

Constructor Details

This class inherits a constructor from RUI::Buttons::Base