ποΈ Breadcrumbs
List of links to allow users to navigate the page tree.
ποΈ Button
Component for every call-to-action.
ποΈ Buttons
Set automated and responsive spacing and wrapping behaviour for a list of Button components.
ποΈ CardActions
Container for the card buttons. If there is one direct child, it will always be on the right side of the card. If there is two direct children, they will be placed on the left and right side.
ποΈ CardContent
Repeatable element to add the card main content.
ποΈ CardHeader
Contains the card title. You can add an optional label or subtitle. The font sizes are automatically set by the Card size prop.
ποΈ CardMedia
Container for an image illustrating the card, for example on a list of blog posts.
ποΈ Card
Wrapper for all card elements, one of the most common component in a UI.
ποΈ Checkbox
Single checkbox component.
ποΈ Checkboxes
Allow users to select multiple options from a list. This component uses the base structure of the Input component.
ποΈ Divider
Line to separate content.
ποΈ InputLabel
The content of a table component.
ποΈ Input
Allow users to enter text that will fit on a single line. This is the most basic form field.
ποΈ Link
Reference to a resource, either external (a link to a different website) or internal (a link to another page or document).
ποΈ ListItem
Child of the List component.
ποΈ List
Collection of related items.
ποΈ NavBar
The header of the website, which includes the logo and navigation items.
ποΈ NavItem
A single nav item, which can also include a dropdown list of NavItem.
ποΈ Nav
Wrapper for a group of navigation items.
ποΈ Radio buttons
Allow users to select one option from a list. This component uses the base structure of the Input component.
ποΈ Radio
Single radio button component.
ποΈ SectionContent
Child of the Section component to display content. You can have multiple SectionContent per Section.
ποΈ SectionHeader
Child of the Section component. Each Section should have one SectionHeader component.
ποΈ Section
Defines a section on a page. A section will always have one SectionHeader and at least one SectionContent child component.
ποΈ Select
Allow users to select an option from a long list. This component uses the base structure of the Input component.
ποΈ Status
Indicate the status of an object.
ποΈ Switch
Allow user to toggle between two states.
ποΈ Tab
Single tab item.
ποΈ TableBody
The content of a table component.
ποΈ TableCell
A single cell containing data in a table.
ποΈ TableFooter
Pagination and filter component for a table.
ποΈ TableHead
The header of a table with the column names.
ποΈ TableRow
A row in a table.
ποΈ Table
Display data in ordered rows and columns.
ποΈ TabsControls
Container for the list of tab elements.
ποΈ TabsPanel
Individual block of content displayed or hidden by navigating between tab items.
ποΈ Tabs
Allow users to navigate between related blocks of content, showing one section at a time.
ποΈ Tag
Small label representing data like a status or a property.
ποΈ Textarea
Allow users to enter text on multiple lines. This component uses the base structure of the Input component.