Usage
Custom Description
Use the DescriptionContent parameter to provide custom content for the user description.
            When both 
Description and DescriptionContent are provided, DescriptionContent takes precedence.
        Custom styles
This component supports named slots, which allow custom styles to be applied to specific parts of the component:
- Base: The base slot of the user, it is the main container.
 - Wrapper: The name and description wrapper.
 - Name: The name of the user.
 - Description: The description of the user.
 
You can customize the component(s) by passing any Tailwind CSS classes to the following component parameters:
User
Class: The basic CSS class name styles the wrapper of the user contents.Classes: The CSS class names for the user slots style the entire user at once.
API
See the API references below for a complete guide to all the parameters available for the components mentioned here.