A

AddPresetClass in namespace Beartropy\Ui\Commands

Artisan Command: Add Preset.

AlertClass in namespace Beartropy\Ui\Components

Alert Component.

AvatarClass in namespace Beartropy\Ui\Components

Avatar component.

$ Avatar#altProperty in class Avatar

Alt text.

$ Badge#amberProperty in class Badge

Amber color.

$ ChatInput#actionProperty in class ChatInput

Livewire action to fire on submit.

$ Checkbox#amberProperty in class Checkbox

Amber color.

$ CommandPalette#allowGuestsProperty in class CommandPalette

Allow guests to view items.

$ FileDropzone#acceptProperty in class FileDropzone

File accept attribute (e.g. "image/*,.pdf").

$ FileDropzone#amberProperty in class FileDropzone

Amber color.

$ FileInput#amberProperty in class FileInput

Amber color.

$ Radio#amberProperty in class Radio

Amber color.

$ Select#autosaveProperty in class Select
$ Select#autosaveMethodProperty in class Select
$ Select#autosaveKeyProperty in class Select
$ Select#autosaveDebounceProperty in class Select
$ Table#allowHtmlProperty in class Table
$ Tag#amberProperty in class Tag

Amber color.

$ Toggle#amberProperty in class Toggle

Amber color.

$ ToggleTheme#ariaLabelProperty in class ToggleTheme

Custom aria-label (defaults to localized 'Toggle theme').

AssetControllerClass in namespace Beartropy\Ui\Http\Controllers

Asset Controller.

ComponentDocs::availableComponents() — Method in class ComponentDocs

B

BeartropyClass in namespace Beartropy\Ui

Beartropy UI Core Class.

BeartropyUiServiceProviderClass in namespace Beartropy\Ui

Beartropy UI Service Provider.

BeartropyUiServiceProvider::boot() — Method in class BeartropyUiServiceProvider

Bootstrap any application services.

InstallSkills::buildComponentSkill() — Method in class InstallSkills

Build a component skill by concatenating LLM docs.

InstallSkills::buildReadme() — Method in class InstallSkills

Build a dynamic README.md listing all installed skills grouped by package.

BadgeClass in namespace Beartropy\Ui\Components

Badge Component.

$ Badge#beartropyProperty in class Badge

Beartropy color (default via config).

$ Badge#blueProperty in class Badge

Blue color.

ButtonBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Button logic.

BeartropyComponentClass in namespace Beartropy\Ui\Components

Base component class for all Beartropy UI components.

ButtonClass in namespace Beartropy\Ui\Components

Button Component.

ButtonIconClass in namespace Beartropy\Ui\Components

ButtonIcon component.

$ ChatInput#borderProperty in class ChatInput

Show border styling.

$ Checkbox#beartropyProperty in class Checkbox

Beartropy color (default).

$ Checkbox#blueProperty in class Checkbox

Blue color.

$ CommandPalette#bt_cp_dataProperty in class CommandPalette
$ Fab#bottomProperty in class Fab

CSS bottom offset (default: '1rem').

$ FileDropzone#beartropyProperty in class FileDropzone

Beartropy color.

$ FileDropzone#blueProperty in class FileDropzone

Blue color.

$ FileInput#beartropyProperty in class FileInput

Beartropy color (default).

$ FileInput#blueProperty in class FileInput

Blue color.

$ Modal#blurProperty in class Modal

Backdrop blur level: none (default), sm, md, lg, xl, 2xl, 3xl.

$ Modal#bgColorProperty in class Modal

Background color classes (default: bg-white dark:bg-gray-900).

$ Radio#beartropyProperty in class Radio

Beartropy color (default).

$ Radio#blueProperty in class Radio

Blue color.

$ RadioGroup#beartropyProperty in class RadioGroup

Beartropy color (default).

$ RadioGroup#blueProperty in class RadioGroup

Blue color.

$ Slider#backdropProperty in class Slider

Show semi-transparent backdrop overlay.

$ Slider#blurProperty in class Slider

Apply blur effect to the backdrop.

$ Slider#bodyPaddingProperty in class Slider

Tailwind padding classes for the body.

$ Tag#beartropyProperty in class Tag

Beartropy color.

$ Tag#blueProperty in class Tag

Blue color.

$ Toast#bottomOffsetProperty in class Toast

Bottom offset for mobile layout (CSS value, e.g. '1rem', '64px').

$ Toggle#beartropyProperty in class Toggle

Beartropy color (default).

$ Toggle#blueProperty in class Toggle

Blue color.

$ ToggleTheme#borderColorLightProperty in class ToggleTheme

Border classes in light mode (button/square-button).

$ ToggleTheme#borderColorDarkProperty in class ToggleTheme

Border classes in dark mode (button/square-button).

BeartropyClass in namespace Beartropy\Ui\Facades
AssetController::beartropyAssets() — Method in class AssetController

Serve a Beartropy UI static asset.

BeartropyAssetsClass in namespace Beartropy\Ui\Support

Beartropy Assets Manager.

HasDialogs::buildDialogPayload() — Method in class HasDialogs

Build a standard dialog payload.

HasPresets::buildCacheKey() — Method in class HasPresets
HasPresets::buildPresetNames() — Method in class HasPresets

C

$ Avatar#colorProperty in class Avatar

Color preset.

$ Avatar#customSizeProperty in class Avatar

Custom CSS size (e.g. 'h-12 w-12').

$ Badge#cyanProperty in class Badge

Cyan color.

CheckboxBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Checkbox logic.

$ ButtonIcon#colorProperty in class ButtonIcon

Button color.

CardClass in namespace Beartropy\Ui\Components

Card Component.

ChatInputClass in namespace Beartropy\Ui\Components

ChatInput component.

$ ChatInput#colorProperty in class ChatInput

Color preset key.

$ ChatInput#customErrorProperty in class ChatInput

Custom error message.

CheckboxClass in namespace Beartropy\Ui\Components

Checkbox Component.

$ Checkbox#cyanProperty in class Checkbox

Cyan color.

CommandPaletteClass in namespace Beartropy\Ui\Components

CommandPalette component.

$ CommandPalette#colorProperty in class CommandPalette

Component color.

CommandPalette::cacheKeyParts() — Method in class CommandPalette

Build cache key parts.

$ Datetime#colorProperty in class Datetime

Color preset key.

$ Datetime#customErrorProperty in class Datetime

Custom error message.

