-
Notifications
You must be signed in to change notification settings - Fork 106
feat(core/content-header): implement changes on content header #1998
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
base: main
Are you sure you want to change the base?
feat(core/content-header): implement changes on content header #1998
Conversation
…ies from the declaration
|
…resent and height differences exist
|
💡 What is the current behavior?
The content-header component lacks support for a header slot, limiting customization options for the header section.
JIRA ticket: IX-2486
🆕 What is the new behavior?
Feature:
ix-content-header
now supports aheader
slot.<ix-pill slot="header">
(or similar) appears after the title and before action buttons.Note: I'll raise the PR for ix-docs repo once it is merged.
Other:
app.module.ts
in the Angular test app.🏁 Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
pnpm test
)pnpm lint
)pnpm build
, changes pushed)👨💻 Help & support