module GOVUKDesignSystemFormBuilder module Elements module Inputs class Text < Base using PrefixableArray include Traits::Input include Traits::Error include Traits::Hint include Traits::Label include Traits::Supplemental def builder_method :text_field end end end end end