$ Datetime#clearableProperty in class Datetime

Allow clearing selection.

$ Fab#colorProperty in class Fab

Color preset name.

$ FileDropzone#colorProperty in class FileDropzone

Color preset.

$ FileDropzone#clearableProperty in class FileDropzone

Allow clearing selection.

$ FileDropzone#customErrorProperty in class FileDropzone

Custom error message.

$ FileDropzone#cyanProperty in class FileDropzone

Cyan color.

$ FileInput#cyanProperty in class FileInput

Cyan color.

$ Modal#closeOnClickOutsideProperty in class Modal

Whether clicking the overlay closes the modal (default: true).

$ Modal#centeredProperty in class Modal

Centers modal vertically (default: false, shows with top margin).

$ Nav#childItemClassProperty in class Nav

Base CSS classes for child items.

$ Nav#categoryClassProperty in class Nav

CSS classes for category headings.

$ Nav#childBorderClassProperty in class Nav

CSS classes for child container border.

$ Nav#collapseButtonAsItemProperty in class Nav
$ Nav#collapseButtonLabelCollapseProperty in class Nav
$ Nav#collapseButtonLabelExpandProperty in class Nav
$ Nav#collapseButtonIconCollapseProperty in class Nav
$ Nav#collapseButtonIconExpandProperty in class Nav
$ Radio#cyanProperty in class Radio

Cyan color.

$ Select#clearableProperty in class Select
$ Select#colorProperty in class Select
$ Select#customErrorProperty in class Select
$ Skeleton#colsProperty in class Skeleton

Number of columns (table shape).

$ Slider#colorProperty in class Slider

Color preset for close button styling.

$ Table#columnsProperty in class Table
$ Table#colorProperty in class Table
$ Tag#cyanProperty in class Tag

Cyan color.

$ TimePicker#colorProperty in class TimePicker

Color preset key.

$ TimePicker#clearableProperty in class TimePicker

Allow clearing.

$ TimePicker#customErrorProperty in class TimePicker

Custom error message.

$ Toggle#cyanProperty in class Toggle

Cyan color.

$ ToggleTheme#classProperty in class ToggleTheme

Additional wrapper classes.

ComponentDocsClass in namespace Beartropy\Ui\Mcp\Tools
HasDialogs::confirm() — Method in class HasDialogs

Show a confirmation dialog.

HasPresets::computeSupports() — Method in class HasPresets

D

$ AddPreset#descriptionProperty in class AddPreset

The console command description.

$ InstallSkills#descriptionProperty in class InstallSkills
InstallSkills::discoverPackages() — Method in class InstallSkills

Discover all beartropy packages that expose skills.

DropdownBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Dropdown logic.

Button::detectForInput() — Method in class Button

Modify wrapper and spinner classes if the button is used as an input trigger.

$ ChatInput#disabledProperty in class ChatInput

Disabled state.

DatetimeClass in namespace Beartropy\Ui\Components

Datetime component.

$ Datetime#disabledProperty in class Datetime

Disabled state.

DebugBreakpointsClass in namespace Beartropy\Ui\Components

DebugBreakpoints component.

DialogClass in namespace Beartropy\Ui\Components

Dialog Component.

DropdownClass in namespace Beartropy\Ui\Components

Dropdown Component.

$ FileDropzone#disabledProperty in class FileDropzone

Disabled state.

$ Select#deferProperty in class Select
$ Table#dangerProperty in class Table

Danger color.

$ TimePicker#disabledProperty in class TimePicker

Disabled state.

$ Tooltip#delayProperty in class Tooltip

Delay in ms before showing (default 0).

$ ComponentDocs#descriptionProperty in class ComponentDocs
$ ListComponents#descriptionProperty in class ListComponents
$ ProjectContext#descriptionProperty in class ProjectContext
HasDialogs::dialog() — Method in class HasDialogs

Fluent accessor for dialog methods.

HasDialogs::dispatchDialog() — Method in class HasDialogs

Dispatch the dialog event to the frontend.

HasDialogs::delete() — Method in class HasDialogs

Show a delete confirmation dialog (Danger/Destructive style).

HasPresets::detectHasVariants() — Method in class HasPresets
HasPresets::debugWarnings() — Method in class HasPresets

E

InstallSkills::extractFrontmatterField() — Method in class InstallSkills

Extract a field value from YAML frontmatter.

$ Badge#emeraldProperty in class Badge

Emerald color.

$ Checkbox#emeraldProperty in class Checkbox

Emerald color.

$ DebugBreakpoints#expandedProperty in class DebugBreakpoints

Initial expansion state (overridden by localStorage).

$ DebugBreakpoints#envProperty in class DebugBreakpoints

Environment to render in (default: 'local').

$ FileDropzone#existingFilesProperty in class FileDropzone

Existing files [{name, url, size?, type?}].

Color Presets

$ FileDropzone#emeraldProperty in class FileDropzone

Emerald color.

$ FileInput#emeraldProperty in class FileInput

Emerald color.

$ Radio#emeraldProperty in class Radio

Emerald color.

$ Select#emptyMessageProperty in class Select
$ FieldHelp#errorMessageProperty in class FieldHelp

Error message.

$ Tag#emeraldProperty in class Tag

Emerald color.

$ Toggle#emeraldProperty in class Toggle

Emerald color.

HasDialogs::error() — Method in class HasDialogs

Show an error dialog.

HasToasts::error() — Method in class HasToasts

F

InstallSkills::findExistingSkills() — Method in class InstallSkills

Find existing Beartropy skill directories (bt- and legacy beartropy-).

$ Badge#fuchsiaProperty in class Badge

Fuchsia color.

FileBaseClass in namespace Beartropy\Ui\Components\Base

Base class for File input logic.

$ Checkbox#fuchsiaProperty in class Checkbox

Fuchsia color.

CommandPalette::filterByPermissions() — Method in class CommandPalette

Filter items by permissions (Spatie).

$ Datetime#formatProperty in class Datetime

Date format (PHP format).

$ Datetime#formatDisplayProperty in class Datetime

Display format (JS format).

FabClass in namespace Beartropy\Ui\Components

Floating Action Button (FAB) component.

FileDropzoneClass in namespace Beartropy\Ui\Components

FileDropzone component.

$ FileDropzone#fuchsiaProperty in class FileDropzone

Fuchsia color.

FileDropzone::formatBytes() — Method in class FileDropzone

