Skip to main content
Glama
deleonio
by deleonio
icons-only.tsx961 B
import type { FC } from 'react'; import React from 'react'; import { KolTabs } from '@public-ui/react-v19'; import { SampleDescription } from '../SampleDescription'; const tabs = [ { _icons: 'codicon codicon-pie-chart', _label: 'First Tab', _hideLabel: true, }, { _icons: 'codicon codicon-calendar', _label: 'Second Tab', _hideLabel: true, }, { _disabled: true, _icons: 'codicon codicon-briefcase', _label: 'Disabled Tab', _hideLabel: true, }, { _icons: 'codicon codicon-telescope', _label: 'Last Tab', _hideLabel: true, }, ]; export const TabsIconsOnly: FC = () => ( <> <SampleDescription> <p>This sample shows KolTabs with hidden labels.</p> </SampleDescription> <KolTabs _label="Tabs with icons" _tabs={tabs}> <div slot="tab-0">Contents of Tab 1</div> <div slot="tab-1">Contents of Tab 2</div> <div slot="tab-2">Contents of Tab 3</div> <div slot="tab-3">Contents of Tab 4</div> </KolTabs> </> );

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