module SimpleForm::Components::Hints

def hint

def hint
  @hint ||= begin
    hint = options[:hint]
    hint.is_a?(String) ? hint : translate(:hints)
  end
end