shoreline / Modules
shoreline
Table of contents
Interfaces
- AccessibleIconProps
- AlertProps
- BleedProps
- ButtonProps
- CheckboxFieldProps
- CheckboxGroupProps
- CheckboxProps
- ClickableBubbleProps
- ClickableProps
- ComboboxItemProps
- ComboboxListProps
- ComboboxPopoverProps
- ComboboxProps
- ComposableProps
- ComposeProps
- ContainerProps
- ContentProps
- FieldLabelProps
- FieldMessageProps
- FieldProps
- FilterPopoverProps
- FilterProps
- FilterProviderProps
- GridCellShorthandProps
- GridShorthandProps
- IconButtonProps
- LinkBoxProps
- LinkProps
- LocaleProviderProps
- MenuItemProps
- MenuProps
- ModalProps
- PaginationProps
- PopoverDismissProps
- PopoverProps
- PopoverTriggerProps
- RadioGroupProps
- RadioGroupState
- RadioProps
- ScrollAreaProps
- SearchProps
- SelectFieldProps
- SelectListProps
- SelectOptionCheckProps
- SelectOptionProps
- SelectPopoverProps
- SelectProps
- SimpleTableProps
- SkeletonProps
- SpinnerProps
- StackProps
- TabListProps
- TabPanelProps
- TabProps
- TabProviderProps
- TableBodyProps
- TableCellProps
- TableHeaderCellProps
- TableHeaderProps
- TableProps
- TableRowProps
- TagProps
- TextInputProps
- TextareaProps
- TooltipAnchorProps
- TooltipArrowProps
- TooltipPopoverProps
- TooltipProps
- TooltipProviderProps
- VisuallyHiddenProps
Type Aliases
- ActionProps
- CenterProps
- FilterApplyProps
- FilterClearProps
- FilterListProps
- FilterOptionProps
- FilterTriggerProps
- FilterValueProps
- FlexProps
- GridCellProps
- GridProps
- MenuSeparatorProps
- ModalHeaderProps
- TextProps
Variables
Functions
- AccessibleIcon
- Action
- Alert
- Bleed
- Button
- Center
- Checkbox
- CheckboxField
- CheckboxGroup
- Clickable
- ClickableBubble
- Combobox
- ComboboxItem
- ComboboxList
- ComboboxPopover
- ComboboxProvider
- Composable
- Compose
- Container
- Content
- Field
- FieldLabel
- FieldMessage
- Filter
- FilterApply
- FilterClear
- FilterList
- FilterOption
- FilterPopover
- FilterProvider
- FilterTrigger
- FilterValue
- Flex
- Grid
- GridCell
- IconButton
- Link
- LinkBox
- LocaleProvider
- Menu
- MenuItem
- MenuProvider
- MenuSeparator
- MenuTrigger
- Modal
- ModalHeader
- Pagination
- Popover
- PopoverDismiss
- PopoverProvider
- PopoverTrigger
- Radio
- RadioGroup
- ScrollArea
- Search
- Select
- SelectField
- SelectList
- SelectOption
- SelectOptionCheck
- SelectPopover
- SelectProvider
- SimpleTable
- Skeleton
- Spinner
- Stack
- Tab
- TabList
- TabPanel
- TabProvider
- Table
- TableBody
- TableCell
- TableHeader
- TableHeaderCell
- TableRow
- Tag
- Text
- TextInput
- Textarea
- Tooltip
- TooltipAnchor
- TooltipArrow
- TooltipPopover
- TooltipProvider
- VisuallyHidden
- createMessageHook
- get
- getExpandedColumn
- getSelectionColum
- isComposable
- useFilterContext
- useLocale
- usePopoverContext
- usePopoverStore
- useRadioState
- useSelectContext
- useSelectStore
Type Aliases
ActionProps
Ƭ ActionProps: Omit
<ButtonProps
, "variant"
> & { iconOnly?
: boolean
; label?
: ReactNode
; vertical?
: boolean
}
Defined in
packages/components/src/action/action.tsx:34 (opens in a new tab)