Module freya::components
source · Expand description
Collection of basic components.
Structs
AccordionBody
component properties.Accordion
component properties.AccordionSummary
component properties.Button
component properties.Canvas
component properties.CursorArea
component properties.DragProvider
component properties.DragZone
component properties.DropZone
component properties.DropdownItem
component properties.Dropdown
component properties.ExternalLink
component properties.GestureArea
component properties.- Data line for the
Graph
component. Graph
component properties.Input
component properties.Loader
component properties. Currently empty.NetworkImage
component properties.ProgressBar
component properties.ScrollView
component properties.Slider
component properties.Switch
component properties.TableBody
component properties.TableCell
component properties.TableHead
component properties.Table
component properties.TableRow
component properties.ThemeProvider
component properties.Tooltip
component properties.VirtualScrollView
component properties.
Enums
- Identifies the current status of the Button.
- Current status of the DropdownItem.
- Current status of the Dropdown.
- Gesture emitted by the
GestureArea
component. - Image status.
- Enum to declare is
Input
hidden.
Functions
Accordion
component.AccordionBody
component.AccordionSummary
component.Button
component.- Draw anything inside of this canvas.
CursorArea
component.- Make the inner children draggable to other
DropZone
. - Elements from
DragZone
s can be dropped here. Dropdown
component.DropdownItem
component.Link
for external locations, e.g websites.GestureArea
component.- Graph component.
Input
component.Loader
component.NetworkImage
component.ProgressBar
component.ScrollView
component.- Controlled
Slider
component. - Controlled
Switch
component. - Provides a
Theme
for all its children. Tooltip
componentVirtualScrollView
component.