WelcomeFullName
How to use
import React from 'react';
import {WelcomeFullName} from '@gyri/native-ui-components';
const MyComponent = ({variant,className}) => (
<WelcomeFullName variant={variant} className={className}/>
);
export default MyComponent;
Props
| # | Name | Data type | Default value | Values | Description |
|---|---|---|---|---|---|
| 1 | className | string | '' | It defined external CSS stylesheet. | |
| 2 | variant | string | 'titleMedium' | Variant defines appropriate text styles. | |
| 3 | fullName | string | '' | It allow to display full name |