Skip to content

[Feature]: InlineDrawer should be able to be rendered as an 'aside' element #30738

@ashwinGokhale

Description

@ashwinGokhale

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions