🛠️ VitNode is still in development! You can try it out, but it is not recommended to use it now in production.
🖌️ Themes
Components
Group
Format Name

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

NameTypeDefaultDescription
group (Required){name: TextLanguage[];}The group object to display.