Skip to content

components/bits/Page#

Page()#

function Page(props): Element;

Parameters#

Parameter Type
props PageProps

Returns#

Element


PageProps#

Properties#

children?#

optional children?: ReactNode | ReactNode[];

currentPage?#

optional currentPage?: string;

hard?#

optional hard?: boolean;

label#

label: PageOptions;

onAppear?#

optional onAppear?: () => void;
Returns#

void