Format bytes to a human-readable string.

FileInputClass in namespace Beartropy\Ui\Components

FileInput component.

$ FileInput#fuchsiaProperty in class FileInput

Fuchsia color.

Nav::filterNavCategories() — Method in class Nav

Filter navigation categories and their items based on permissions.

Nav::filterNavItems() — Method in class Nav

Filter a list of navigation items based on user permissions.

$ Radio#fuchsiaProperty in class Radio

Fuchsia color.

$ Select#fitTriggerProperty in class Select
FieldHelpClass in namespace Beartropy\Ui\Components\Support

FieldHelp component.

$ Tag#fuchsiaProperty in class Tag

Fuchsia color.

$ TimePicker#formatProperty in class TimePicker

Time format (H:i = 24h, h:i A = 12h).

$ Toggle#fuchsiaProperty in class Toggle

Fuchsia color.

G

InstallSkills::getSkillContents() — Method in class InstallSkills

Get all skill contents from all discovered packages.

$ Badge#glassProperty in class Badge

Glassmorphism effect.

Magic Attributes (Color)

$ Badge#greenProperty in class Badge

Green color.

ButtonBase::getTag() — Method in class ButtonBase

Determine the HTML tag to use.

ButtonBase::getWireTarget() — Method in class ButtonBase

Get the Livewire target for loading states.

BeartropyComponent::getWireModelState() — Method in class BeartropyComponent

Analyze wire:model attributes to determine binding state.

BeartropyComponent::getSizePreset() — Method in class BeartropyComponent

Resolve the size preset for the component.

$ Checkbox#greenProperty in class Checkbox

Green color.

$ Checkbox#grayProperty in class Checkbox

Gray color.

$ FileDropzone#greenProperty in class FileDropzone

Green color.

$ FileDropzone#grayProperty in class FileDropzone

Gray color.

FileDropzone::getAcceptHint() — Method in class FileDropzone

Build the accept/size hint string shown below the dropzone icon.

$ FileInput#greenProperty in class FileInput

Green color.

$ FileInput#grayProperty in class FileInput

Gray color.

Icon::getClasses() — Method in class Icon

Resolve icon classes and component names.

$ Radio#greenProperty in class Radio

Green color.

$ Radio#grayProperty in class Radio

Gray color.

$ RadioGroup#greenProperty in class RadioGroup

Green color.

$ Tag#greenProperty in class Tag

Green color.

$ Tag#grayProperty in class Tag

Gray color.

$ Toggle#greenProperty in class Toggle

Green color.

$ Toggle#grayProperty in class Toggle

Gray color.

ToggleTheme::getViewData() — Method in class ToggleTheme

Get view data for the component.

Beartropy::getFacadeAccessor() — Method in class Beartropy

Get the registered name of the component.

HasErrorBag::getErrorState() — Method in class HasErrorBag

Determine the error state for a specific field.

HasPresets::getComponentPresets() — Method in class HasPresets

Compute component presets based on context.

H

AddPreset::handle() — Method in class AddPreset

Execute the console command.

InstallSkills::handle() — Method in class InstallSkills

Execute the console command.

$ ChatInput#helpProperty in class ChatInput

Helper text.

$ ChatInput#hintProperty in class ChatInput

Hint text.

$ Datetime#hintProperty in class Datetime

Hint text below input.

$ Datetime#helpProperty in class Datetime

Help text below input.

$ FileDropzone#helpProperty in class FileDropzone

Help text.

$ FileDropzone#hintProperty in class FileDropzone

Hint text (alias for help).

$ Nav#highlightModeProperty in class Nav

Highlight mode: 'standard' (bg) or 'text' (text-only).

$ Nav#highlightParentClassProperty in class Nav

CSS classes for active parent items.

$ Nav#highlightChildClassProperty in class Nav

CSS classes for active child items.

$ Nav#hoverTextClassProperty in class Nav

Hover classes for parent items (text mode).

$ Nav#hoverTextChildClassProperty in class Nav

Hover classes for child items (text mode).

$ Nav#hideCategoriesProperty in class Nav
$ Nav#hoverMenuShowHeaderProperty in class Nav
$ Nav#hoverMenuHeaderClassProperty in class Nav
$ Nav#hoverMenuHeaderTextClassProperty in class Nav
$ Select#hintProperty in class Select
$ Select#helpProperty in class Select
$ Slider#headerPaddingProperty in class Slider

Tailwind padding classes for the header.

$ FieldHelp#hintProperty in class FieldHelp

Hint text.

$ TimePicker#helpProperty in class TimePicker

Help text below input.

$ TimePicker#hintProperty in class TimePicker

Hint text below input.

ComponentDocs::handle() — Method in class ComponentDocs
ListComponents::handle() — Method in class ListComponents
ProjectContext::handle() — Method in class ProjectContext
HasDialogsClass in namespace Beartropy\Ui\Traits

Trait HasDialogs.

HasErrorBagClass in namespace Beartropy\Ui\Traits

Trait HasErrorBag.

HasPresetsClass in namespace Beartropy\Ui\Traits

Trait HasPresets.

HasToastsClass in namespace Beartropy\Ui\Traits

Trait HasToasts.

I

InstallSkillsClass in namespace Beartropy\Ui\Commands

Artisan Command: Install Beartropy AI coding skills.

InstallSkills::installForAgents() — Method in class InstallSkills

Install skills for the given agents.

InstallSkills::installForAgent() — Method in class InstallSkills

Install skills for a single agent.

InstallSkills::installModular() — Method in class InstallSkills

Install modular format (Claude Code): one directory per skill with SKILL.md.

InstallSkills::installSingle() — Method in class InstallSkills

Install single-file format (Codex, Copilot): all skills concatenated into one file.

InstallSkills::installMultiFile() — Method in class InstallSkills

Install multi-file format (Cursor, Windsurf): one file per skill.

$ Avatar#initialsProperty in class Avatar

Fallback initials.

$ Badge#indigoProperty in class Badge

Indigo color.

InputBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Text Input logic.

InputTriggerBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Input Trigger logic (Selects, Datepickers, etc).

$ ButtonIcon#iconProperty in class ButtonIcon

Icon name.

$ ButtonIcon#iconSetProperty in class ButtonIcon

Icon set to use.

$ ButtonIcon#iconVariantProperty in class ButtonIcon

Icon variant.

$ ChatInput#idProperty in class ChatInput

Component id.

