-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Fluent UI react-northstar (v0)Work related to Fluent UI V0Work related to Fluent UI V0Type: Question ❔
Description
Environment Information
- Package version(s): Library: Fluent-ui-react
- Browser and OS versions: latest
Please provide a reproduction of the bug in a codepen:
I want to use modularized fluent-ui
import { Box, Provider, themes } from '@fluentui/react'
I only need Box Component, but there are many other components In theme Object
like AvatarStyles、DialogStyles tec
Actual behavior:
in fluent-ui source code
export const themes = { fontAwesome, teams, teamsDark, teamsHighContrast };
Expected behavior:
what can I do if I only need teams themes?
what can I do if I only need some Components?
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No)
Requested priority: High
Products/sites affected: Consumers should not be penalized for code they don't use (through bundle size, perf, etc).
Metadata
Metadata
Assignees
Labels
Fluent UI react-northstar (v0)Work related to Fluent UI V0Work related to Fluent UI V0Type: Question ❔