Skip to main content
Glama
deleonio
by deleonio
basic.tsx1.73 kB
import React from 'react'; import { KolBreadcrumb } from '@public-ui/react-v19'; import { SampleDescription } from '../SampleDescription'; import type { FC } from 'react'; export const BreadcrumbBasic: FC = () => ( <> <SampleDescription> <p>KolBreadcrumb shows a breadcrumb navigation. The sample illustrates a variation of link, text and icon elements.</p> </SampleDescription> <div className="grid gap-4"> <KolBreadcrumb _label="Breadcrumb aus Text-Links" _links={[ { _label: 'Homepage', _href: '#/back-page' }, { _label: 'Bottom of the homepage', _href: '#/back-page' }, { _label: 'Underside of the underside', _href: '#/back-page', }, ]} ></KolBreadcrumb> <KolBreadcrumb _label="Breadcrumb from icons or text links" _links={[ { _label: 'Homepage', _icons: 'codicon codicon-home', _hideLabel: true, _href: '#/back-page', }, { _label: 'Subpage of the start page with very long link test', _href: '#/back-page', }, { _label: 'Underside of the underside', _href: '#/back-page', }, ]} ></KolBreadcrumb> <KolBreadcrumb _label="Breadcrumb from icons and text links" _links={[ { _label: 'Homepage', _icons: 'codicon codicon-home', _href: '#/back-page' }, { _label: 'Subpage of the main page and I_am_a_really_long_compound_word_trying_to_break_the_layout', _href: '#/back-page', }, { _label: 'Underside of the underside', _href: '#/back-page', }, ]} ></KolBreadcrumb> <KolBreadcrumb _label="Minimal Breadcrumb" _links={[{ _label: 'Homepage', _href: '#/back-page' }]}></KolBreadcrumb> </div> </> );

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