Skip to content

[Feature]: MateChat React Layout #28

@fu050409

Description

@fu050409

Related links

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions