Crate freya_components
source ·Expand description
Freya Components
A collection of basic components to be used in Freya.
Structs
AccordionBody
component properties.Accordion
component properties.AccordionSummary
component properties.Body
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.GestureArea
component properties.- Data line for the
Graph
component. Graph
component properties.Input
component properties.- Properties for the
Link
component. Loader
component properties.NetworkImage
component properties.- Properties for the
PopupBackground
component. - Properties for the
PopupContent
component. - Properties for the
Popup
component. - Properties for the
PopupTitle
component. ProgressBar
component properties.ScrollView
component properties.- Properties for the
SidebarItem
component. - Properties for the
Sidebar
component. 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
- 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 the
GestureArea
component. - Image status.
- Enum to declare is
Input
hidden. - Indicates the current status of the Input.
- Describes the current status of the Slider.
- Describes the current status of the Switch.
Functions
Accordion
component.AccordionBody
component.AccordionSummary
component.Body
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.GestureArea
component.- Graph component.
Input
component.Loader
component.NetworkImage
component.Popup
component.ProgressBar
component.ScrollView
component.- Props
- Props
- Controlled
Slider
component. - Controlled
Switch
component. Table
component.TableBody
component.TableCell
component.TableHead
component.TableRow
component.- Provides a
Theme
for all its children. Tooltip
componentVirtualScrollView
component.