Sha256: a5570c6817701e6f3b5beeba355a21f32a792c43cc28f159a0be77d2a8e5fb7e

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

# frozen_string_literal: true

module El
  # represent the span tag
  class Span < Element
    def initialize(**options)
      super('span', **options)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
element_component-0.1.0 lib/element_component/core/span.rb