You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Currently only the Layout.Sider support to set and listen on breakpoint changes, it would be nice to have this options on more components, e.g. like Layout.
This will speed up development and usability imo.
What does the proposed API look like?
export declare class Layout extends AntdComponent {
static Header: typeof LayoutHeader;
static Content: typeof LayoutContent;
static Footer: typeof LayoutFooter;
static Sider: typeof LayoutSider;
// ... as it is now
breakpoint: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
}
The text was updated successfully, but these errors were encountered:
dev7ch
changed the title
Allow breakoints in <a-layout> Component
Allow breakpoints in <a-layout> Component
Jul 13, 2020
What problem does this feature solve?
Currently only the Layout.Sider support to set and listen on breakpoint changes, it would be nice to have this options on more components, e.g. like Layout.
This will speed up development and usability imo.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: