struct Components::CSS::Tokens::StateScale

Defined in:

components/css/tokens/amber_theme.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(default : String, hover : String, active : String, selected : String, disabled : String, loading : String) #

[View source]

Instance Method Detail

def active : String #

def clone #

[View source]
def copy_with(default _default = @default, hover _hover = @hover, active _active = @active, selected _selected = @selected, disabled _disabled = @disabled, loading _loading = @loading) #

[View source]
def default : String #

def disabled : String #

def hover : String #

def loading : String #

def selected : String #