struct Components::DesignSystem::LandingHero::Action

Defined in:

components/design_system/primitives.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : String, href : String | Nil = nil, tone : String = "brand", emphasis : String = "solid", size : String = "md", type : String = "button", external : Bool = false, target : String | Nil = nil, rel : String | Nil = nil) #

[View source]

Instance Method Detail

def emphasis : String #

[View source]
def external : Bool #

[View source]
def href : String | Nil #

[View source]
def label : String #

[View source]
def rel : String | Nil #

[View source]
def size : String #

[View source]
def target : String | Nil #

[View source]
def tone : String #

[View source]
def type : String #

[View source]