Group Format
Allows you to display single name group with formatted text.
Example
import { GroupFormat } from "@/components/groups/group-format";
return <GroupFormat group={user.group} />;
Props
Name | Type | Default | Description |
---|---|---|---|
group (Required) | {name: TextLanguage[];} | The group object to display. |