$ Checkbox#indigoProperty in class Checkbox

Indigo color.

$ CommandPalette#itemsProperty in class CommandPalette

Items definition array.

$ Datetime#idProperty in class Datetime

Component id.

$ Fab#iconProperty in class Fab

Heroicon name (default: 'plus').

$ FileDropzone#idProperty in class FileDropzone

Component ID.

$ FileDropzone#indigoProperty in class FileDropzone

Indigo color.

$ FileInput#indigoProperty in class FileInput

Indigo color.

IconClass in namespace Beartropy\Ui\Components

Icon Component.

InputClass in namespace Beartropy\Ui\Components

Input Component.

$ Menu#iconClassProperty in class Menu

CSS classes for the icon wrapper (default 'w-4 h-4 shrink-0').

$ Modal#idProperty in class Modal

Custom modal ID. Auto-generated if omitted.

$ Nav#itemsProperty in class Nav

Resolved and permission-filtered navigation items.

$ Nav#itemClassProperty in class Nav

Base CSS classes for parent items.

$ Nav#iconClassProperty in class Nav

CSS classes for icon rendering.

Nav::isItemActive() — Method in class Nav

Determine if a navigation item is active based on current request.

$ Radio#indigoProperty in class Radio

Indigo color.

$ Select#iconProperty in class Select
$ Select#initialValueProperty in class Select
$ Select#isEmptyProperty in class Select
$ Skeleton#initProperty in class Skeleton

Livewire wire:init method name.

$ Table#itemsProperty in class Table
$ Table#infoProperty in class Table

Info color.

$ Tag#indigoProperty in class Tag

Indigo color.

$ TimePicker#idProperty in class TimePicker

Component id.

$ TimePicker#intervalProperty in class TimePicker

Minute step (1, 5, 10, 15, 30, 60).

$ Toggle#indigoProperty in class Toggle

Indigo color.

$ ToggleTheme#inheritColorProperty in class ToggleTheme

Inherit parent text color instead of defaults.

$ ToggleTheme#iconColorLightProperty in class ToggleTheme

Tailwind color class for the light-mode icon.

$ ToggleTheme#iconColorDarkProperty in class ToggleTheme

Tailwind color class for the dark-mode icon.

$ ToggleTheme#iconLightProperty in class ToggleTheme

Heroicon name for light mode (replaces default SVG).

$ ToggleTheme#iconDarkProperty in class ToggleTheme

Heroicon name for dark mode (replaces default SVG).

HasDialogs::info() — Method in class HasDialogs

Show an info dialog.

HasToasts::info() — Method in class HasToasts

L

$ Badge#lgProperty in class Badge
Large.
$ Badge#limeProperty in class Badge

Lime color.

$ ButtonIcon#labelProperty in class ButtonIcon

Accessible label.

$ ChatInput#labelProperty in class ChatInput

Input label.

$ Checkbox#lgProperty in class Checkbox

Large size.

$ Checkbox#limeProperty in class Checkbox

Lime color.

$ Datetime#labelProperty in class Datetime

Input label.

$ Fab#labelProperty in class Fab

Accessible label for aria-label.

$ FileDropzone#labelProperty in class FileDropzone

Label text.

$ FileDropzone#limeProperty in class FileDropzone

Lime color.

$ FileInput#lgProperty in class FileInput

Large size.

$ FileInput#limeProperty in class FileInput

Lime color.

$ Icon#lgProperty in class Icon
Large.
LookupClass in namespace Beartropy\Ui\Components

Lookup Component.

$ Menu#levelProperty in class Menu

Recursion depth (internal, default 0).

Nav::loadConfigNav() — Method in class Nav

Load navigation config file: config/beartropy/ui/navs/

$ Radio#lgProperty in class Radio

Large size.

$ Radio#limeProperty in class Radio

Lime color.

$ Select#labelProperty in class Select
$ Skeleton#linesProperty in class Skeleton

Number of lines.

$ Tag#limeProperty in class Tag

Lime color.

$ Tag#lgProperty in class Tag
Large.
$ TimePicker#labelProperty in class TimePicker

Label text.

$ Toggle#lgProperty in class Toggle

Large size.

$ Toggle#limeProperty in class Toggle

Lime color.

$ ToggleTheme#labelProperty in class ToggleTheme

Visible label text (button mode only).

$ ToggleTheme#labelPositionProperty in class ToggleTheme

Label position: left or right.

$ ToggleTheme#labelClassProperty in class ToggleTheme

Custom label CSS classes.

$ Tooltip#labelProperty in class Tooltip

Tooltip text displayed inside the floating panel.

ListComponentsClass in namespace Beartropy\Ui\Mcp\Tools
HasPresets::loadPresets() — Method in class HasPresets
HasPresets::loadComponentDefaults() — Method in class HasPresets

M

$ Badge#mdProperty in class Badge
Medium.
$ ChatInput#maxLengthProperty in class ChatInput

Max character length.

$ Checkbox#mdProperty in class Checkbox

Medium size (default).

$ Datetime#minProperty in class Datetime

Minimum date (YYYY-MM-DD).

$ Datetime#maxProperty in class Datetime

Maximum date (YYYY-MM-DD).

$ FileDropzone#multipleProperty in class FileDropzone

Allow multiple files.

$ FileDropzone#maxFileSizeProperty in class FileDropzone

Max file size in bytes (null = no limit).

$ FileDropzone#maxFilesProperty in class FileDropzone

Max number of files (null = unlimited).

$ FileInput#mdProperty in class FileInput

Medium size (default).

$ Icon#mdProperty in class Icon

Medium (default).

MenuClass in namespace Beartropy\Ui\Components

Data-driven navigation menu with recursive nesting, section titles, badges, and active state detection.

$ Menu#mobileProperty in class Menu

Mobile styling flag (adds p-2, default false).

ModalClass in namespace Beartropy\Ui\Components

Modal Component.

$ Modal#maxWidthProperty in class Modal

Max width key: sm, md, lg, xl, 2xl, 3xl (default), 4xl, 5xl, 6xl, 7xl, full.

$ Radio#mdProperty in class Radio

Medium size (default).

$ Select#multipleProperty in class Select
$ Slider#maxWidthProperty in class Slider

Tailwind max-width classes for the panel.

$ FieldHelp#minHeightProperty in class FieldHelp

Min height class.

$ Tag#mdProperty in class Tag

Medium (default).

