20 lines
339 B
Markdown
20 lines
339 B
Markdown
# @fluentui/react-persona
|
|
|
|
**React Persona components for [Fluent UI React](https://react.fluentui.dev/)**
|
|
|
|
## Usage
|
|
|
|
To import Persona:
|
|
|
|
```js
|
|
import { Persona } from '@fluentui/react-components';
|
|
```
|
|
|
|
### Examples
|
|
|
|
```jsx
|
|
const PersonaExample = () => {
|
|
return <Persona name="Kevin Sturgis" secondaryText="Software Engineer" />;
|
|
};
|
|
```
|