C# (CSharp) Append.Blazor.Fast.Components Namespace

Classes

Name Description
Badge The Badge component is used to highlight an item and attract attention or flag status, such as “New”, “Sale”, or other short phrases or a number to represent unread messages, updates available, etc..
Button The Button component represent an control that should invoke an action or perform a navigation.
Flipper The Flipper component is most often used to page through blocks of content or collections of ui elements.
Progress Progress components are used to indicate the length of time a process will take. This may either be as a determinate state in which the progress is a percentage of the total time needed to complete the task or as an indeterminate state where the wait time is unspecified. For Progress components which have a linear visual appearance, use Progress. For progress implementations which are circular, use ProgressRing.
Skeleton A Skeleton is used as a visual placeholder for an element while it is in a loading state and usually presents itself as a simplified wireframe-like version of the UI it is representing.
Tooltip The Tooltip component is used provide extra information about another element when it is hovered.
TreeItem Used in the Treeview to represent an item.