navigation icon indicating copy to clipboard operation
navigation copied to clipboard

feature request: header alert in mobile header

Open Fatal1stZ opened this issue 1 year ago • 0 comments

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?

Fatal1stZ avatar Aug 27 '24 10:08 Fatal1stZ