LinktLinkt

Component Showcase

A showcase of all available MDX components for the Linkt documentation.

Component Showcase

This page demonstrates all the custom components available for use in Linkt documentation.

Callouts

Callouts are used to highlight important information.

Info Callout

Warning Callout

Error Callout

Success Callout

Tip Callout

Convenience Callouts

You can also use these shorthand components:

Feature Cards

Use feature cards to highlight key features or concepts.

Three Column Layout

Fast

Lightning fast API responses

Reliable

99.9% uptime guarantee

Scalable

Handle millions of requests

Badges

Basic Badges

DefaultSecondaryOutlineSuccessWarningErrorInfo

Status Badges

ReadyPendingActiveErrorBetaNewDeprecated

Custom Status Labels

AvailableComing Soon

API Components

Method Badges

GETPOSTPUTPATCHDELETE

Endpoint Display

GET/v1/icps
POST/v1/icps
GET/v1/icps/{icp_id}
PUT/v1/icps/{icp_id}
DELETE/v1/icps/{icp_id}

Code Blocks

Basic Code Block

import { LinktClient } from '@linkt/sdk';
 
const client = new LinktClient({
  apiKey: process.env.LINKT_API_KEY,
});

Code Block with Title

client.ts
export const client = new LinktClient({
  apiKey: process.env.LINKT_API_KEY,
});

Inline Code

Use inline code for short code snippets like variable names (apiKey) or function calls (client.icps.list()).

Tables

FeatureFreeProEnterprise
API Calls1,000/mo50,000/moUnlimited
ICPs325Unlimited
Sheets5100Unlimited
SupportCommunityPriorityDedicated