Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce PageLayout to expose blazor breadcrumb items & action-toolbar items #11509

Merged
merged 5 commits into from
Jan 31, 2022

Conversation

enisn
Copy link
Member

@enisn enisn commented Jan 31, 2022

Closes #11508

  • Rendering Title, BreadCrumbItems, and ToolbarItems is configurable now.
  • Title, BreadCrumbItems, and ToolbarItems are exposed with PageLayout object.

So, third party themes can disable rendering in PageHeader component, and implement itself.

@enisn enisn added this to the 5.2-preview milestone Jan 31, 2022
@enisn enisn requested a review from hikalkan January 31, 2022 08:31
@enisn enisn self-assigned this Jan 31, 2022
@hikalkan hikalkan merged commit 6b06c58 into dev Jan 31, 2022
@hikalkan hikalkan deleted the enisn/blazor-page-header branch January 31, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose blazor breadcrumbs for rendering by themes
2 participants