Versions in this module Expand all Collapse all v1 v1.9.1 Jul 31, 2026 v1.9.0 Jul 30, 2026 v1.8.3 Jul 29, 2026 v1.8.2 Jul 29, 2026 v1.8.1 Jul 24, 2026 v1.8.0 Jun 17, 2026 v1.7.2 Jun 17, 2026 v1.7.1 Jun 15, 2026 v1.7.0 Jun 13, 2026 v1.6.9 Jun 11, 2026 v1.6.8 Jun 4, 2026 v1.6.6 Jun 1, 2026 Changes in this version + const IntentAtomAvatar + const IntentAtomBadge + const IntentAtomButton + const IntentAtomCheckbox + const IntentAtomCode + const IntentAtomHeading + const IntentAtomIcon + const IntentAtomIconButton + const IntentAtomImage + const IntentAtomInput + const IntentAtomKbd + const IntentAtomLabel + const IntentAtomLink + const IntentAtomProgress + const IntentAtomRadio + const IntentAtomSelect + const IntentAtomSeparator + const IntentAtomSkeleton + const IntentAtomSlider + const IntentAtomSpinner + const IntentAtomSwitch + const IntentAtomText + const IntentAtomTextarea + const IntentAtomTooltip + const IntentAuthAccountMenu + const IntentAuthMagicLinkForm + const IntentAuthOAuthButtons + const IntentAuthOrgProfile + const IntentAuthOrgSwitcher + const IntentAuthPasskeyPrompt + const IntentAuthSessionList + const IntentAuthSignInForm + const IntentAuthSignUpForm + const IntentAuthTabs + const IntentAuthTwoFactorSetup + const IntentAuthUserButton + const IntentLayoutAccordion + const IntentLayoutCard + const IntentLayoutColumn + const IntentLayoutContainer + const IntentLayoutDivider + const IntentLayoutGrid + const IntentLayoutPage + const IntentLayoutRow + const IntentLayoutSection + const IntentLayoutSpacer + const IntentLayoutSplit + const IntentLayoutStack + const IntentLayoutTabs + const IntentMoleculeAlert + const IntentMoleculeBreadcrumb + const IntentMoleculeChip + const IntentMoleculeCombobox + const IntentMoleculeCommandPalette + const IntentMoleculeDatePicker + const IntentMoleculeDropdownMenu + const IntentMoleculeEmptyState + const IntentMoleculeErrorState + const IntentMoleculeField + const IntentMoleculeFileUpload + const IntentMoleculeListItem + const IntentMoleculeLoadingState + const IntentMoleculePagination + const IntentMoleculeRating + const IntentMoleculeSearchBar + const IntentMoleculeStatCard + const IntentMoleculeTagInput + const IntentOrganismCalendar + const IntentOrganismChart + const IntentOrganismCodeEditor + const IntentOrganismComments + const IntentOrganismDataGrid + const IntentOrganismDynamicForm + const IntentOrganismKanban + const IntentOrganismNotificationCenter + const IntentOrganismStepper + const IntentOrganismTimeline + const IntentOrganismTreeView + func All(checks ...string) *contract.Predicate + func Any(checks ...string) *contract.Predicate + func FromParent(field string) contract.ParamSource + func FromRoute(name string) contract.ParamSource + func FromSession(field string) contract.ParamSource + func FromState(key string) contract.ParamSource + func Intent(name string, params ...map[string]contract.ParamSource) *contract.DataBinding + func IntentSet() map[string]struct + func Intents() []string + func Not(checks ...string) *contract.Predicate + func Param(v any) contract.ParamSource + func Query(name string) *contract.DataBinding + func Warden(name string) *contract.Predicate + type AccordionBuilder struct + Props AccordionProps + func Accordion() *AccordionBuilder + func (b *AccordionBuilder) AddItem(item AccordionItem) *AccordionBuilder + func (b *AccordionBuilder) Build() contract.GraphNode + func (b *AccordionBuilder) ClassName(c string) *AccordionBuilder + func (b *AccordionBuilder) Collapsible(c bool) *AccordionBuilder + func (b *AccordionBuilder) Item(value, title string) *AccordionBuilder + func (b *AccordionBuilder) Multiple() *AccordionBuilder + func (b *AccordionBuilder) Panel(value string, nodes ...contract.GraphNode) *AccordionBuilder + func (b *AccordionBuilder) Single() *AccordionBuilder + type AccordionItem struct + Description string + Disabled bool + Icon string + Title string + Value string + type AccordionProps struct + ClassName string + Collapsible bool + Items []AccordionItem + Type string + type AccountMenuBuilder struct + Props AccountMenuProps + func AccountMenu() *AccountMenuBuilder + func (b *AccountMenuBuilder) BillingURL(u string) *AccountMenuBuilder + func (b *AccountMenuBuilder) Build() contract.GraphNode + func (b *AccountMenuBuilder) ClassName(c string) *AccountMenuBuilder + func (b *AccountMenuBuilder) ProfileURL(u string) *AccountMenuBuilder + func (b *AccountMenuBuilder) SettingsURL(u string) *AccountMenuBuilder + func (b *AccountMenuBuilder) ShowOrgSwitcher(s bool) *AccountMenuBuilder + func (b *AccountMenuBuilder) SignOutOp(op string) *AccountMenuBuilder + type AccountMenuProps struct + BillingURL string + ClassName string + ProfileURL string + SettingsURL string + ShowOrgSwitcher bool + SignOutOp string + type Action struct + ConfirmAction *Action + ConfirmMessage string + ConfirmTitle string + Contributor string + CopyValue string + Dialog string + Event string + Href string + Intent string + Kind ActionKind + Params map[string]contract.ParamSource + Payload map[string]any + Replace bool + StateKey string + StateValue any + ToastMessage string + ToastVariant ToastVariant + func CloseDialog(name string) *Action + func Confirm(title, message string, action *Action) *Action + func Copy(value string) *Action + func Emit(event string) *Action + func Navigate(href string) *Action + func NavigateReplace(href string) *Action + func OpenDialog(name string) *Action + func RunCommand(intent string) *Action + func SetState(key string, value any) *Action + func Toast(message string) *Action + func ToastError(message string) *Action + func (a *Action) WithContributor(c string) *Action + func (a *Action) WithParams(params map[string]contract.ParamSource) *Action + type ActionKind string + const ActionKindCloseDialog + const ActionKindConfirm + const ActionKindCopy + const ActionKindEmit + const ActionKindNavigate + const ActionKindOpenDialog + const ActionKindRunCommand + const ActionKindSetState + const ActionKindToast + type Aggregation string + const AggAvg + const AggCount + const AggMax + const AggMin + const AggSum + type AlertBuilder struct + Props AlertProps + func Alert() *AlertBuilder + func (b *AlertBuilder) Build() contract.GraphNode + func (b *AlertBuilder) ClassName(c string) *AlertBuilder + func (b *AlertBuilder) Description(d string) *AlertBuilder + func (b *AlertBuilder) Dismissible(d bool) *AlertBuilder + func (b *AlertBuilder) Icon(i string) *AlertBuilder + func (b *AlertBuilder) OnDismiss(a *Action) *AlertBuilder + func (b *AlertBuilder) TitleText(t string) *AlertBuilder + func (b *AlertBuilder) Variant(v AlertVariant) *AlertBuilder + type AlertProps struct + ClassName string + Description string + Dismissible bool + Icon string + OnDismiss *Action + Title string + Variant AlertVariant + type AlertVariant string + const AlertAccent + const AlertDefault + const AlertDestructive + const AlertMuted + type Align string + const AlignBaseline + const AlignCenter + const AlignEnd + const AlignStart + const AlignStretch + type AspectRatio string + const AspectAuto + const AspectSquare + const AspectVideo + type AuthTabsBuilder struct + Props AuthTabsProps + func AuthTabs() *AuthTabsBuilder + func (b *AuthTabsBuilder) Brand(name string) *AuthTabsBuilder + func (b *AuthTabsBuilder) Build() contract.GraphNode + func (b *AuthTabsBuilder) ClassName(c string) *AuthTabsBuilder + func (b *AuthTabsBuilder) DefaultTab(t string) *AuthTabsBuilder + func (b *AuthTabsBuilder) OAuthProviders(p ...string) *AuthTabsBuilder + func (b *AuthTabsBuilder) SignInOp(o string) *AuthTabsBuilder + func (b *AuthTabsBuilder) SignUpOp(o string) *AuthTabsBuilder + type AuthTabsProps struct + Brand string + ClassName string + DefaultTab string + OAuthProviders []string + SignInOp string + SignUpOp string + type AvatarBuilder struct + Props AvatarProps + func Avatar() *AvatarBuilder + func (b *AvatarBuilder) Alt(a string) *AvatarBuilder + func (b *AvatarBuilder) Build() contract.GraphNode + func (b *AvatarBuilder) ClassName(c string) *AvatarBuilder + func (b *AvatarBuilder) Fallback(f string) *AvatarBuilder + func (b *AvatarBuilder) Size(s Size) *AvatarBuilder + func (b *AvatarBuilder) Src(s string) *AvatarBuilder + func (b *AvatarBuilder) Status(s string) *AvatarBuilder + type AvatarProps struct + Alt string + ClassName string + Fallback string + Size Size + Src string + Status string + type BadgeBuilder struct + Props BadgeProps + func Badge(label string) *BadgeBuilder + func (b *BadgeBuilder) Build() contract.GraphNode + func (b *BadgeBuilder) ClassName(c string) *BadgeBuilder + func (b *BadgeBuilder) Dot(d bool) *BadgeBuilder + func (b *BadgeBuilder) Icon(i string) *BadgeBuilder + func (b *BadgeBuilder) Variant(v ColorVariant) *BadgeBuilder + type BadgeProps struct + ClassName string + Dot bool + Icon string + Label string + Variant ColorVariant + type BreadcrumbBuilder struct + Props BreadcrumbProps + func Breadcrumb() *BreadcrumbBuilder + func (b *BreadcrumbBuilder) AddItem(item BreadcrumbItem) *BreadcrumbBuilder + func (b *BreadcrumbBuilder) Build() contract.GraphNode + func (b *BreadcrumbBuilder) ClassName(c string) *BreadcrumbBuilder + func (b *BreadcrumbBuilder) Item(label, href string) *BreadcrumbBuilder + func (b *BreadcrumbBuilder) Separator(s string) *BreadcrumbBuilder + type BreadcrumbItem struct + Href string + Icon string + Label string + type BreadcrumbProps struct + ClassName string + Items []BreadcrumbItem + Separator string + type ButtonBuilder struct + Props ButtonProps + func Button(label string) *ButtonBuilder + func (b *ButtonBuilder) Build() contract.GraphNode + func (b *ButtonBuilder) ClassName(c string) *ButtonBuilder + func (b *ButtonBuilder) Confirm(msg string) *ButtonBuilder + func (b *ButtonBuilder) Disabled(d bool) *ButtonBuilder + func (b *ButtonBuilder) FullWidth(f bool) *ButtonBuilder + func (b *ButtonBuilder) Label(l string) *ButtonBuilder + func (b *ButtonBuilder) LeadingIcon(name string) *ButtonBuilder + func (b *ButtonBuilder) Loading(l bool) *ButtonBuilder + func (b *ButtonBuilder) OnClick(a *Action) *ButtonBuilder + func (b *ButtonBuilder) Size(s Size) *ButtonBuilder + func (b *ButtonBuilder) TrailingIcon(name string) *ButtonBuilder + func (b *ButtonBuilder) Variant(v ColorVariant) *ButtonBuilder + type ButtonProps struct + ClassName string + Confirm string + Disabled bool + FullWidth bool + Label string + LeadingIcon string + Loading bool + OnClick *Action + Size Size + TrailingIcon string + Variant ColorVariant + type CalendarBuilder struct + Props CalendarProps + func Calendar() *CalendarBuilder + func (b *CalendarBuilder) Build() contract.GraphNode + func (b *CalendarBuilder) ClassName(c string) *CalendarBuilder + func (b *CalendarBuilder) ColorField(f string) *CalendarBuilder + func (b *CalendarBuilder) EndField(f string) *CalendarBuilder + func (b *CalendarBuilder) OnCreate(a *Action) *CalendarBuilder + func (b *CalendarBuilder) OnEventClick(a *Action) *CalendarBuilder + func (b *CalendarBuilder) StartField(f string) *CalendarBuilder + func (b *CalendarBuilder) TitleField(f string) *CalendarBuilder + func (b *CalendarBuilder) View(v CalendarView) *CalendarBuilder + type CalendarProps struct + ClassName string + ColorField string + EndField string + OnCreate *Action + OnEventClick *Action + StartField string + TitleField string + View CalendarView + type CalendarView string + const CalendarDay + const CalendarMonth + const CalendarWeek + type CancelConfig struct + Action *Action + Label string + Variant ColorVariant + type CardBuilder struct + Props CardProps + func Card(children ...contract.GraphNode) *CardBuilder + func (b *CardBuilder) Actions(nodes ...contract.GraphNode) *CardBuilder + func (b *CardBuilder) Bordered(bo bool) *CardBuilder + func (b *CardBuilder) Build() contract.GraphNode + func (b *CardBuilder) ClassName(c string) *CardBuilder + func (b *CardBuilder) Compact(c bool) *CardBuilder + func (b *CardBuilder) Content(nodes ...contract.GraphNode) *CardBuilder + func (b *CardBuilder) Description(d string) *CardBuilder + func (b *CardBuilder) Footer(nodes ...contract.GraphNode) *CardBuilder + func (b *CardBuilder) Header(nodes ...contract.GraphNode) *CardBuilder + func (b *CardBuilder) NoPadding(n bool) *CardBuilder + type CardProps struct + Bordered *bool + ClassName string + Compact bool + Description string + NoPadding bool + type CellRender struct + Intent string + Props map[string]any + type ChartBuilder struct + Props ChartProps + func Chart(t ChartType) *ChartBuilder + func (b *ChartBuilder) Build() contract.GraphNode + func (b *ChartBuilder) ClassName(c string) *ChartBuilder + func (b *ChartBuilder) Height(h int) *ChartBuilder + func (b *ChartBuilder) Series(s ...ChartSeries) *ChartBuilder + func (b *ChartBuilder) ShowGrid(s bool) *ChartBuilder + func (b *ChartBuilder) ShowLegend(s bool) *ChartBuilder + func (b *ChartBuilder) ShowTooltip(s bool) *ChartBuilder + func (b *ChartBuilder) Stacked(s bool) *ChartBuilder + func (b *ChartBuilder) XAxis(field string) *ChartBuilder + func (b *ChartBuilder) YAxis(field string) *ChartBuilder + type ChartProps struct + ClassName string + Height int + Series []ChartSeries + ShowGrid bool + ShowLegend bool + ShowTooltip bool + Stacked bool + Type ChartType + XAxis string + YAxis string + type ChartSeries struct + ColorToken string + Key string + Label string + Type ChartType + type ChartType string + const ChartArea + const ChartBar + const ChartComposed + const ChartLine + const ChartPie + const ChartScatter + type CheckboxBuilder struct + Props CheckboxProps + func Checkbox(name string) *CheckboxBuilder + func (b *CheckboxBuilder) Build() contract.GraphNode + func (b *CheckboxBuilder) Checked(c bool) *CheckboxBuilder + func (b *CheckboxBuilder) ClassName(c string) *CheckboxBuilder + func (b *CheckboxBuilder) Default(c bool) *CheckboxBuilder + func (b *CheckboxBuilder) Description(d string) *CheckboxBuilder + func (b *CheckboxBuilder) Disabled(d bool) *CheckboxBuilder + func (b *CheckboxBuilder) Error(e string) *CheckboxBuilder + func (b *CheckboxBuilder) Indeterminate(i bool) *CheckboxBuilder + func (b *CheckboxBuilder) Label(l string) *CheckboxBuilder + func (b *CheckboxBuilder) OnChange(a *Action) *CheckboxBuilder + func (b *CheckboxBuilder) Required(r bool) *CheckboxBuilder + type CheckboxProps struct + Checked *bool + ClassName string + Default *bool + Description string + Disabled bool + Error string + Indeterminate bool + Label string + Name string + OnChange *Action + Required bool + type ChipBuilder struct + Props ChipProps + func Chip(label string) *ChipBuilder + func (b *ChipBuilder) Build() contract.GraphNode + func (b *ChipBuilder) ClassName(c string) *ChipBuilder + func (b *ChipBuilder) Disabled(d bool) *ChipBuilder + func (b *ChipBuilder) Icon(i string) *ChipBuilder + func (b *ChipBuilder) OnClick(a *Action) *ChipBuilder + func (b *ChipBuilder) OnRemove(a *Action) *ChipBuilder + func (b *ChipBuilder) Removable(r bool) *ChipBuilder + func (b *ChipBuilder) Variant(v ColorVariant) *ChipBuilder + type ChipProps struct + ClassName string + Disabled bool + Icon string + Label string + OnClick *Action + OnRemove *Action + Removable bool + Variant ColorVariant + type CodeBuilder struct + Props CodeProps + func Code(text string) *CodeBuilder + func (b *CodeBuilder) Build() contract.GraphNode + func (b *CodeBuilder) ClassName(c string) *CodeBuilder + func (b *CodeBuilder) Copyable(c bool) *CodeBuilder + func (b *CodeBuilder) Inline(i bool) *CodeBuilder + func (b *CodeBuilder) Language(l string) *CodeBuilder + type CodeEditorBuilder struct + Props CodeEditorProps + func CodeEditor() *CodeEditorBuilder + func (b *CodeEditorBuilder) Build() contract.GraphNode + func (b *CodeEditorBuilder) ClassName(c string) *CodeEditorBuilder + func (b *CodeEditorBuilder) Default(v string) *CodeEditorBuilder + func (b *CodeEditorBuilder) Height(h string) *CodeEditorBuilder + func (b *CodeEditorBuilder) Language(l string) *CodeEditorBuilder + func (b *CodeEditorBuilder) LineNumbers(s bool) *CodeEditorBuilder + func (b *CodeEditorBuilder) Name(n string) *CodeEditorBuilder + func (b *CodeEditorBuilder) OnChange(a *Action) *CodeEditorBuilder + func (b *CodeEditorBuilder) ReadOnly(r bool) *CodeEditorBuilder + func (b *CodeEditorBuilder) Theme(t string) *CodeEditorBuilder + func (b *CodeEditorBuilder) Value(v string) *CodeEditorBuilder + type CodeEditorProps struct + ClassName string + Default string + Height string + Language string + LineNumbers bool + Name string + OnChange *Action + ReadOnly bool + Theme string + Value string + type CodeProps struct + ClassName string + Copyable bool + Inline bool + Language string + Text string + type ColorVariant string + const VariantAccent + const VariantDefault + const VariantDestructive + const VariantGhost + const VariantLink + const VariantMuted + const VariantOutline + const VariantSecondary + type ColumnBuilder struct + Props ColumnProps + func Column(children ...contract.GraphNode) *ColumnBuilder + func (b *ColumnBuilder) Align(a Align) *ColumnBuilder + func (b *ColumnBuilder) Build() contract.GraphNode + func (b *ColumnBuilder) ClassName(c string) *ColumnBuilder + func (b *ColumnBuilder) Gap(g Spacing) *ColumnBuilder + func (b *ColumnBuilder) Justify(j Justify) *ColumnBuilder + func (b *ColumnBuilder) Padding(p Spacing) *ColumnBuilder + type ColumnPin string + const PinLeft + const PinNone + const PinRight + type ColumnProps struct + Align Align + ClassName string + Gap Spacing + Justify Justify + Padding Spacing + type ColumnType string + const ColActions + const ColAvatar + const ColBadge + const ColBoolean + const ColCurrency + const ColCustom + const ColDate + const ColDateTime + const ColLink + const ColNumber + const ColText + type ComboboxBuilder struct + Props ComboboxProps + func Combobox(name string) *ComboboxBuilder + func (b *ComboboxBuilder) Build() contract.GraphNode + func (b *ComboboxBuilder) ClassName(c string) *ComboboxBuilder + func (b *ComboboxBuilder) Clearable(c bool) *ComboboxBuilder + func (b *ComboboxBuilder) Creatable(c bool) *ComboboxBuilder + func (b *ComboboxBuilder) Disabled(d bool) *ComboboxBuilder + func (b *ComboboxBuilder) Error(e string) *ComboboxBuilder + func (b *ComboboxBuilder) Multiple(m bool) *ComboboxBuilder + func (b *ComboboxBuilder) OnChange(a *Action) *ComboboxBuilder + func (b *ComboboxBuilder) OnSearch(a *Action) *ComboboxBuilder + func (b *ComboboxBuilder) OptionSource(s *OptionSource) *ComboboxBuilder + func (b *ComboboxBuilder) Options(opts ...Option) *ComboboxBuilder + func (b *ComboboxBuilder) Placeholder(p string) *ComboboxBuilder + func (b *ComboboxBuilder) Searchable(s bool) *ComboboxBuilder + func (b *ComboboxBuilder) Value(v string) *ComboboxBuilder + func (b *ComboboxBuilder) Values(vs ...string) *ComboboxBuilder + type ComboboxProps struct + ClassName string + Clearable bool + Creatable bool + Disabled bool + Error string + Multiple bool + Name string + OnChange *Action + OnSearch *Action + OptionSource *OptionSource + Options []Option + Placeholder string + Searchable bool + Value string + Values []string + type CommandPaletteBuilder struct + Props CommandPaletteProps + func CommandPalette() *CommandPaletteBuilder + func (b *CommandPaletteBuilder) AddGroup(group PaletteGroup) *CommandPaletteBuilder + func (b *CommandPaletteBuilder) Build() contract.GraphNode + func (b *CommandPaletteBuilder) ClassName(c string) *CommandPaletteBuilder + func (b *CommandPaletteBuilder) EmptyMessage(m string) *CommandPaletteBuilder + func (b *CommandPaletteBuilder) Group(label string, items ...PaletteItem) *CommandPaletteBuilder + func (b *CommandPaletteBuilder) Placeholder(p string) *CommandPaletteBuilder + func (b *CommandPaletteBuilder) TriggerShortcut(keys ...string) *CommandPaletteBuilder + type CommandPaletteProps struct + ClassName string + EmptyMessage string + Groups []PaletteGroup + Placeholder string + TriggerShortcut []string + type CommentsBuilder struct + Props CommentsProps + func Comments() *CommentsBuilder + func (b *CommentsBuilder) AuthorField(f string) *CommentsBuilder + func (b *CommentsBuilder) AvatarField(f string) *CommentsBuilder + func (b *CommentsBuilder) BodyField(f string) *CommentsBuilder + func (b *CommentsBuilder) Build() contract.GraphNode + func (b *CommentsBuilder) ClassName(c string) *CommentsBuilder + func (b *CommentsBuilder) CurrentUserID(id string) *CommentsBuilder + func (b *CommentsBuilder) OnDelete(a *Action) *CommentsBuilder + func (b *CommentsBuilder) OnPost(a *Action) *CommentsBuilder + func (b *CommentsBuilder) ReadOnly(r bool) *CommentsBuilder + func (b *CommentsBuilder) TimestampField(f string) *CommentsBuilder + type CommentsProps struct + AuthorField string + AvatarField string + BodyField string + ClassName string + CurrentUserID string + OnDelete *Action + OnPost *Action + ReadOnly bool + TimestampField string + type Common struct + Self *Self + func (c *Common[Self]) Child(node contract.GraphNode) *Self + func (c *Common[Self]) Children(nodes ...contract.GraphNode) *Self + func (c *Common[Self]) Component(name string) *Self + func (c *Common[Self]) Data(d *contract.DataBinding) *Self + func (c *Common[Self]) EnabledWhen(p *contract.Predicate) *Self + func (c *Common[Self]) Nav(n *contract.NavConfig) *Self + func (c *Common[Self]) Op(op string) *Self + func (c *Common[Self]) Payload(p map[string]contract.ParamSource) *Self + func (c *Common[Self]) Protocol(p string) *Self + func (c *Common[Self]) Root(r bool) *Self + func (c *Common[Self]) Route(r string) *Self + func (c *Common[Self]) Sandbox(flags ...string) *Self + func (c *Common[Self]) Slot(name string, nodes ...contract.GraphNode) *Self + func (c *Common[Self]) Src(s string) *Self + func (c *Common[Self]) Title(t string) *Self + func (c *Common[Self]) VisibleWhen(p *contract.Predicate) *Self + type ContainerBuilder struct + Props ContainerProps + func Container(children ...contract.GraphNode) *ContainerBuilder + func (b *ContainerBuilder) Build() contract.GraphNode + func (b *ContainerBuilder) ClassName(c string) *ContainerBuilder + func (b *ContainerBuilder) Padding(p Spacing) *ContainerBuilder + func (b *ContainerBuilder) Size(s ContainerSize) *ContainerBuilder + type ContainerProps struct + ClassName string + Padding Spacing + Size ContainerSize + type ContainerSize string + const Container2xl + const ContainerFull + const ContainerLg + const ContainerMd + const ContainerSm + const ContainerXl + type DataGridBuilder struct + Props DataGridProps + func DataGrid() *DataGridBuilder + func (b *DataGridBuilder) Build() contract.GraphNode + func (b *DataGridBuilder) BulkActions(actions ...GridBulkAction) *DataGridBuilder + func (b *DataGridBuilder) ClassName(c string) *DataGridBuilder + func (b *DataGridBuilder) Column(col GridColumn) *DataGridBuilder + func (b *DataGridBuilder) Columns(cols ...GridColumn) *DataGridBuilder + func (b *DataGridBuilder) Density(d Density) *DataGridBuilder + func (b *DataGridBuilder) EmptyState(c *EmptyStateConfig) *DataGridBuilder + func (b *DataGridBuilder) Export(c *ExportConfig) *DataGridBuilder + func (b *DataGridBuilder) Filtering(c *FilteringConfig) *DataGridBuilder + func (b *DataGridBuilder) Grouping(c *GroupingConfig) *DataGridBuilder + func (b *DataGridBuilder) Height(h string) *DataGridBuilder + func (b *DataGridBuilder) MasterDetail(c *MasterDetailConfig) *DataGridBuilder + func (b *DataGridBuilder) OnRowClick(a *Action) *DataGridBuilder + func (b *DataGridBuilder) Pagination(c *PaginationConfig) *DataGridBuilder + func (b *DataGridBuilder) PaginationFromBuilder(pb *PaginationConfigBuilder) *DataGridBuilder + func (b *DataGridBuilder) Pinning(c *PinningConfig) *DataGridBuilder + func (b *DataGridBuilder) Resizable(r bool) *DataGridBuilder + func (b *DataGridBuilder) RowActions(actions ...GridRowAction) *DataGridBuilder + func (b *DataGridBuilder) RowID(field string) *DataGridBuilder + func (b *DataGridBuilder) Selection(c *SelectionConfig) *DataGridBuilder + func (b *DataGridBuilder) Sorting(c *SortingConfig) *DataGridBuilder + func (b *DataGridBuilder) StickyHeader(s bool) *DataGridBuilder + func (b *DataGridBuilder) Toolbar(c *ToolbarConfig) *DataGridBuilder + func (b *DataGridBuilder) Virtualization(c *VirtConfig) *DataGridBuilder + type DataGridProps struct + BulkActions []GridBulkAction + ClassName string + Columns []GridColumn + Density Density + EmptyState *EmptyStateConfig + Export *ExportConfig + Filtering *FilteringConfig + Grouping *GroupingConfig + Height string + MasterDetail *MasterDetailConfig + OnRowClick *Action + Pagination *PaginationConfig + Pinning *PinningConfig + Resizable bool + RowActions []GridRowAction + RowID string + Selection *SelectionConfig + Sorting *SortingConfig + StickyHeader bool + Toolbar *ToolbarConfig + Virtualization *VirtConfig + type DatePickerBuilder struct + Props DatePickerProps + func DatePicker(name string) *DatePickerBuilder + func (b *DatePickerBuilder) Build() contract.GraphNode + func (b *DatePickerBuilder) ClassName(c string) *DatePickerBuilder + func (b *DatePickerBuilder) Default(v string) *DatePickerBuilder + func (b *DatePickerBuilder) Disabled(d bool) *DatePickerBuilder + func (b *DatePickerBuilder) DisabledDates(d ...string) *DatePickerBuilder + func (b *DatePickerBuilder) Error(e string) *DatePickerBuilder + func (b *DatePickerBuilder) Format(f string) *DatePickerBuilder + func (b *DatePickerBuilder) Max(m string) *DatePickerBuilder + func (b *DatePickerBuilder) Min(m string) *DatePickerBuilder + func (b *DatePickerBuilder) Mode(m DatePickerMode) *DatePickerBuilder + func (b *DatePickerBuilder) OnChange(a *Action) *DatePickerBuilder + func (b *DatePickerBuilder) Placeholder(p string) *DatePickerBuilder + func (b *DatePickerBuilder) Value(v string) *DatePickerBuilder + type DatePickerMode string + const DateModeRange + const DateModeSingle + type DatePickerProps struct + ClassName string + Default string + Disabled bool + DisabledDates []string + Error string + Format string + Max string + Min string + Mode DatePickerMode + Name string + OnChange *Action + Placeholder string + Value string + type Density string + const DensityCompact + const DensityNormal + const DensitySpacious + type Direction string + const DirectionColumn + const DirectionColumnRv + const DirectionRow + const DirectionRowRev + type DividerBuilder struct + Props DividerProps + func Divider() *DividerBuilder + func (b *DividerBuilder) Build() contract.GraphNode + func (b *DividerBuilder) ClassName(c string) *DividerBuilder + func (b *DividerBuilder) Decorative(d bool) *DividerBuilder + func (b *DividerBuilder) Label(l string) *DividerBuilder + func (b *DividerBuilder) Orientation(o Orientation) *DividerBuilder + type DividerProps struct + ClassName string + Decorative bool + Label string + Orientation Orientation + type DropdownMenuBuilder struct + Props DropdownMenuProps + func DropdownMenu() *DropdownMenuBuilder + func (b *DropdownMenuBuilder) AddItem(item MenuItem) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) Align(a string) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) Build() contract.GraphNode + func (b *DropdownMenuBuilder) ClassName(c string) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) Items(items ...MenuItem) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) Side(s string) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) Trigger(node contract.GraphNode) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) TriggerIcon(i string) *DropdownMenuBuilder + func (b *DropdownMenuBuilder) TriggerLabel(l string) *DropdownMenuBuilder + type DropdownMenuProps struct + Align string + ClassName string + Items []MenuItem + Side string + TriggerIcon string + TriggerLabel string + type DynamicFormBuilder struct + Props DynamicFormProps + func DynamicForm() *DynamicFormBuilder + func (b *DynamicFormBuilder) Build() contract.GraphNode + func (b *DynamicFormBuilder) Cancel(c *CancelConfig) *DynamicFormBuilder + func (b *DynamicFormBuilder) ClassName(c string) *DynamicFormBuilder + func (b *DynamicFormBuilder) DefaultValues(v map[string]any) *DynamicFormBuilder + func (b *DynamicFormBuilder) Field(spec FieldSpec) *DynamicFormBuilder + func (b *DynamicFormBuilder) Fields(specs ...FieldSpec) *DynamicFormBuilder + func (b *DynamicFormBuilder) GridCols(n int) *DynamicFormBuilder + func (b *DynamicFormBuilder) InitialData(d *contract.DataBinding) *DynamicFormBuilder + func (b *DynamicFormBuilder) Layout(l FormLayout) *DynamicFormBuilder + func (b *DynamicFormBuilder) OnError(a *Action) *DynamicFormBuilder + func (b *DynamicFormBuilder) OnSuccess(a *Action) *DynamicFormBuilder + func (b *DynamicFormBuilder) Reset(c *ResetConfig) *DynamicFormBuilder + func (b *DynamicFormBuilder) Section(s FormSection) *DynamicFormBuilder + func (b *DynamicFormBuilder) Submit(c SubmitConfig) *DynamicFormBuilder + func (b *DynamicFormBuilder) SubmitLabel(l string) *DynamicFormBuilder + func (b *DynamicFormBuilder) Validation(m FormValidationMode) *DynamicFormBuilder + type DynamicFormProps struct + Cancel *CancelConfig + ClassName string + DefaultValues map[string]any + Fields []FieldSpec + GridCols int + InitialData *contract.DataBinding + Layout FormLayout + OnError *Action + OnSuccess *Action + Reset *ResetConfig + Sections []FormSection + Submit SubmitConfig + Validation FormValidationMode + type EmptyStateBuilder struct + Props EmptyStateProps + func EmptyState(title string) *EmptyStateBuilder + func (b *EmptyStateBuilder) Actions(nodes ...contract.GraphNode) *EmptyStateBuilder + func (b *EmptyStateBuilder) Build() contract.GraphNode + func (b *EmptyStateBuilder) ClassName(c string) *EmptyStateBuilder + func (b *EmptyStateBuilder) Description(d string) *EmptyStateBuilder + func (b *EmptyStateBuilder) Icon(i string) *EmptyStateBuilder + type EmptyStateConfig struct + Description string + Icon string + Title string + type EmptyStateProps struct + ClassName string + Description string + Icon string + Title string + type ErrorStateBuilder struct + Props ErrorStateProps + func ErrorState(title string) *ErrorStateBuilder + func (b *ErrorStateBuilder) Build() contract.GraphNode + func (b *ErrorStateBuilder) ClassName(c string) *ErrorStateBuilder + func (b *ErrorStateBuilder) Description(d string) *ErrorStateBuilder + func (b *ErrorStateBuilder) Error(e string) *ErrorStateBuilder + func (b *ErrorStateBuilder) OnRetry(a *Action) *ErrorStateBuilder + type ErrorStateProps struct + ClassName string + Description string + Error string + OnRetry *Action + Title string + type ExportConfig struct + CSV bool + Excel bool + Filename string + JSON bool + type FieldBuilder struct + Props FieldProps + func Field(label string) *FieldBuilder + func (b *FieldBuilder) Build() contract.GraphNode + func (b *FieldBuilder) ClassName(c string) *FieldBuilder + func (b *FieldBuilder) Control(node contract.GraphNode) *FieldBuilder + func (b *FieldBuilder) Description(d string) *FieldBuilder + func (b *FieldBuilder) Error(e string) *FieldBuilder + func (b *FieldBuilder) For(id string) *FieldBuilder + func (b *FieldBuilder) HelpText(h string) *FieldBuilder + func (b *FieldBuilder) Optional(o bool) *FieldBuilder + func (b *FieldBuilder) Required(r bool) *FieldBuilder + type FieldLayout struct + FullWidth bool + Indent int + Span int + type FieldProps struct + ClassName string + Description string + Error string + For string + HelpText string + Label string + Optional bool + Required bool + type FieldRule struct + Intent string + Kind FieldRuleKind + Message string + Value any + type FieldRuleKind string + const RuleEmail + const RuleIntent + const RuleMax + const RuleMaxLength + const RuleMin + const RuleMinLength + const RuleRegex + const RuleRequired + const RuleURL + const RuleUUID + type FieldSpec struct + Accept string + Custom string + Default any + Dependencies []string + Description string + Disabled *contract.Predicate + Format string + HelpText string + Label string + Layout *FieldLayout + Mask string + Max *float64 + MaxLength int + Min *float64 + MinLength int + Multiple bool + Name string + Options *OptionSource + Placeholder string + Required bool + Rows int + Step *float64 + Type FieldType + Validate []FieldRule + Visible *contract.Predicate + type FieldSpecBuilder struct + func CheckboxField(name string) *FieldSpecBuilder + func ComboboxField(name string) *FieldSpecBuilder + func CustomField(name, intent string) *FieldSpecBuilder + func DateField(name string) *FieldSpecBuilder + func DateRangeField(name string) *FieldSpecBuilder + func EmailField(name string) *FieldSpecBuilder + func FileField(name string) *FieldSpecBuilder + func HiddenField(name string) *FieldSpecBuilder + func MultiSelectField(name string) *FieldSpecBuilder + func NumberField(name string) *FieldSpecBuilder + func PasswordField(name string) *FieldSpecBuilder + func RadioField(name string) *FieldSpecBuilder + func SelectField(name string) *FieldSpecBuilder + func SliderField(name string) *FieldSpecBuilder + func SwitchField(name string) *FieldSpecBuilder + func TagInputField(name string) *FieldSpecBuilder + func TextField(name string) *FieldSpecBuilder + func TextareaField(name string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Accept(a string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Build() FieldSpec + func (b *FieldSpecBuilder) Default(v any) *FieldSpecBuilder + func (b *FieldSpecBuilder) Dependencies(deps ...string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Description(d string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Disabled(p *contract.Predicate) *FieldSpecBuilder + func (b *FieldSpecBuilder) Email() *FieldSpecBuilder + func (b *FieldSpecBuilder) Format(f string) *FieldSpecBuilder + func (b *FieldSpecBuilder) FullWidth() *FieldSpecBuilder + func (b *FieldSpecBuilder) HelpText(h string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Label(l string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Layout(l *FieldLayout) *FieldSpecBuilder + func (b *FieldSpecBuilder) Mask(m string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Max(v float64) *FieldSpecBuilder + func (b *FieldSpecBuilder) MaxLength(n int) *FieldSpecBuilder + func (b *FieldSpecBuilder) Min(v float64) *FieldSpecBuilder + func (b *FieldSpecBuilder) MinLength(n int) *FieldSpecBuilder + func (b *FieldSpecBuilder) Multiple(m bool) *FieldSpecBuilder + func (b *FieldSpecBuilder) Options(opts ...Option) *FieldSpecBuilder + func (b *FieldSpecBuilder) OptionsFromQuery(d *contract.DataBinding, m *OptionMapping) *FieldSpecBuilder + func (b *FieldSpecBuilder) Placeholder(p string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Regex(pattern, message string) *FieldSpecBuilder + func (b *FieldSpecBuilder) Required(r bool) *FieldSpecBuilder + func (b *FieldSpecBuilder) Rows(n int) *FieldSpecBuilder + func (b *FieldSpecBuilder) Span(n int) *FieldSpecBuilder + func (b *FieldSpecBuilder) Step(v float64) *FieldSpecBuilder + func (b *FieldSpecBuilder) URL() *FieldSpecBuilder + func (b *FieldSpecBuilder) Validate(rules ...FieldRule) *FieldSpecBuilder + func (b *FieldSpecBuilder) Visible(p *contract.Predicate) *FieldSpecBuilder + type FieldType string + const FieldCheckbox + const FieldColor + const FieldCombobox + const FieldCustom + const FieldDate + const FieldDateRange + const FieldEmail + const FieldFile + const FieldHidden + const FieldMultiSelect + const FieldNumber + const FieldPassword + const FieldRadio + const FieldSelect + const FieldSlider + const FieldSwitch + const FieldTagInput + const FieldText + const FieldTextarea + type FileUploadBuilder struct + Props FileUploadProps + func FileUpload(name string) *FileUploadBuilder + func (b *FileUploadBuilder) Accept(a string) *FileUploadBuilder + func (b *FileUploadBuilder) Build() contract.GraphNode + func (b *FileUploadBuilder) ClassName(c string) *FileUploadBuilder + func (b *FileUploadBuilder) Disabled(d bool) *FileUploadBuilder + func (b *FileUploadBuilder) Error(e string) *FileUploadBuilder + func (b *FileUploadBuilder) Hint(h string) *FileUploadBuilder + func (b *FileUploadBuilder) MaxFiles(n int) *FileUploadBuilder + func (b *FileUploadBuilder) MaxSize(s int) *FileUploadBuilder + func (b *FileUploadBuilder) Multiple(m bool) *FileUploadBuilder + func (b *FileUploadBuilder) OnChange(a *Action) *FileUploadBuilder + type FileUploadProps struct + Accept string + ClassName string + Disabled bool + Error string + Hint string + MaxFiles int + MaxSize int + Multiple bool + Name string + OnChange *Action + type FilterMode string + const FilterClient + const FilterServer + type FilterType string + const FilterBoolean + const FilterDateRange + const FilterMultiSelect + const FilterNumberRange + const FilterSelect + const FilterText + type FilteringConfig struct + Default map[string]any + Global bool + Mode FilterMode + PerCol bool + type FormLayout string + const FormLayoutGrid + const FormLayoutSingle + const FormLayoutTwoColumn + type FormSection struct + Collapsible bool + DefaultOpen bool + Description string + Fields []string + ID string + Title string + type FormValidationMode string + const ValidateOnBlur + const ValidateOnChange + const ValidateOnSubmit + type GridBuilder struct + Props GridProps + func Grid(children ...contract.GraphNode) *GridBuilder + func (b *GridBuilder) Build() contract.GraphNode + func (b *GridBuilder) ClassName(c string) *GridBuilder + func (b *GridBuilder) ColGap(g Spacing) *GridBuilder + func (b *GridBuilder) Cols(n int) *GridBuilder + func (b *GridBuilder) Gap(g Spacing) *GridBuilder + func (b *GridBuilder) Padding(p Spacing) *GridBuilder + func (b *GridBuilder) Responsive(c ResponsiveCols) *GridBuilder + func (b *GridBuilder) RowGap(g Spacing) *GridBuilder + type GridBulkAction struct + Action *Action + ID string + Icon string + Label string + Variant ColorVariant + type GridColumn struct + Aggregation Aggregation + Align Align + Cell *CellRender + Description string + Field string + FilterOptions *OptionSource + FilterType FilterType + Filterable bool + Format string + Header string + Hidden bool + Hideable bool + ID string + MaxWidth string + MinWidth string + Pinned ColumnPin + Resizable bool + Sortable bool + Truncate bool + Type ColumnType + Width string + type GridProps struct + ClassName string + ColGap Spacing + Cols ResponsiveCols + Gap Spacing + Padding Spacing + RowGap Spacing + type GridRowAction struct + Action *Action + Disabled *contract.Predicate + ID string + Icon string + Label string + Variant ColorVariant + Visible *contract.Predicate + type GroupingConfig struct + By []string + type HeadingBuilder struct + Props HeadingProps + func Heading(text string) *HeadingBuilder + func (b *HeadingBuilder) Build() contract.GraphNode + func (b *HeadingBuilder) ClassName(c string) *HeadingBuilder + func (b *HeadingBuilder) Level(l int) *HeadingBuilder + func (b *HeadingBuilder) Variant(v TextVariant) *HeadingBuilder + type HeadingLevel int + type HeadingProps struct + ClassName string + Level HeadingLevel + Text string + Variant TextVariant + type IconBuilder struct + Props IconProps + func Icon(name string) *IconBuilder + func (b *IconBuilder) Build() contract.GraphNode + func (b *IconBuilder) ClassName(c string) *IconBuilder + func (b *IconBuilder) Size(s int) *IconBuilder + func (b *IconBuilder) StrokeWidth(w int) *IconBuilder + type IconButtonBuilder struct + Props IconButtonProps + func IconButton(icon string) *IconButtonBuilder + func (b *IconButtonBuilder) AriaLabel(l string) *IconButtonBuilder + func (b *IconButtonBuilder) Build() contract.GraphNode + func (b *IconButtonBuilder) ClassName(c string) *IconButtonBuilder + func (b *IconButtonBuilder) Confirm(m string) *IconButtonBuilder + func (b *IconButtonBuilder) Disabled(d bool) *IconButtonBuilder + func (b *IconButtonBuilder) Loading(l bool) *IconButtonBuilder + func (b *IconButtonBuilder) OnClick(a *Action) *IconButtonBuilder + func (b *IconButtonBuilder) Size(s Size) *IconButtonBuilder + func (b *IconButtonBuilder) Tooltip(t string) *IconButtonBuilder + func (b *IconButtonBuilder) Variant(v ColorVariant) *IconButtonBuilder + type IconButtonProps struct + AriaLabel string + ClassName string + Confirm string + Disabled bool + Icon string + Loading bool + OnClick *Action + Size Size + Tooltip string + Variant ColorVariant + type IconProps struct + ClassName string + Name string + Size int + StrokeWidth int + type ImageBuilder struct + Props ImageProps + func Image(src string) *ImageBuilder + func (b *ImageBuilder) Alt(a string) *ImageBuilder + func (b *ImageBuilder) AspectRatio(a AspectRatio) *ImageBuilder + func (b *ImageBuilder) Build() contract.GraphNode + func (b *ImageBuilder) ClassName(c string) *ImageBuilder + func (b *ImageBuilder) Height(h string) *ImageBuilder + func (b *ImageBuilder) ObjectFit(o ObjectFit) *ImageBuilder + func (b *ImageBuilder) Radius(r Radius) *ImageBuilder + func (b *ImageBuilder) Width(w string) *ImageBuilder + type ImageProps struct + Alt string + AspectRatio AspectRatio + ClassName string + Height string + ObjectFit ObjectFit + Radius Radius + Src string + Width string + type InputBuilder struct + Props InputProps + func Input(name string) *InputBuilder + func (b *InputBuilder) Autocomplete(a string) *InputBuilder + func (b *InputBuilder) Autofocus(a bool) *InputBuilder + func (b *InputBuilder) Build() contract.GraphNode + func (b *InputBuilder) ClassName(c string) *InputBuilder + func (b *InputBuilder) Default(v string) *InputBuilder + func (b *InputBuilder) Disabled(d bool) *InputBuilder + func (b *InputBuilder) Error(e string) *InputBuilder + func (b *InputBuilder) Max(v float64) *InputBuilder + func (b *InputBuilder) MaxLength(n int) *InputBuilder + func (b *InputBuilder) Min(v float64) *InputBuilder + func (b *InputBuilder) MinLength(n int) *InputBuilder + func (b *InputBuilder) OnChange(a *Action) *InputBuilder + func (b *InputBuilder) OnSubmit(a *Action) *InputBuilder + func (b *InputBuilder) Pattern(p string) *InputBuilder + func (b *InputBuilder) Placeholder(p string) *InputBuilder + func (b *InputBuilder) Prefix(p string) *InputBuilder + func (b *InputBuilder) PrefixIcon(i string) *InputBuilder + func (b *InputBuilder) ReadOnly(r bool) *InputBuilder + func (b *InputBuilder) Required(r bool) *InputBuilder + func (b *InputBuilder) Size(s Size) *InputBuilder + func (b *InputBuilder) Step(v float64) *InputBuilder + func (b *InputBuilder) Suffix(s string) *InputBuilder + func (b *InputBuilder) SuffixIcon(i string) *InputBuilder + func (b *InputBuilder) Type(t InputType) *InputBuilder + func (b *InputBuilder) Value(v string) *InputBuilder + type InputProps struct + Autocomplete string + Autofocus bool + ClassName string + Default string + Disabled bool + Error string + Max *float64 + MaxLength int + Min *float64 + MinLength int + Name string + OnChange *Action + OnSubmit *Action + Pattern string + Placeholder string + Prefix string + PrefixIcon string + ReadOnly bool + Required bool + Size Size + Step *float64 + Suffix string + SuffixIcon string + Type InputType + Value string + type InputType string + const InputDate + const InputEmail + const InputNumber + const InputPassword + const InputSearch + const InputTel + const InputText + const InputTime + const InputURL + type Justify string + const JustifyAround + const JustifyBetween + const JustifyCenter + const JustifyEnd + const JustifyEvenly + const JustifyStart + type KanbanBuilder struct + Props KanbanProps + func Kanban() *KanbanBuilder + func (b *KanbanBuilder) Build() contract.GraphNode + func (b *KanbanBuilder) CardIntent(i string) *KanbanBuilder + func (b *KanbanBuilder) ClassName(c string) *KanbanBuilder + func (b *KanbanBuilder) Columns(cols ...KanbanColumn) *KanbanBuilder + func (b *KanbanBuilder) OnCardClick(a *Action) *KanbanBuilder + func (b *KanbanBuilder) OnMove(a *Action) *KanbanBuilder + func (b *KanbanBuilder) StatusField(f string) *KanbanBuilder + type KanbanColumn struct + Accept []string + Color string + ID string + Limit int + Title string + type KanbanProps struct + CardIntent string + ClassName string + Columns []KanbanColumn + OnCardClick *Action + OnMove *Action + StatusField string + type KbdBuilder struct + Props KbdProps + func Kbd(keys ...string) *KbdBuilder + func (b *KbdBuilder) Build() contract.GraphNode + func (b *KbdBuilder) ClassName(c string) *KbdBuilder + func (b *KbdBuilder) Size(s Size) *KbdBuilder + type KbdProps struct + ClassName string + Keys []string + Size Size + type LabelBuilder struct + Props LabelProps + func Label(text string) *LabelBuilder + func (b *LabelBuilder) Build() contract.GraphNode + func (b *LabelBuilder) ClassName(c string) *LabelBuilder + func (b *LabelBuilder) For(id string) *LabelBuilder + func (b *LabelBuilder) Optional(o bool) *LabelBuilder + func (b *LabelBuilder) Required(r bool) *LabelBuilder + type LabelProps struct + ClassName string + For string + Optional bool + Required bool + Text string + type LinkBuilder struct + Props LinkProps + func Link(text, href string) *LinkBuilder + func (b *LinkBuilder) Build() contract.GraphNode + func (b *LinkBuilder) ClassName(c string) *LinkBuilder + func (b *LinkBuilder) External(e bool) *LinkBuilder + func (b *LinkBuilder) Icon(i string) *LinkBuilder + func (b *LinkBuilder) Variant(v TextVariant) *LinkBuilder + type LinkProps struct + ClassName string + External bool + Href string + Icon string + Text string + Variant TextVariant + type ListItemBuilder struct + Props ListItemProps + func ListItem(title string) *ListItemBuilder + func (b *ListItemBuilder) Avatar(src, fallback string) *ListItemBuilder + func (b *ListItemBuilder) Build() contract.GraphNode + func (b *ListItemBuilder) ClassName(c string) *ListItemBuilder + func (b *ListItemBuilder) Description(d string) *ListItemBuilder + func (b *ListItemBuilder) Disabled(d bool) *ListItemBuilder + func (b *ListItemBuilder) Href(h string) *ListItemBuilder + func (b *ListItemBuilder) Icon(i string) *ListItemBuilder + func (b *ListItemBuilder) OnClick(a *Action) *ListItemBuilder + func (b *ListItemBuilder) Selected(s bool) *ListItemBuilder + func (b *ListItemBuilder) Trailing(nodes ...contract.GraphNode) *ListItemBuilder + type ListItemProps struct + AvatarFallback string + AvatarSrc string + ClassName string + Description string + Disabled bool + Href string + Icon string + OnClick *Action + Selected bool + Title string + type LoadingStateBuilder struct + Props LoadingStateProps + func LoadingState() *LoadingStateBuilder + func (b *LoadingStateBuilder) Build() contract.GraphNode + func (b *LoadingStateBuilder) ClassName(c string) *LoadingStateBuilder + func (b *LoadingStateBuilder) Label(l string) *LoadingStateBuilder + type LoadingStateProps struct + ClassName string + Label string + type MagicLinkFormBuilder struct + Props MagicLinkFormProps + func MagicLinkForm() *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) BackToSignIn(u string) *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) Brand(name string) *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) Build() contract.GraphNode + func (b *MagicLinkFormBuilder) ClassName(c string) *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) OnSuccess(a *Action) *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) OpName(o string) *MagicLinkFormBuilder + func (b *MagicLinkFormBuilder) SuccessMessage(m string) *MagicLinkFormBuilder + type MagicLinkFormProps struct + BackToSignIn string + Brand string + ClassName string + OnSuccess *Action + Op string + SuccessMessage string + type MasterDetailConfig struct + Intent string + type MenuItem struct + Action *Action + Disabled bool + Icon string + Items []MenuItem + Label string + Separator bool + Shortcut []string + Variant ColorVariant + type NotificationCenterBuilder struct + Props NotificationCenterProps + func NotificationCenter() *NotificationCenterBuilder + func (b *NotificationCenterBuilder) BodyField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) Build() contract.GraphNode + func (b *NotificationCenterBuilder) ClassName(c string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) HrefField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) IconField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) OnClick(a *Action) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) OnMarkAllRead(a *Action) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) OnMarkRead(a *Action) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) ReadField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) TimestampField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) TitleField(f string) *NotificationCenterBuilder + func (b *NotificationCenterBuilder) UnreadOnlyDefault(s bool) *NotificationCenterBuilder + type NotificationCenterProps struct + BodyField string + ClassName string + HrefField string + IconField string + OnClick *Action + OnMarkAllRead *Action + OnMarkRead *Action + ReadField string + TimestampField string + TitleField string + UnreadOnlyDefault bool + type OAuthButtonsBuilder struct + Props OAuthButtonsProps + func OAuthButtons() *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) Build() contract.GraphNode + func (b *OAuthButtonsBuilder) ClassName(c string) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) ConfigSource(d *contract.DataBinding) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) FullWidth(w bool) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) Layout(l string) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) Providers(p ...OAuthProvider) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) RedirectURL(u string) *OAuthButtonsBuilder + func (b *OAuthButtonsBuilder) Variant(v ColorVariant) *OAuthButtonsBuilder + type OAuthButtonsProps struct + ClassName string + ConfigSource *contract.DataBinding + FullWidth bool + Layout string + Providers []OAuthProvider + RedirectURL string + Variant ColorVariant + type OAuthProvider struct + AuthStartURL string + ID string + Icon string + Label string + type ObjectFit string + const ObjectContain + const ObjectCover + const ObjectFill + const ObjectNone + type Option struct + Description string + Disabled bool + Icon string + Label string + Value string + type OptionMapping struct + DescriptionKey string + DisabledKey string + IconKey string + LabelKey string + ValueKey string + type OptionSource struct + Data *contract.DataBinding + Map *OptionMapping + Static []Option + type OrgProfileBuilder struct + Props OrgProfileProps + func OrgProfile() *OrgProfileBuilder + func (b *OrgProfileBuilder) AvailableRoles(roles ...Option) *OrgProfileBuilder + func (b *OrgProfileBuilder) Build() contract.GraphNode + func (b *OrgProfileBuilder) ClassName(c string) *OrgProfileBuilder + func (b *OrgProfileBuilder) DeleteOrgOp(op string) *OrgProfileBuilder + func (b *OrgProfileBuilder) InviteOp(op string) *OrgProfileBuilder + func (b *OrgProfileBuilder) MembersSource(d *contract.DataBinding) *OrgProfileBuilder + func (b *OrgProfileBuilder) OrgSource(d *contract.DataBinding) *OrgProfileBuilder + func (b *OrgProfileBuilder) RemoveMemberOp(op string) *OrgProfileBuilder + func (b *OrgProfileBuilder) UpdateMemberRoleOp(op string) *OrgProfileBuilder + func (b *OrgProfileBuilder) UpdateOp(op string) *OrgProfileBuilder + type OrgProfileProps struct + AvailableRoles []Option + ClassName string + DeleteOrgOp string + InviteOp string + MembersSource *contract.DataBinding + OrgSource *contract.DataBinding + RemoveMemberOp string + UpdateMemberRoleOp string + UpdateOp string + type OrgSwitcherBuilder struct + Props OrgSwitcherProps + func OrgSwitcher() *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) Build() contract.GraphNode + func (b *OrgSwitcherBuilder) ClassName(c string) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) CreateOrgURL(u string) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) CurrentField(f string) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) ManageOrgURL(u string) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) OnSwitch(a *Action) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) OrgsSource(d *contract.DataBinding) *OrgSwitcherBuilder + func (b *OrgSwitcherBuilder) ShowPersonal(s bool) *OrgSwitcherBuilder + type OrgSwitcherProps struct + ClassName string + CreateOrgURL string + CurrentField string + ManageOrgURL string + OnSwitch *Action + OrgsSource *contract.DataBinding + ShowPersonal bool + type Orientation string + const OrientationHorizontal + const OrientationVertical + type PageBuilder struct + Props PageProps + func Page(title string) *PageBuilder + func (b *PageBuilder) Actions(nodes ...contract.GraphNode) *PageBuilder + func (b *PageBuilder) Breadcrumbs(crumbs ...PageCrumb) *PageBuilder + func (b *PageBuilder) Build() contract.GraphNode + func (b *PageBuilder) ClassName(c string) *PageBuilder + func (b *PageBuilder) ContainerWidth(s ContainerSize) *PageBuilder + func (b *PageBuilder) Crumb(label, href string) *PageBuilder + func (b *PageBuilder) Description(d string) *PageBuilder + func (b *PageBuilder) NoChrome(n bool) *PageBuilder + type PageCrumb struct + Href string + Icon string + Label string + type PageMode string + const PageClient + const PageServer + type PageProps struct + Breadcrumbs []PageCrumb + ClassName string + ContainerWidth ContainerSize + Description string + NoChrome bool + type PaginationBuilder struct + Props PaginationProps + func Pagination() *PaginationBuilder + func (b *PaginationBuilder) Build() contract.GraphNode + func (b *PaginationBuilder) ClassName(c string) *PaginationBuilder + func (b *PaginationBuilder) OnPageChange(a *Action) *PaginationBuilder + func (b *PaginationBuilder) OnPageSizeChange(a *Action) *PaginationBuilder + func (b *PaginationBuilder) Page(p int) *PaginationBuilder + func (b *PaginationBuilder) PageSize(s int) *PaginationBuilder + func (b *PaginationBuilder) PageSizeOptions(opts ...int) *PaginationBuilder + func (b *PaginationBuilder) ShowFirstLast(s bool) *PaginationBuilder + func (b *PaginationBuilder) ShowPageSize(s bool) *PaginationBuilder + func (b *PaginationBuilder) SiblingCount(n int) *PaginationBuilder + func (b *PaginationBuilder) Total(t int) *PaginationBuilder + type PaginationConfig struct + InitialPage int + Mode PageMode + PageSize int + PageSizeOptions []int + type PaginationConfigBuilder struct + func ClientPagination() *PaginationConfigBuilder + func ServerPagination() *PaginationConfigBuilder + func (b *PaginationConfigBuilder) Build() *PaginationConfig + func (b *PaginationConfigBuilder) InitialPage(n int) *PaginationConfigBuilder + func (b *PaginationConfigBuilder) PageSize(n int) *PaginationConfigBuilder + func (b *PaginationConfigBuilder) PageSizeOptions(opts ...int) *PaginationConfigBuilder + type PaginationProps struct + ClassName string + OnPageChange *Action + OnPageSizeChange *Action + Page int + PageSize int + PageSizeOptions []int + ShowFirstLast bool + ShowPageSize bool + SiblingCount int + Total int + type PaletteGroup struct + Items []PaletteItem + Label string + type PaletteItem struct + Action *Action + Disabled bool + ID string + Icon string + Label string + Shortcut []string + type PasskeyPromptBuilder struct + Props PasskeyPromptProps + func PasskeyPrompt() *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) Build() contract.GraphNode + func (b *PasskeyPromptBuilder) ClassName(c string) *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) Dismissible(d bool) *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) OnComplete(a *Action) *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) OnSkip(a *Action) *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) RegisterOp(op string) *PasskeyPromptBuilder + func (b *PasskeyPromptBuilder) SkipLabel(l string) *PasskeyPromptBuilder + type PasskeyPromptProps struct + ClassName string + Dismissible bool + OnComplete *Action + OnSkip *Action + RegisterOp string + SkipLabel string + type PinningConfig struct + Left []string + Right []string + type ProgressBuilder struct + Props ProgressProps + func Progress() *ProgressBuilder + func (b *ProgressBuilder) Build() contract.GraphNode + func (b *ProgressBuilder) ClassName(c string) *ProgressBuilder + func (b *ProgressBuilder) Indeterminate(i bool) *ProgressBuilder + func (b *ProgressBuilder) Label(l string) *ProgressBuilder + func (b *ProgressBuilder) Max(m float64) *ProgressBuilder + func (b *ProgressBuilder) ShowValue(s bool) *ProgressBuilder + func (b *ProgressBuilder) Value(v float64) *ProgressBuilder + func (b *ProgressBuilder) Variant(v ColorVariant) *ProgressBuilder + type ProgressProps struct + ClassName string + Indeterminate bool + Label string + Max float64 + ShowValue bool + Value *float64 + Variant ColorVariant + type RadioBuilder struct + Props RadioProps + func Radio(name string) *RadioBuilder + func (b *RadioBuilder) Build() contract.GraphNode + func (b *RadioBuilder) ClassName(c string) *RadioBuilder + func (b *RadioBuilder) Default(v string) *RadioBuilder + func (b *RadioBuilder) Disabled(d bool) *RadioBuilder + func (b *RadioBuilder) Error(e string) *RadioBuilder + func (b *RadioBuilder) OnChange(a *Action) *RadioBuilder + func (b *RadioBuilder) Option(label, value string) *RadioBuilder + func (b *RadioBuilder) Options(opts ...Option) *RadioBuilder + func (b *RadioBuilder) Orientation(o Orientation) *RadioBuilder + func (b *RadioBuilder) Required(r bool) *RadioBuilder + func (b *RadioBuilder) Value(v string) *RadioBuilder + type RadioProps struct + ClassName string + Default string + Disabled bool + Error string + Name string + OnChange *Action + Options []Option + Orientation Orientation + Required bool + Value string + type Radius string + const RadiusFull + const RadiusLg + const RadiusMd + const RadiusNone + const RadiusSm + const RadiusXl + type RatingBuilder struct + Props RatingProps + func Rating() *RatingBuilder + func (b *RatingBuilder) Build() contract.GraphNode + func (b *RatingBuilder) ClassName(c string) *RatingBuilder + func (b *RatingBuilder) Default(v float64) *RatingBuilder + func (b *RatingBuilder) Max(m int) *RatingBuilder + func (b *RatingBuilder) Name(n string) *RatingBuilder + func (b *RatingBuilder) OnChange(a *Action) *RatingBuilder + func (b *RatingBuilder) Precision(p float64) *RatingBuilder + func (b *RatingBuilder) ReadOnly(r bool) *RatingBuilder + func (b *RatingBuilder) Size(s Size) *RatingBuilder + func (b *RatingBuilder) Value(v float64) *RatingBuilder + type RatingProps struct + ClassName string + Default float64 + Max int + Name string + OnChange *Action + Precision float64 + ReadOnly bool + Size Size + Value float64 + type ResetConfig struct + Label string + Variant ColorVariant + type ResponsiveCols struct + Base int + Lg int + Md int + Sm int + X2xl int + Xl int + func Cols(n int) ResponsiveCols + type RowBuilder struct + Props RowProps + func Row(children ...contract.GraphNode) *RowBuilder + func (b *RowBuilder) Align(a Align) *RowBuilder + func (b *RowBuilder) Build() contract.GraphNode + func (b *RowBuilder) ClassName(c string) *RowBuilder + func (b *RowBuilder) Gap(g Spacing) *RowBuilder + func (b *RowBuilder) Justify(j Justify) *RowBuilder + func (b *RowBuilder) Padding(p Spacing) *RowBuilder + func (b *RowBuilder) Wrap(w bool) *RowBuilder + type RowProps struct + Align Align + ClassName string + Gap Spacing + Justify Justify + Padding Spacing + Wrap bool + type SearchBarBuilder struct + Props SearchBarProps + func SearchBar() *SearchBarBuilder + func (b *SearchBarBuilder) Build() contract.GraphNode + func (b *SearchBarBuilder) ClassName(c string) *SearchBarBuilder + func (b *SearchBarBuilder) Clearable(c bool) *SearchBarBuilder + func (b *SearchBarBuilder) DebounceMs(ms int) *SearchBarBuilder + func (b *SearchBarBuilder) Default(v string) *SearchBarBuilder + func (b *SearchBarBuilder) Name(n string) *SearchBarBuilder + func (b *SearchBarBuilder) OnChange(a *Action) *SearchBarBuilder + func (b *SearchBarBuilder) OnSubmit(a *Action) *SearchBarBuilder + func (b *SearchBarBuilder) Placeholder(p string) *SearchBarBuilder + func (b *SearchBarBuilder) Value(v string) *SearchBarBuilder + type SearchBarProps struct + ClassName string + Clearable bool + DebounceMs int + Default string + Name string + OnChange *Action + OnSubmit *Action + Placeholder string + Value string + type SectionBuilder struct + Props SectionProps + func Section(children ...contract.GraphNode) *SectionBuilder + func (b *SectionBuilder) Actions(nodes ...contract.GraphNode) *SectionBuilder + func (b *SectionBuilder) Build() contract.GraphNode + func (b *SectionBuilder) ClassName(c string) *SectionBuilder + func (b *SectionBuilder) Compact(c bool) *SectionBuilder + func (b *SectionBuilder) Description(d string) *SectionBuilder + type SectionProps struct + ClassName string + Compact bool + Description string + type SelectBuilder struct + Props SelectProps + func Select(name string) *SelectBuilder + func (b *SelectBuilder) Build() contract.GraphNode + func (b *SelectBuilder) ClassName(c string) *SelectBuilder + func (b *SelectBuilder) Clearable(c bool) *SelectBuilder + func (b *SelectBuilder) Default(v string) *SelectBuilder + func (b *SelectBuilder) Disabled(d bool) *SelectBuilder + func (b *SelectBuilder) Error(e string) *SelectBuilder + func (b *SelectBuilder) OnChange(a *Action) *SelectBuilder + func (b *SelectBuilder) Option(label, value string) *SelectBuilder + func (b *SelectBuilder) Options(opts ...Option) *SelectBuilder + func (b *SelectBuilder) Placeholder(p string) *SelectBuilder + func (b *SelectBuilder) Required(r bool) *SelectBuilder + func (b *SelectBuilder) Size(s Size) *SelectBuilder + func (b *SelectBuilder) Value(v string) *SelectBuilder + type SelectProps struct + ClassName string + Clearable bool + Default string + Disabled bool + Error string + Name string + OnChange *Action + Options []Option + Placeholder string + Required bool + Size Size + Value string + type SelectionConfig struct + Mode SelectionMode + OnChange *Action + func SelectionMultiCfg() *SelectionConfig + type SelectionMode string + const SelectionMulti + const SelectionNone + const SelectionSingle + type SeparatorBuilder struct + Props SeparatorProps + func Separator() *SeparatorBuilder + func (b *SeparatorBuilder) Build() contract.GraphNode + func (b *SeparatorBuilder) ClassName(c string) *SeparatorBuilder + func (b *SeparatorBuilder) Decorative(d bool) *SeparatorBuilder + func (b *SeparatorBuilder) Orientation(o Orientation) *SeparatorBuilder + type SeparatorProps struct + ClassName string + Decorative bool + Orientation Orientation + type SessionListBuilder struct + Props SessionListProps + func SessionList() *SessionListBuilder + func (b *SessionListBuilder) Build() contract.GraphNode + func (b *SessionListBuilder) ClassName(c string) *SessionListBuilder + func (b *SessionListBuilder) CurrentSessionField(f string) *SessionListBuilder + func (b *SessionListBuilder) RevokeAllOp(op string) *SessionListBuilder + func (b *SessionListBuilder) RevokeOp(op string) *SessionListBuilder + func (b *SessionListBuilder) ShowCurrent(s bool) *SessionListBuilder + type SessionListProps struct + ClassName string + CurrentSessionField string + RevokeAllOp string + RevokeOp string + ShowCurrent bool + type Shadow string + const ShadowLg + const ShadowMd + const ShadowNone + const ShadowSm + const ShadowXl + type SignInFormBuilder struct + Props SignInFormProps + func SignInForm() *SignInFormBuilder + func (b *SignInFormBuilder) Brand(name string) *SignInFormBuilder + func (b *SignInFormBuilder) BrandLogoURL(u string) *SignInFormBuilder + func (b *SignInFormBuilder) Build() contract.GraphNode + func (b *SignInFormBuilder) ClassName(c string) *SignInFormBuilder + func (b *SignInFormBuilder) ConfigContributor(c string) *SignInFormBuilder + func (b *SignInFormBuilder) ForgotPasswordURL(u string) *SignInFormBuilder + func (b *SignInFormBuilder) OnSuccess(a *Action) *SignInFormBuilder + func (b *SignInFormBuilder) OpName(o string) *SignInFormBuilder + func (b *SignInFormBuilder) ShowMagicLink(s bool) *SignInFormBuilder + func (b *SignInFormBuilder) ShowRememberMe(s bool) *SignInFormBuilder + func (b *SignInFormBuilder) ShowSignUpLink(s bool) *SignInFormBuilder + func (b *SignInFormBuilder) SignUpURL(u string) *SignInFormBuilder + type SignInFormProps struct + Brand string + BrandLogoURL string + ClassName string + ConfigContributor string + ForgotPasswordURL string + OnSuccess *Action + Op string + ShowMagicLink bool + ShowRememberMe bool + ShowSignUpLink bool + SignUpURL string + type SignUpFormBuilder struct + Props SignUpFormProps + func SignUpForm() *SignUpFormBuilder + func (b *SignUpFormBuilder) Brand(name string) *SignUpFormBuilder + func (b *SignUpFormBuilder) Build() contract.GraphNode + func (b *SignUpFormBuilder) ClassName(c string) *SignUpFormBuilder + func (b *SignUpFormBuilder) NameField(n bool) *SignUpFormBuilder + func (b *SignUpFormBuilder) OAuthProviders(p ...string) *SignUpFormBuilder + func (b *SignUpFormBuilder) OnSuccess(a *Action) *SignUpFormBuilder + func (b *SignUpFormBuilder) OpName(o string) *SignUpFormBuilder + func (b *SignUpFormBuilder) PrivacyURL(u string) *SignUpFormBuilder + func (b *SignUpFormBuilder) ShowOAuth(s bool) *SignUpFormBuilder + func (b *SignUpFormBuilder) SignInURL(u string) *SignUpFormBuilder + func (b *SignUpFormBuilder) TermsURL(u string) *SignUpFormBuilder + type SignUpFormProps struct + Brand string + ClassName string + NameField bool + OAuthProviders []string + OnSuccess *Action + Op string + PrivacyURL string + ShowOAuth bool + SignInURL string + TermsURL string + type Size string + const SizeDefault + const SizeIcon + const SizeLg + const SizeSm + const SizeXl + const SizeXs + type SkeletonBuilder struct + Props SkeletonProps + func Skeleton() *SkeletonBuilder + func (b *SkeletonBuilder) Build() contract.GraphNode + func (b *SkeletonBuilder) Circle(c bool) *SkeletonBuilder + func (b *SkeletonBuilder) ClassName(c string) *SkeletonBuilder + func (b *SkeletonBuilder) Height(h string) *SkeletonBuilder + func (b *SkeletonBuilder) Radius(r Radius) *SkeletonBuilder + func (b *SkeletonBuilder) Width(w string) *SkeletonBuilder + type SkeletonProps struct + Circle bool + ClassName string + Height string + Radius Radius + Width string + type SliderBuilder struct + Props SliderProps + func Slider(name string) *SliderBuilder + func (b *SliderBuilder) Build() contract.GraphNode + func (b *SliderBuilder) ClassName(c string) *SliderBuilder + func (b *SliderBuilder) Default(v float64) *SliderBuilder + func (b *SliderBuilder) Disabled(d bool) *SliderBuilder + func (b *SliderBuilder) Marks(m ...SliderMark) *SliderBuilder + func (b *SliderBuilder) Max(v float64) *SliderBuilder + func (b *SliderBuilder) Min(v float64) *SliderBuilder + func (b *SliderBuilder) OnChange(a *Action) *SliderBuilder + func (b *SliderBuilder) Range(r bool) *SliderBuilder + func (b *SliderBuilder) RangeValue(v ...float64) *SliderBuilder + func (b *SliderBuilder) ShowValue(s bool) *SliderBuilder + func (b *SliderBuilder) Step(v float64) *SliderBuilder + func (b *SliderBuilder) Value(v float64) *SliderBuilder + type SliderMark struct + Label string + Value float64 + type SliderProps struct + ClassName string + Default *float64 + Disabled bool + Marks []SliderMark + Max float64 + Min float64 + Name string + OnChange *Action + Range bool + RangeValue []float64 + ShowValue bool + Step float64 + Value *float64 + type SortDir string + const SortAsc + const SortDesc + type SortMode string + const SortClient + const SortServer + type SortRule struct + Column string + Direction SortDir + type SortingConfig struct + Initial []SortRule + Mode SortMode + Multi bool + type SpacerBuilder struct + Props SpacerProps + func Spacer() *SpacerBuilder + func (b *SpacerBuilder) Axis(a string) *SpacerBuilder + func (b *SpacerBuilder) Build() contract.GraphNode + func (b *SpacerBuilder) ClassName(c string) *SpacerBuilder + func (b *SpacerBuilder) Size(s Spacing) *SpacerBuilder + type SpacerProps struct + Axis string + ClassName string + Size Spacing + type Spacing string + const Spacing2xl + const SpacingLg + const SpacingMd + const SpacingNone + const SpacingSm + const SpacingXl + const SpacingXs + type SpinnerBuilder struct + Props SpinnerProps + func Spinner() *SpinnerBuilder + func (b *SpinnerBuilder) Build() contract.GraphNode + func (b *SpinnerBuilder) ClassName(c string) *SpinnerBuilder + func (b *SpinnerBuilder) Label(l string) *SpinnerBuilder + func (b *SpinnerBuilder) Size(s Size) *SpinnerBuilder + func (b *SpinnerBuilder) Variant(v TextVariant) *SpinnerBuilder + type SpinnerProps struct + ClassName string + Label string + Size Size + Variant TextVariant + type SplitBuilder struct + Props SplitProps + func Split() *SplitBuilder + func (b *SplitBuilder) Build() contract.GraphNode + func (b *SplitBuilder) ClassName(c string) *SplitBuilder + func (b *SplitBuilder) Collapsible(c bool) *SplitBuilder + func (b *SplitBuilder) DefaultSize(n int) *SplitBuilder + func (b *SplitBuilder) Direction(d Direction) *SplitBuilder + func (b *SplitBuilder) End(nodes ...contract.GraphNode) *SplitBuilder + func (b *SplitBuilder) MaxSize(n int) *SplitBuilder + func (b *SplitBuilder) MinSize(n int) *SplitBuilder + func (b *SplitBuilder) Start(nodes ...contract.GraphNode) *SplitBuilder + type SplitProps struct + ClassName string + Collapsible bool + DefaultSize int + Direction Direction + MaxSize int + MinSize int + type StackBuilder struct + Props StackProps + func Stack(children ...contract.GraphNode) *StackBuilder + func (b *StackBuilder) Build() contract.GraphNode + func (b *StackBuilder) ClassName(c string) *StackBuilder + func (b *StackBuilder) Direction(d Direction) *StackBuilder + func (b *StackBuilder) Divider(d bool) *StackBuilder + func (b *StackBuilder) Gap(g Spacing) *StackBuilder + func (b *StackBuilder) Padding(p Spacing) *StackBuilder + type StackProps struct + ClassName string + Direction Direction + Divider bool + Gap Spacing + Padding Spacing + type StatCardBuilder struct + Props StatCardProps + func StatCard(label string) *StatCardBuilder + func (b *StatCardBuilder) Build() contract.GraphNode + func (b *StatCardBuilder) ClassName(c string) *StatCardBuilder + func (b *StatCardBuilder) Delta(d float64) *StatCardBuilder + func (b *StatCardBuilder) DeltaFormat(f string) *StatCardBuilder + func (b *StatCardBuilder) Description(d string) *StatCardBuilder + func (b *StatCardBuilder) Icon(i string) *StatCardBuilder + func (b *StatCardBuilder) Loading(l bool) *StatCardBuilder + func (b *StatCardBuilder) PreviousValue(v string) *StatCardBuilder + func (b *StatCardBuilder) Trend(t Trend) *StatCardBuilder + func (b *StatCardBuilder) Value(v string) *StatCardBuilder + type StatCardProps struct + ClassName string + Delta float64 + DeltaFormat string + Description string + Icon string + Label string + Loading bool + PreviousValue string + Trend Trend + Value string + type StepperBuilder struct + Props StepperProps + func Stepper() *StepperBuilder + func (b *StepperBuilder) Build() contract.GraphNode + func (b *StepperBuilder) ClassName(c string) *StepperBuilder + func (b *StepperBuilder) Initial(id string) *StepperBuilder + func (b *StepperBuilder) OnComplete(a *Action) *StepperBuilder + func (b *StepperBuilder) OnNext(a *Action) *StepperBuilder + func (b *StepperBuilder) OnPrev(a *Action) *StepperBuilder + func (b *StepperBuilder) Orientation(o Orientation) *StepperBuilder + func (b *StepperBuilder) Panel(stepID string, nodes ...contract.GraphNode) *StepperBuilder + func (b *StepperBuilder) Step(id, title string) *StepperBuilder + func (b *StepperBuilder) Steps(steps ...StepperStep) *StepperBuilder + type StepperProps struct + ClassName string + Initial string + OnComplete *Action + OnNext *Action + OnPrev *Action + Orientation Orientation + Steps []StepperStep + type StepperStep struct + Description string + ID string + Icon string + Optional bool + Title string + type SubmitConfig struct + FullWidth bool + Icon string + Label string + Variant ColorVariant + type SwitchBuilder struct + Props SwitchProps + func Switch(name string) *SwitchBuilder + func (b *SwitchBuilder) Build() contract.GraphNode + func (b *SwitchBuilder) Checked(c bool) *SwitchBuilder + func (b *SwitchBuilder) ClassName(c string) *SwitchBuilder + func (b *SwitchBuilder) Default(c bool) *SwitchBuilder + func (b *SwitchBuilder) Description(d string) *SwitchBuilder + func (b *SwitchBuilder) Disabled(d bool) *SwitchBuilder + func (b *SwitchBuilder) Label(l string) *SwitchBuilder + func (b *SwitchBuilder) OnChange(a *Action) *SwitchBuilder + type SwitchProps struct + Checked *bool + ClassName string + Default *bool + Description string + Disabled bool + Label string + Name string + OnChange *Action + type TabItem struct + Badge string + Description string + Disabled bool + Icon string + Label string + Value string + type TabsBuilder struct + Props TabsProps + func Tabs() *TabsBuilder + func (b *TabsBuilder) AddItem(item TabItem) *TabsBuilder + func (b *TabsBuilder) Build() contract.GraphNode + func (b *TabsBuilder) ClassName(c string) *TabsBuilder + func (b *TabsBuilder) Default(v string) *TabsBuilder + func (b *TabsBuilder) Item(value, label string) *TabsBuilder + func (b *TabsBuilder) Orientation(o Orientation) *TabsBuilder + func (b *TabsBuilder) Panel(value string, nodes ...contract.GraphNode) *TabsBuilder + func (b *TabsBuilder) Variant(v string) *TabsBuilder + type TabsProps struct + ClassName string + DefaultValue string + Items []TabItem + Orientation Orientation + Variant string + type TagInputBuilder struct + Props TagInputProps + func TagInput(name string) *TagInputBuilder + func (b *TagInputBuilder) Build() contract.GraphNode + func (b *TagInputBuilder) ClassName(c string) *TagInputBuilder + func (b *TagInputBuilder) Default(v []string) *TagInputBuilder + func (b *TagInputBuilder) Disabled(d bool) *TagInputBuilder + func (b *TagInputBuilder) Error(e string) *TagInputBuilder + func (b *TagInputBuilder) MaxTags(n int) *TagInputBuilder + func (b *TagInputBuilder) OnChange(a *Action) *TagInputBuilder + func (b *TagInputBuilder) Placeholder(p string) *TagInputBuilder + func (b *TagInputBuilder) Validate(p string) *TagInputBuilder + func (b *TagInputBuilder) Value(v []string) *TagInputBuilder + type TagInputProps struct + ClassName string + Default []string + Disabled bool + Error string + MaxTags int + Name string + OnChange *Action + Placeholder string + Validate string + Value []string + type TextBuilder struct + Props TextProps + func Text(text string) *TextBuilder + func (b *TextBuilder) Build() contract.GraphNode + func (b *TextBuilder) ClassName(c string) *TextBuilder + func (b *TextBuilder) Italic(i bool) *TextBuilder + func (b *TextBuilder) Mono(m bool) *TextBuilder + func (b *TextBuilder) Size(s TextSize) *TextBuilder + func (b *TextBuilder) Truncate(t bool) *TextBuilder + func (b *TextBuilder) Underline(u bool) *TextBuilder + func (b *TextBuilder) Variant(v TextVariant) *TextBuilder + func (b *TextBuilder) Weight(w string) *TextBuilder + type TextProps struct + ClassName string + Italic bool + Mono bool + Size TextSize + Text string + Truncate bool + Underline bool + Variant TextVariant + Weight string + type TextSize string + const TextBase + const TextLg + const TextSm + const TextXl + const TextXs + type TextVariant string + const TextVariantDefault + const TextVariantDestructive + const TextVariantMuted + const TextVariantPrimary + const TextVariantSecondary + type TextareaBuilder struct + Props TextareaProps + func Textarea(name string) *TextareaBuilder + func (b *TextareaBuilder) Autosize(a bool) *TextareaBuilder + func (b *TextareaBuilder) Build() contract.GraphNode + func (b *TextareaBuilder) ClassName(c string) *TextareaBuilder + func (b *TextareaBuilder) Default(v string) *TextareaBuilder + func (b *TextareaBuilder) Disabled(d bool) *TextareaBuilder + func (b *TextareaBuilder) Error(e string) *TextareaBuilder + func (b *TextareaBuilder) MaxLength(n int) *TextareaBuilder + func (b *TextareaBuilder) MaxRows(n int) *TextareaBuilder + func (b *TextareaBuilder) MinLength(n int) *TextareaBuilder + func (b *TextareaBuilder) OnChange(a *Action) *TextareaBuilder + func (b *TextareaBuilder) Placeholder(p string) *TextareaBuilder + func (b *TextareaBuilder) ReadOnly(r bool) *TextareaBuilder + func (b *TextareaBuilder) Required(r bool) *TextareaBuilder + func (b *TextareaBuilder) Rows(n int) *TextareaBuilder + func (b *TextareaBuilder) Value(v string) *TextareaBuilder + type TextareaProps struct + Autosize bool + ClassName string + Default string + Disabled bool + Error string + MaxLength int + MaxRows int + MinLength int + Name string + OnChange *Action + Placeholder string + ReadOnly bool + Required bool + Rows int + Value string + type TimelineBuilder struct + Props TimelineProps + func Timeline() *TimelineBuilder + func (b *TimelineBuilder) Build() contract.GraphNode + func (b *TimelineBuilder) ClassName(c string) *TimelineBuilder + func (b *TimelineBuilder) DescriptionField(f string) *TimelineBuilder + func (b *TimelineBuilder) GroupBy(f string) *TimelineBuilder + func (b *TimelineBuilder) IconField(f string) *TimelineBuilder + func (b *TimelineBuilder) RenderItem(intent string) *TimelineBuilder + func (b *TimelineBuilder) TimestampField(f string) *TimelineBuilder + func (b *TimelineBuilder) TitleField(f string) *TimelineBuilder + type TimelineProps struct + ClassName string + DescriptionField string + GroupBy string + IconField string + RenderItem string + TimestampField string + TitleField string + type ToastVariant string + const ToastDefault + const ToastDestructive + type ToolbarConfig struct + ColumnPicker bool + DensityToggle bool + ExportButton bool + Refresh bool + Search bool + Title string + type TooltipBuilder struct + Props TooltipProps + func Tooltip(content string) *TooltipBuilder + func (b *TooltipBuilder) Build() contract.GraphNode + func (b *TooltipBuilder) ClassName(c string) *TooltipBuilder + func (b *TooltipBuilder) Delay(ms int) *TooltipBuilder + func (b *TooltipBuilder) Side(s TooltipSide) *TooltipBuilder + func (b *TooltipBuilder) Trigger(node contract.GraphNode) *TooltipBuilder + type TooltipProps struct + ClassName string + Content string + DelayMs int + Side TooltipSide + type TooltipSide string + const TooltipBottom + const TooltipLeft + const TooltipRight + const TooltipTop + type TreeViewBuilder struct + Props TreeViewProps + func TreeView() *TreeViewBuilder + func (b *TreeViewBuilder) Build() contract.GraphNode + func (b *TreeViewBuilder) ChildrenField(f string) *TreeViewBuilder + func (b *TreeViewBuilder) ClassName(c string) *TreeViewBuilder + func (b *TreeViewBuilder) DefaultExpand(n int) *TreeViewBuilder + func (b *TreeViewBuilder) IconField(f string) *TreeViewBuilder + func (b *TreeViewBuilder) LabelField(f string) *TreeViewBuilder + func (b *TreeViewBuilder) NodeIntent(i string) *TreeViewBuilder + func (b *TreeViewBuilder) OnSelect(a *Action) *TreeViewBuilder + type TreeViewProps struct + ChildrenField string + ClassName string + DefaultExpand int + IconField string + LabelField string + NodeIntent string + OnSelect *Action + type Trend string + const TrendDown + const TrendFlat + const TrendUp + type TwoFactorSetupBuilder struct + Props TwoFactorSetupProps + func TwoFactorSetup() *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) Build() contract.GraphNode + func (b *TwoFactorSetupBuilder) ClassName(c string) *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) GenerateBackupOp(op string) *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) GenerateSecretOp(op string) *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) Method(m string) *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) OnComplete(a *Action) *TwoFactorSetupBuilder + func (b *TwoFactorSetupBuilder) VerifyOp(op string) *TwoFactorSetupBuilder + type TwoFactorSetupProps struct + ClassName string + GenerateBackupOp string + GenerateSecretOp string + Method string + OnComplete *Action + VerifyOp string + type UserButtonBuilder struct + Props UserButtonProps + func UserButton() *UserButtonBuilder + func (b *UserButtonBuilder) Build() contract.GraphNode + func (b *UserButtonBuilder) ClassName(c string) *UserButtonBuilder + func (b *UserButtonBuilder) MenuItem(item MenuItem) *UserButtonBuilder + func (b *UserButtonBuilder) ProfileURL(u string) *UserButtonBuilder + func (b *UserButtonBuilder) SettingsURL(u string) *UserButtonBuilder + func (b *UserButtonBuilder) ShowEmail(s bool) *UserButtonBuilder + func (b *UserButtonBuilder) ShowName(s bool) *UserButtonBuilder + func (b *UserButtonBuilder) SignOutOp(op string) *UserButtonBuilder + type UserButtonProps struct + ClassName string + MenuItems []MenuItem + ProfileURL string + SettingsURL string + ShowEmail bool + ShowName bool + SignOutOp string + type VirtConfig struct + Enabled bool + Overscan int