$ TimePicker#minProperty in class TimePicker

Minimum allowed time (HH:mm).

$ TimePicker#maxProperty in class TimePicker

Maximum allowed time (HH:mm).

$ Toast#maxVisibleProperty in class Toast

Maximum number of visible toasts per position.

$ Toggle#mdProperty in class Toggle

Medium size (default).

$ ToggleTheme#modeProperty in class ToggleTheme

Display mode: icon, button, square-button.

N

$ ChatInput#nameProperty in class ChatInput

Input name.

$ Checkbox#neutralProperty in class Checkbox

Neutral color.

CommandPalette::normalize() — Method in class CommandPalette

Normalize items to ensure all keys exist.

$ Datetime#nameProperty in class Datetime

Input name.

$ FileDropzone#nameProperty in class FileDropzone

Input name.

$ FileDropzone#neutralProperty in class FileDropzone

Neutral color.

$ FileInput#neutralProperty in class FileInput

Neutral color.

Lookup::normalizeOptions() — Method in class Lookup

Normalize options into a standard format.

NavClass in namespace Beartropy\Ui\Components

Full-featured sidebar navigation with categories, nested children, permissions, and active state detection.

Nav::navId() — Method in class Nav

Generate a unique ID for a navigation item.

$ Radio#neutralProperty in class Radio

Neutral color.

Select::normalizeOptions() — Method in class Select

Normalize options into a standard array format.

$ Slider#nameProperty in class Slider

Unique name for event-based triggers (open/close/toggle-slider).

Table::normalizeData() — Method in class Table

Normalize dataset into a standard array format.

$ Tag#neutralProperty in class Tag

Neutral color.

Magic Attributes (Size)

$ TimePicker#nameProperty in class TimePicker

Input name.

$ Toggle#neutralProperty in class Toggle

Neutral color.

$ ComponentDocs#nameProperty in class ComponentDocs
$ ListComponents#nameProperty in class ListComponents
$ ProjectContext#nameProperty in class ProjectContext

O

$ Badge#outlineProperty in class Badge

Outline with border.

$ Badge#orangeProperty in class Badge

Orange color.

$ Checkbox#orangeProperty in class Checkbox

Orange color.

$ Fab#onlyMobileProperty in class Fab

When truthy, hides the FAB on md+ screens.

$ FileDropzone#orangeProperty in class FileDropzone

Orange color.

$ FileInput#orangeProperty in class FileInput

Orange color.

OptionClass in namespace Beartropy\Ui\Components

Option Component (data-only).

$ Radio#orangeProperty in class Radio

Orange color.

$ Select#optionsProperty in class Select
$ Select#optionLabelProperty in class Select

Field map for option label.

$ Select#optionValueProperty in class Select

Field map for option value.

$ Select#optionDescriptionProperty in class Select

Field map for option description.

$ Select#optionIconProperty in class Select

Field map for option icon.

$ Select#optionAvatarProperty in class Select

Field map for option avatar.

$ Tag#orangeProperty in class Tag

Orange color.

$ Toggle#orangeProperty in class Toggle

Orange color.

P

Beartropy::parseIcon() — Method in class Beartropy

Parse and render an icon relative to the UI context.

BeartropyUiServiceProvider::publishIndividualPresets() — Method in class BeartropyUiServiceProvider

Publish individual preset files.

AddPreset::prettyPrintPresetArray() — Method in class AddPreset

Pretty print for arrays like: [ 'default_color' => 'beartropy', 'colors' => [ 'beartropy' => [ ... ], ... ] ]

$ Badge#purpleProperty in class Badge

Purple color.

$ Badge#pinkProperty in class Badge

Pink color.

$ ChatInput#placeholderProperty in class ChatInput

Placeholder text.

$ Checkbox#primaryProperty in class Checkbox

Primary color.

$ Checkbox#purpleProperty in class Checkbox

Purple color.

$ Checkbox#pinkProperty in class Checkbox

Pink color.

$ Datetime#placeholderProperty in class Datetime

Placeholder text.

$ FileDropzone#placeholderProperty in class FileDropzone

Override empty-state text.

$ FileDropzone#previewProperty in class FileDropzone

Show image previews.

$ FileDropzone#primaryProperty in class FileDropzone

Primary color (alias for beartropy).

$ FileDropzone#purpleProperty in class FileDropzone

Purple color.

$ FileDropzone#pinkProperty in class FileDropzone

Pink color.

$ FileInput#primaryProperty in class FileInput

Primary color.

$ FileInput#purpleProperty in class FileInput

Purple color.

$ FileInput#pinkProperty in class FileInput

Pink color.

$ Radio#primaryProperty in class Radio

Primary color.

$ Radio#purpleProperty in class Radio

Purple color.

$ Radio#pinkProperty in class Radio

Pink color.

$ RadioGroup#primaryProperty in class RadioGroup

Primary color.

$ Select#placeholderProperty in class Select
$ Select#perPageProperty in class Select
$ Select#pendingSlotOptionsProperty in class Select
$ Table#perPageProperty in class Table
$ Table#paginatedProperty in class Table
$ Table#primaryProperty in class Table

Primary color.

$ Tag#primaryProperty in class Tag

Primary color.

$ Tag#purpleProperty in class Tag

Purple color.

$ Tag#pinkProperty in class Tag

Pink color.

$ TimePicker#placeholderProperty in class TimePicker

Placeholder text.

$ Toast#positionProperty in class Toast

Default toast position: top-right, top-left, bottom-right, bottom-left.

$ Toggle#primaryProperty in class Toggle

Primary color.

$ Toggle#purpleProperty in class Toggle

Purple color.

$ Toggle#pinkProperty in class Toggle

Pink color.

$ Tooltip#positionProperty in class Tooltip

Position relative to trigger: top, bottom, left, right (default right).

Beartropy::parseIcon() — Method in class Beartropy

Parse and render an icon.

ProjectContextClass in namespace Beartropy\Ui\Mcp\Tools
ProjectContext::packageVersion() — Method in class ProjectContext

R

BeartropyUiServiceProvider::registerBoostTools() — Method in class BeartropyUiServiceProvider

Register Beartropy MCP tools with Laravel Boost when available.

BeartropyUiServiceProvider::registerCustomComponents() — Method in class BeartropyUiServiceProvider

Register custom Blade components.

BeartropyUiServiceProvider::register() — Method in class BeartropyUiServiceProvider

Register the application services.

