Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"!packages/appkit-ui/src/react/ui",
"!**/routeTree.gen.ts",
"!docs/.docusaurus",
"!**/*.gen.css",
"!**/*.gen.ts",
"!**/typedoc-sidebar.ts"
]
},
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Accordion

# Accordion

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="accordion" />


## Accordion


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Alert

# Alert

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="alert" />


## Alert


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/AlertDialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: AlertDialog

# AlertDialog

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="alert-dialog" />


## AlertDialog


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/AspectRatio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: AspectRatio

# AspectRatio

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="aspect-ratio" />


## AspectRatio


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Avatar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Avatar

# Avatar

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="avatar" />


## Avatar


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Badge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Badge

# Badge

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="badge" />


## Badge


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Breadcrumb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Breadcrumb

# Breadcrumb

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="breadcrumb" />


## Breadcrumb


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Button

# Button

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="button" />


## Button


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Calendar

# Calendar

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="calendar" />


## Calendar


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Card.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Card

# Card

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="card" />


## Card


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Carousel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Carousel

# Carousel

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="carousel" />


## Carousel


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Checkbox

# Checkbox

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="checkbox" />


## Checkbox


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Collapsible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Collapsible

# Collapsible

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="collapsible" />


## Collapsible


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Command.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Command

# Command

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="command" />


## Command


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/ContextMenu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: ContextMenu

# ContextMenu

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="context-menu" />


## ContextMenu


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Dialog

# Dialog

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="dialog" />


## Dialog


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Drawer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Drawer

# Drawer

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="drawer" />


## Drawer


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/DropdownMenu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: DropdownMenu

# DropdownMenu

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="dropdown-menu" />


## DropdownMenu


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/HoverCard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: HoverCard

# HoverCard

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="hover-card" />


## HoverCard


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Input

# Input

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="input" />


## Input


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/InputOtp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: InputOtp

# InputOtp

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="input-otp" />


## InputOTP


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Label.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Label

# Label

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="label" />


## Label


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Menubar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Menubar

# Menubar

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="menubar" />


## Menubar


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/NavigationMenu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: NavigationMenu

# NavigationMenu

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="navigation-menu" />


## NavigationMenu


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Pagination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Pagination

# Pagination

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="pagination" />


## Pagination


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Popover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Popover

# Popover

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="popover" />


## Popover


Expand Down
7 changes: 7 additions & 0 deletions docs/docs/api/appkit-ui/components/Progress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Progress

# Progress

## Example

import { DocExample } from "@site/src/components/DocExample";

<DocExample name="progress" />


## Progress


Expand Down
Loading