-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Labels
Component: DrawerThe Fluent v9 Drawer componentThe Fluent v9 Drawer componentFluent UI react-components (v9)Type: Feature
Description
Library
React Components / v9 (@fluentui/react-components)
Describe the feature that you would like added
InlineDrawer slot should support 'aside' as an alternative.
Have you discussed this feature with our team
No response
Additional context
We are creating a copilot experience in our product and when rendering content, we put our content in a <main> tag and want to render the copilot drawer in an <aside> next to the <main> content like:
<div id="root">
<main>
<AppContent>main content...</AppContent>
</main>
<aside> <!-- This is an <InlineDrawer> component -->
<Copilot />
</aside>
</div>Validations
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Priority
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: DrawerThe Fluent v9 Drawer componentThe Fluent v9 Drawer componentFluent UI react-components (v9)Type: Feature