InstallSkills::resolvePackageSkills() — Method in class InstallSkills

Resolve skills for a single package root.

InstallSkills::removeForAgents() — Method in class InstallSkills

Remove skills for the given agents.

InstallSkills::removeForAgent() — Method in class InstallSkills

Remove skills for a single agent.

InstallSkills::removeModular() — Method in class InstallSkills

Remove modular skills (Claude Code).

InstallSkills::removeSingle() — Method in class InstallSkills

Remove single-file skills (Codex, Copilot).

InstallSkills::removeMultiFile() — Method in class InstallSkills

Remove multi-file skills (Cursor, Windsurf).

Alert::render() — Method in class Alert

Get the view / contents that represent the component.

Avatar::render() — Method in class Avatar
$ Badge#redProperty in class Badge

Red color.

$ Badge#roseProperty in class Badge

Rose color.

Badge::render() — Method in class Badge
ButtonBase::render() — Method in class ButtonBase
CheckboxBase::render() — Method in class CheckboxBase
DropdownBase::render() — Method in class DropdownBase
FileBase::render() — Method in class FileBase
InputBase::render() — Method in class InputBase
InputTriggerBase::render() — Method in class InputTriggerBase
RangeBaseClass in namespace Beartropy\Ui\Components\Base

Base class for Range input logic.

RangeBase::render() — Method in class RangeBase
SelectBase::render() — Method in class SelectBase
Button::render() — Method in class Button

Get the view / contents that represent the component.

$ ButtonIcon#roundedProperty in class ButtonIcon

Rounded class (default 'full').

ButtonIcon::render() — Method in class ButtonIcon

Get the view / contents that represent the component.

Card::render() — Method in class Card
$ ChatInput#readonlyProperty in class ChatInput

Readonly state.

$ ChatInput#requiredProperty in class ChatInput

Required state.

ChatInput::render() — Method in class ChatInput

Get the view / contents that represent the component.

$ Checkbox#redProperty in class Checkbox

Red color.

$ Checkbox#roseProperty in class Checkbox

Rose color.

Checkbox::render() — Method in class Checkbox
CommandPalette::render() — Method in class CommandPalette

Get the view / contents that represent the component.

CommandPalette::resolveItems() — Method in class CommandPalette

Resolve items from array or JSON file.

CommandPalette::readJsonFromStorage() — Method in class CommandPalette

Read JSON file from storage.

$ Datetime#readonlyProperty in class Datetime

Readonly state.

$ Datetime#rangeProperty in class Datetime

Enable range mode.

Datetime::render() — Method in class Datetime

Get the view / contents that represent the component.

DebugBreakpoints::render() — Method in class DebugBreakpoints

Get the view / contents that represent the component.

Dialog::render() — Method in class Dialog

Get the view / contents that represent the component.

Dropdown::render() — Method in class Dropdown

Get the view / contents that represent the component.

$ Fab#rightProperty in class Fab

CSS right offset (default: '1rem').

Fab::render() — Method in class Fab

Get the view / contents that represent the component.

$ FileDropzone#redProperty in class FileDropzone

Red color.

$ FileDropzone#roseProperty in class FileDropzone

Rose color.

FileDropzone::render() — Method in class FileDropzone

Get the view / contents that represent the component.

$ FileInput#redProperty in class FileInput

Red color.

$ FileInput#roseProperty in class FileInput

Rose color.

FileInput::render() — Method in class FileInput
Icon::render() — Method in class Icon
Input::render() — Method in class Input
Lookup::render() — Method in class Lookup

Get the view that represents the component.

Menu::renderIcon() — Method in class Menu

Render an icon name to HTML using the shared Icon component.

Menu::render() — Method in class Menu
Modal::render() — Method in class Modal
$ Nav#rememberCollapseProperty in class Nav
$ Nav#rememberCollapseKeyProperty in class Nav
Nav::resolveItems() — Method in class Nav

Resolve the navigation items source.

Nav::renderIcon() — Method in class Nav

Render an icon for a navigation item.

Nav::render() — Method in class Nav

Get the view / contents that represent the component.

Option::render() — Method in class Option

Render nothing — this is a data-only component.

RadioClass in namespace Beartropy\Ui\Components

Radio component.

$ Radio#redProperty in class Radio

Red color.

$ Radio#roseProperty in class Radio

Rose color.

Radio::render() — Method in class Radio
RadioGroupClass in namespace Beartropy\Ui\Components

RadioGroup component.

$ RadioGroup#redProperty in class RadioGroup

Red color.

RadioGroup::render() — Method in class RadioGroup
$ Select#remoteProperty in class Select
$ Select#remoteUrlProperty in class Select
Select::renderIcon() — Method in class Select

Pre-render an icon string into HTML.

Select::render() — Method in class Select

Get the view / contents that represent the component.

$ Skeleton#roundedProperty in class Skeleton

Border radius preset (none, sm, md, lg, xl, full).

$ Skeleton#rowsProperty in class Skeleton

Number of rows (table shape).

Skeleton::render() — Method in class Skeleton

Get the view / contents that represent the component.

Slider::render() — Method in class Slider

Get the view / contents that represent the component.

FieldHelp::render() — Method in class FieldHelp

Get the view / contents that represent the component.

Table::render() — Method in class Table
$ Tag#redProperty in class Tag

Red color.

$ Tag#roseProperty in class Tag

Rose color.

Tag::render() — Method in class Tag
Textarea::render() — Method in class Textarea

Get the view / contents that represent the component.

ThemeHead::render() — Method in class ThemeHead
$ TimePicker#readonlyProperty in class TimePicker

Readonly state.

TimePicker::render() — Method in class TimePicker

Get the view / contents that represent the component.

Toast::render() — Method in class Toast
$ Toggle#redProperty in class Toggle

Red color.

$ Toggle#roseProperty in class Toggle

Rose color.

Toggle::render() — Method in class Toggle
ToggleTheme::render() — Method in class ToggleTheme

Get the view / contents that represent the component.

Tooltip::render() — Method in class Tooltip

Get the view / contents that represent the component.

BeartropyAssets::render() — Method in class BeartropyAssets

Render the HTML tags for CSS and JS assets.

HasPresets::resolveSize() — Method in class HasPresets
HasPresets::resolveVariant() — Method in class HasPresets
HasPresets::resolveColor() — Method in class HasPresets
HasPresets::resolveFill() — Method in class HasPresets

