Sha256: af31f6d9a49f5cb96266d0c4edaacd015b8ba962d45cd32368cec33bfd52e928
Contents?: true
Size: 273 Bytes
Versions: 43
Compression:
Stored size: 273 Bytes
Contents
# TODO: rename to WarningComponent or sth class BadUserInputComponent < BaseComponent def initialize(error_msg:) @error_msg = error_msg super end def alert_type :warning end erb_template <<~ERB <div> <%= @error_msg %> </div> ERB end
Version data entries
43 entries across 43 versions & 1 rubygems