Skip to main content
Glama
deleonio
by deleonio
BackPage.tsx426 B
import { KolAlert, KolButton } from '@public-ui/react-v19'; import React from 'react'; import type { FC } from 'react'; export const BackPage: FC = () => { const goBack = { onClick: () => history.back(), }; return ( <KolAlert _label="This is an example page" _level={0} _type="info"> <p>You followed an example link.</p> {history.length > 1 && <KolButton _label="Go Back" _on={goBack} />} </KolAlert> ); };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server