Crate freya_components
source ·Expand description
Freya Components
A collection of basic components to be used in Freya.
Structs
- AccordionBodycomponent properties.
- Accordioncomponent properties.
- AccordionSummarycomponent properties.
- Bodycomponent properties.
- Buttoncomponent properties.
- Canvascomponent properties.
- CursorAreacomponent properties.
- DragProvidercomponent properties.
- DragZonecomponent properties.
- DropZonecomponent properties.
- DropdownItemcomponent properties.
- Dropdowncomponent properties.
- GestureAreacomponent properties.
- Data line for theGraphcomponent.
- Graphcomponent properties.
- Inputcomponent properties.
- Properties for theLinkcomponent.
- Loadercomponent properties.
- NetworkImagecomponent properties.
- Properties for thePopupBackgroundcomponent.
- Properties for thePopupContentcomponent.
- Properties for thePopupcomponent.
- Properties for thePopupTitlecomponent.
- ProgressBarcomponent properties.
- ScrollViewcomponent properties.
- Properties for theSidebarItemcomponent.
- Properties for theSidebarcomponent.
- Slidercomponent properties.
- Switchcomponent properties.
- TableBodycomponent properties.
- TableCellcomponent properties.
- TableHeadcomponent properties.
- Tablecomponent properties.
- TableRowcomponent properties.
- ThemeProvidercomponent properties.
- Tooltipcomponent properties.
- VirtualScrollViewcomponent properties.
Enums
- Indicates the current status of the accordion.
- Identifies the current status of the Button.
- Describes the appearance of the (usually mouse) cursor icon.
- Current status of the DropdownItem.
- Current status of the Dropdown.
- Gesture emitted by theGestureAreacomponent.
- Image status.
- Enum to declare isInputhidden.
- Indicates the current status of the Input.
- Describes the current status of the Slider.
- Describes the current status of the Switch.
Functions
- Accordioncomponent.
- AccordionBodycomponent.
- AccordionSummarycomponent.
- Bodycomponent.
- Buttoncomponent.
- Draw anything inside of this canvas.
- CursorAreacomponent.
- Make the inner children draggable to otherDropZone.
- Elements fromDragZones can be dropped here.
- Dropdowncomponent.
- DropdownItemcomponent.
- GestureAreacomponent.
- Graph component.
- Inputcomponent.
- Loadercomponent.
- NetworkImagecomponent.
- Popupcomponent.
- ProgressBarcomponent.
- ScrollViewcomponent.
- Props
- Props
- ControlledSlidercomponent.
- ControlledSwitchcomponent.
- Tablecomponent.
- TableBodycomponent.
- TableCellcomponent.
- TableHeadcomponent.
- TableRowcomponent.
- Provides aThemefor all its children.
- Tooltipcomponent
- VirtualScrollViewcomponent.