struct
Components::DesignSystem::LandingHero::Action
- Components::DesignSystem::LandingHero::Action
- Struct
- Value
- Object
Defined in:
components/design_system/primitives.crConstructors
Instance Method Summary
- #emphasis : String
- #external : Bool
- #href : String | Nil
- #label : String
- #rel : String | Nil
- #size : String
- #target : String | Nil
- #tone : String
- #type : String
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)
#