Skip to Content
Web ComponentsCommand Palette

Command Palette

Package: @tesserix/web

Import

import { CommandPalette } from '@tesserix/web'

Source

  • Component: packages/web/src/components/command-palette/command-palette.tsx
  • Story: packages/web/src/components/command-palette/command-palette.stories.tsx
  • Test: packages/web/src/components/command-palette/command-palette.test.tsx

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Present

Example

import { CommandPalette } from '@tesserix/web' export function DemoCommandPalette() { return <CommandPalette /> }