Documentation ¶
Index ¶
- type Accordion
- type Anchor
- type Avatar
- type Banner
- type Button
- type Card
- type Chat
- type ChatMessage
- type Checkbox
- type Collapse
- type Combobox
- type CompanyInfo
- type ComponentCode
- type ComponentCodeMap
- type ComponentExampleCodeMap
- type Dropdown
- type DropdownItem
- type Feature
- type Image
- type Input
- type PaginationItem
- type Price
- type Radio
- type Range
- type Rating
- type Script
- type Select
- type SelectOption
- type Stat
- type Status
- type Swap
- type Tab
- type Tabs
- type Testimonial
- type Textarea
- type TimelineItem
- type Toast
- type Toggle
- type Tooltip
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Button ¶
type Button struct { Label string Attrs templ.Attributes }
type Chat ¶
type Chat struct {
Messages []ChatMessage
}
type ChatMessage ¶
type CompanyInfo ¶
type ComponentCode ¶
type ComponentCodeMap ¶
type ComponentCodeMap map[string][]ComponentCode
type ComponentExampleCodeMap ¶
type ComponentExampleCodeMap map[string][]ComponentCode
type Dropdown ¶
type Dropdown struct { Label string Class string ListClass string Items []DropdownItem }
type DropdownItem ¶
type DropdownItem struct { Label string Attrs templ.Attributes }
type PaginationItem ¶
type Select ¶
type Select struct { ID string Label string Name string Options []SelectOption Attrs templ.Attributes Class string }
type SelectOption ¶
type Testimonial ¶
Click to show internal directories.
Click to hide internal directories.