S

$ AddPreset#signatureProperty in class AddPreset

The name and signature of the console command.

$ InstallSkills#signatureProperty in class InstallSkills
InstallSkills::stripFrontmatter() — Method in class InstallSkills

Strip YAML frontmatter from content.

$ Avatar#srcProperty in class Avatar

Image source URL.

$ Avatar#sizeProperty in class Avatar

Size preset (e.g. 'sm', 'md').

$ Badge#smProperty in class Badge

Small (default via config).

$ Badge#solidProperty in class Badge

Solid background (default).

$ Badge#softProperty in class Badge

Soft/muted background.

$ Badge#skyProperty in class Badge

Sky color.

SelectBaseClass in namespace Beartropy\Ui\Components\Base

Base class for native Select logic.

$ BeartropyComponent#sizeProperty in class BeartropyComponent

Component size (md, lg, etc.) used for preset resolution.

$ ButtonIcon#sizeProperty in class ButtonIcon

Button size.

$ ButtonIcon#spinnerProperty in class ButtonIcon

Show spinner on loading.

$ ChatInput#stackedProperty in class ChatInput

Stacked layout.

$ ChatInput#submitOnEnterProperty in class ChatInput

Submit form on Enter key.

$ Checkbox#smProperty in class Checkbox

Small size.

$ Checkbox#skyProperty in class Checkbox

Sky color.

$ Checkbox#slateProperty in class Checkbox

Slate color.

$ Checkbox#stoneProperty in class Checkbox

Stone color.

$ CommandPalette#sourceProperty in class CommandPalette

Legacy source path (unused).

$ CommandPalette#srcProperty in class CommandPalette

JSON source path in storage/app.

CommandPalette::stripPermissions() — Method in class CommandPalette

Remove 'permission' key before sending to client.

$ Datetime#showTimeProperty in class Datetime

Enable time picker.

$ Fab#sizeProperty in class Fab

Size preset name.

$ FileDropzone#skyProperty in class FileDropzone

Sky color.

$ FileDropzone#slateProperty in class FileDropzone

Slate color.

$ FileDropzone#stoneProperty in class FileDropzone

Stone color.

$ FileInput#smProperty in class FileInput

Small size.

$ FileInput#skyProperty in class FileInput

Sky color.

$ FileInput#slateProperty in class FileInput

Slate color.

$ FileInput#stoneProperty in class FileInput

Stone color.

$ Icon#smProperty in class Icon
Small.
$ Modal#styledProperty in class Modal

Enables styled mode with padded wrapper, title border, footer border (default: false).

$ Modal#showCloseButtonProperty in class Modal

Whether to show the X close button (default: true).

$ Nav#sidebarBindProperty in class Nav

Alpine variable name for sidebar collapse binding.

$ Nav#singleOpenExpandedProperty in class Nav
$ Radio#smProperty in class Radio

Small size.

$ Radio#skyProperty in class Radio

Sky color.

$ Radio#slateProperty in class Radio

Slate color.

$ Radio#stoneProperty in class Radio

Stone color.

SelectClass in namespace Beartropy\Ui\Components

Select Component.

$ Select#selectedProperty in class Select
$ Select#searchableProperty in class Select
$ Select#sizeProperty in class Select
$ Select#spinnerProperty in class Select
SkeletonClass in namespace Beartropy\Ui\Components

Skeleton component.

$ Skeleton#shapeProperty in class Skeleton

Shape type (card, rectangle, image, table, none).

SliderClass in namespace Beartropy\Ui\Components

Slider (slide-over panel) component.

$ Slider#showProperty in class Slider

Initial visibility (usually controlled via wire:model).

$ Slider#sideProperty in class Slider

Side to slide from: 'left' or 'right'.

$ Slider#staticProperty in class Slider

When true, backdrop click does not close the slider.

$ Table#sortableProperty in class Table
$ Table#searchableProperty in class Table
$ Table#stripedProperty in class Table
$ Table#secondaryProperty in class Table

Secondary color.

$ Table#successProperty in class Table

Success color.

$ Tag#skyProperty in class Tag

Sky color.

$ Tag#slateProperty in class Tag

Slate color.

$ Tag#stoneProperty in class Tag

Stone color.

$ Tag#smProperty in class Tag
Small.
$ TimePicker#secondsProperty in class TimePicker

Show seconds column.

$ Toggle#smProperty in class Toggle

Small size.

$ Toggle#skyProperty in class Toggle

Sky color.

$ Toggle#slateProperty in class Toggle

Slate color.

$ Toggle#stoneProperty in class Toggle

Stone color.

$ ToggleTheme#sizeProperty in class ToggleTheme

Size preset (xs, sm, md, lg, xl, 2xl).

ComponentDocs::schema() — Method in class ComponentDocs
ListComponents::schema() — Method in class ListComponents
ProjectContext::schema() — Method in class ProjectContext
HasDialogs::success() — Method in class HasDialogs

Show a success dialog.

HasPresets::syncInstanceProps() — Method in class HasPresets
HasToasts::success() — Method in class HasToasts
HasToasts::send() — Method in class HasToasts

T

$ Badge#tintProperty in class Badge

Tinted translucent background.

$ Badge#tealProperty in class Badge

Teal color.

$ Checkbox#tealProperty in class Checkbox

Teal color.

$ FileDropzone#tealProperty in class FileDropzone

Teal color.

$ FileInput#tealProperty in class FileInput

Teal color.

$ Modal#teleportProperty in class Modal

Teleports modal to target element (default: true).

$ Modal#teleportTargetProperty in class Modal

Teleport target selector (default: body).

$ Radio#tealProperty in class Radio

Teal color.

$ Skeleton#tagProperty in class Skeleton

HTML tag to use.

$ Slider#titleProperty in class Slider

Panel header title text.

TableClass in namespace Beartropy\Ui\Components

Table Component.

TagClass in namespace Beartropy\Ui\Components

Tag component.

$ Tag#tealProperty in class Tag

Teal color.

TextareaClass in namespace Beartropy\Ui\Components

Textarea Component.

ThemeHeadClass in namespace Beartropy\Ui\Components

ThemeHead component.

TimePickerClass in namespace Beartropy\Ui\Components

TimePicker component.

ToastClass in namespace Beartropy\Ui\Components

Toast notification container component.

ToggleClass in namespace Beartropy\Ui\Components

Toggle Component.

$ Toggle#tealProperty in class Toggle

