struct Components::Examples::TabsComponent::Tab

Defined in:

components/examples/tabs_component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, label : String, panel : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(id _id = @id, label _label = @label, panel _panel = @panel) #

[View source]
def id : String #

def label : String #

def panel : String #