-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Related links
- https://matechat.gitcode.com/components/header/demo.html
- https://matechat.gitcode.com/components/layout/demo.html
API Design
This is the HomeLayout
provided by rspress/theme
, we can design the layout API like following code:
export declare function HomeLayout(props: HomeLayoutProps): JSX.Element;
declare interface HomeLayoutProps {
beforeHero?: React.ReactNode;
afterHero?: React.ReactNode;
beforeHeroActions?: React.ReactNode;
afterHeroActions?: React.ReactNode;
beforeFeatures?: React.ReactNode;
afterFeatures?: React.ReactNode;
}
Tasklist
- MateChat React Header
- MateChat React Layout
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request