Pill
rxe.mantine.pill
is a wrapping of the mantine component Pill. It is a simple component that can be used to display a small piece of information, such as a tag or a label. It can be used in various contexts, such as in a list of tags or labels, or as a standalone component.
Pill Group
rxe.mantine.pill.group
allows grouping multiple rxe.mantine.pill
components together, with a predefined layout.
PillsInput
rxe.mantine.pills_input
is a wrapping of the mantine component PillsInput. It is an utility component that can be used to display a list of tags or labels. It can be used in various contexts, such as in a form or as a standalone component.
By itself it does not include any logic, it only renders given children.
For a fully functional out-of-the-box component, consider using rxe.mantine.tags_input
instead.