JSPM

@fluentui/react-persona

9.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 230627
  • Score
    100M100P100Q179090F
  • License MIT

React components for building web experiences

Package Exports

  • @fluentui/react-persona
  • @fluentui/react-persona/lib-commonjs/index.js
  • @fluentui/react-persona/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fluentui/react-persona) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@fluentui/react-persona

React Persona components for Fluent UI React

STATUS: WIP 🚧

These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.

Usage

To import Persona:

import { Persona } from '@fluentui/react-persona';

Once the Persona component graduates to a production release, the component will be available at:

import { Persona } from '@fluentui/react-components';

Examples

const PersonaExample = () => {
  return <Persona name="Kevin Sturgis" secondaryText="Software Engineer" />;
};