Teal color.

ToggleThemeClass in namespace Beartropy\Ui\Components

ToggleTheme component.

TooltipClass in namespace Beartropy\Ui\Components

Tooltip component.

HasToasts::toast() — Method in class HasToasts

Get the toast proxy instance.

U

$ Select#userSearchableProperty in class Select
$ Select#userClearableProperty in class Select

V

$ Badge#violetProperty in class Badge

Violet color.

$ Checkbox#violetProperty in class Checkbox

Violet color.

$ Datetime#valueProperty in class Datetime

Initial value.

$ FileDropzone#violetProperty in class FileDropzone

Violet color.

$ FileInput#violetProperty in class FileInput

Violet color.

$ Radio#violetProperty in class Radio

Violet color.

$ Tag#violetProperty in class Tag

Violet color.

$ TimePicker#valueProperty in class TimePicker

Initial value (HH:mm or HH:mm:ss).

$ Toggle#violetProperty in class Toggle

Violet color.

W

$ Nav#withnavigateProperty in class Nav

Whether to add wire:navigate to links.

$ Table#warningProperty in class Table

Warning color.

HasDialogs::warning() — Method in class HasDialogs

Show a warning dialog.

HasToasts::warning() — Method in class HasToasts

X

$ Badge#xsProperty in class Badge

Extra Small.

$ Badge#xlProperty in class Badge

Extra Large.

Magic Attributes (Variant)

$ Checkbox#xsProperty in class Checkbox

Extra Small size.

$ Checkbox#xlProperty in class Checkbox

Extra Large size.

$ FileInput#xsProperty in class FileInput

Extra Small size.

$ FileInput#xlProperty in class FileInput

Extra Large size.

$ Icon#xsProperty in class Icon

Extra Small.

$ Icon#xlProperty in class Icon

Extra Large.

$ Radio#xsProperty in class Radio

Extra Small size.

$ Radio#xlProperty in class Radio

Extra Large size.

$ Tag#xsProperty in class Tag

Extra Small.

$ Tag#xlProperty in class Tag

Extra Large.

$ Toggle#xsProperty in class Toggle

Extra Small size.

$ Toggle#xlProperty in class Toggle

Extra Large size.

Y

$ Badge#yellowProperty in class Badge

Yellow color.

$ Checkbox#yellowProperty in class Checkbox

Yellow color.

$ FileDropzone#yellowProperty in class FileDropzone

Yellow color.

$ FileInput#yellowProperty in class FileInput

Yellow color.

$ Radio#yellowProperty in class Radio

Yellow color.

$ Tag#yellowProperty in class Tag

Yellow color.

$ Toggle#yellowProperty in class Toggle

Yellow color.

Z

$ Checkbox#zincProperty in class Checkbox

Zinc color.

$ Fab#zIndexProperty in class Fab

CSS z-index value (default: 50).

$ FileDropzone#zincProperty in class FileDropzone

Zinc color.

$ FileInput#zincProperty in class FileInput

Zinc color.

$ Modal#zIndexProperty in class Modal

Tailwind z-index number (default: 30).

$ Radio#zincProperty in class Radio

Zinc color.

$ Tag#zincProperty in class Tag

Zinc color.

$ Toggle#zincProperty in class Toggle

Zinc color.

AssetController::ziggy() — Method in class AssetController

Serve the Ziggy route list as a JavaScript file.

_

Alert::__construct() — Method in class Alert

Create a new Alert component instance.

Avatar::__construct() — Method in class Avatar

Create a new Avatar component instance.

Badge::__construct() — Method in class Badge
ButtonBase::__construct() — Method in class ButtonBase
CheckboxBase::__construct() — Method in class CheckboxBase
DropdownBase::__construct() — Method in class DropdownBase
InputBase::__construct() — Method in class InputBase
InputTriggerBase::__construct() — Method in class InputTriggerBase
Button::__construct() — Method in class Button

Create a new Button component instance.

ButtonIcon::__construct() — Method in class ButtonIcon

Create a new ButtonIcon component instance.

Card::__construct() — Method in class Card

Create a new Card component instance.

ChatInput::__construct() — Method in class ChatInput

Create a new ChatInput component instance.

Checkbox::__construct() — Method in class Checkbox
CommandPalette::__construct() — Method in class CommandPalette

Create a new CommandPalette component instance.

Datetime::__construct() — Method in class Datetime

Create a new Datetime component instance.

DebugBreakpoints::__construct() — Method in class DebugBreakpoints

Create a new DebugBreakpoints component instance.

Dialog::__construct() — Method in class Dialog
Dropdown::__construct() — Method in class Dropdown
Fab::__construct() — Method in class Fab

Create a new Fab component instance.

FileDropzone::__construct() — Method in class FileDropzone

Create a new FileDropzone component instance.

FileInput::__construct() — Method in class FileInput
Icon::__construct() — Method in class Icon
Input::__construct() — Method in class Input

Create a new Input component instance.

Lookup::__construct() — Method in class Lookup

Create a new Lookup component instance.

Menu::__construct() — Method in class Menu
Modal::__construct() — Method in class Modal

Create a new Modal component instance.

Nav::__construct() — Method in class Nav

Create a new Nav component instance.

Option::__construct() — Method in class Option
Radio::__construct() — Method in class Radio
RadioGroup::__construct() — Method in class RadioGroup
Select::__construct() — Method in class Select

Create a new Select component instance.

Skeleton::__construct() — Method in class Skeleton

Create a new Skeleton component instance.

Slider::__construct() — Method in class Slider

Create a new Slider component instance.

FieldHelp::__construct() — Method in class FieldHelp

Create a new FieldHelp component instance.

Table::__construct() — Method in class Table

Create a new Table component instance.

Tag::__construct() — Method in class Tag

Create a new Tag component instance.

Textarea::__construct() — Method in class Textarea

Create a new Textarea component instance.

TimePicker::__construct() — Method in class TimePicker

Create a new TimePicker component instance.

Toast::__construct() — Method in class Toast

Create a new Toast component instance.

Toggle::__construct() — Method in class Toggle
ToggleTheme::__construct() — Method in class ToggleTheme

Create a new ToggleTheme component instance.

Tooltip::__construct() — Method in class Tooltip

Create a new Tooltip component instance.

$ HasToasts#_beartropy_toast_proxyProperty in class HasToasts
HasToasts::__construct() — Method in class HasToasts