Skip to main content
Glama
deleonio
by deleonio
font-awesome.tsx1.21 kB
import React from 'react'; import { KolIcon, KolInputText } from '@public-ui/react-v19'; import type { FC } from 'react'; import { SampleDescription } from '../SampleDescription'; export const IconFontAwesome: FC = () => ( <> <SampleDescription> <p>KolIcon renders Font Awesome icons, if you have added this font to your theme. We are showing Font Awesome Free 6.1.1.</p> </SampleDescription> <div className="grid gap-4"> <KolIcon className="block" _label="" _icons="fa-solid fa-house"></KolIcon> <KolIcon className="block" _label="" _icons="fa-solid fa-circle-user"></KolIcon> <KolIcon className="block" _label="" _icons="fa-solid fa-truck"></KolIcon> <KolIcon className="block" _label="" _icons="fa-solid fa-city"></KolIcon> <KolIcon className="block" _label="" _icons="fa-regular fa-heart"></KolIcon> <KolIcon className="block" _label="" _icons="fa-regular fa-thumbs-up"></KolIcon> <KolIcon className="block" _label="" _icons="fa-brands fa-github"></KolIcon> <KolInputText _label={'With Font Awesome icons'} _icons={{ left: { icon: 'fa-solid fa-phone', }, right: { icon: 'fa-solid fa-arrow-right', }, }} /> </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