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

feature request: header alert in mobile header #303

Open
Fatal1stZ opened this issue Aug 27, 2024 · 0 comments
Open

feature request: header alert in mobile header #303

Fatal1stZ opened this issue Aug 27, 2024 · 0 comments
Labels

Comments

@Fatal1stZ
Copy link

Implement header alert in MobileHeader as in HeaderAside component.
A basic scenario assumes you use adaptive layout with HeaderAside and MobileHeader.

const props = {
  headerAlert: 'alert'
}
const Layout = isMobile ? <MobileHeader {...props}> : <HeaderAside {...props} />

If desktop component has some features, mobile one should also, shouldn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants