.. | ||
dist | ||
lib | ||
lib-commonjs | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md |
@fluentui/react-persona
React Persona components for Fluent UI React
Usage
To import Persona:
import { Persona } from '@fluentui/react-components';
Examples
const PersonaExample = () => {
return <Persona name="Kevin Sturgis" secondaryText="Software Engineer" />;
};