reopt designreopt design
DocsExploreToolsPricingBuilder
Login
Explore/
opt-ui170opt-charts35opt-datagrid6opt-editor5opt-calendar4opt-filemanager4opt-chat6opt-shell14brandapp-ui8Examples12Builder Blocks
Overview170Core59Shells80Blocks31
reopt designreopt design

A design system for the AI era

  • Docs
  • Pricing
  • Releases
  • GitHub
  • About
  • Contact
  • Terms of Service
  • Privacy Policy

reopt Inc.Business registration no. 217-88-02453contact@reopt.ai

© 2026 reopt Inc. All rights reserved.

Explore/Shells/FieldSidebar

FieldSidebar

Shell

데이터에 어떤 필드가 있고 각 필드가 무슨 값을 갖는지 보여주는 사이드바. 값 분포 막대, 컬럼으로 승격, 값 기준 포함/제외 필터를 제공합니다.

nav
Related docs
npx @reopt-ai/opt-cli surface add field-sidebar
100%

What is in this data

Expand a field for its distribution. The bars are shares of the sampled rows, not of the values listed — the sample size is stated so the reader can judge it.

Event

  • Top 4 values · 1,000

    /checkout41%
    /cart29%
    /pricing14%
    /10%

Properties

Columns: path, status

No filter applied yet.

테스트 커버리지

2026년 7월 9일

생성된 테스트 결과를 찾지 못했습니다.

FieldSidebar 항목이 문서 메타에 연결되어 있지만 현재 생성 파일에는 없습니다.

테스트를 추가한 뒤 `bun run generate:test-results`를 실행하거나 `testDescribe` 매핑을 다시 확인하세요.

Related components

ContentTabs

탭 콘텐츠 패널. Tabs primitive 래퍼.

NavDisplay

SidebarNav

Composite 기반 사이드바 네비게이션. pathname 자동 동기화.

Nav

AppMenubar

데스크톱 스타일 메뉴바. 체크박스, 라디오 메뉴 항목 지원.

Nav

CommandPalette

Cmd+K 스타일 커맨드 팔레트. Dialog + Combobox + match-sorter 퍼지 검색.

Nav

CommandPaletteTrigger

CommandPalette + Cmd+K 키보드 단축키 자동 바인딩.

Nav

ProjectSwitcher

프로젝트 검색 전환기. Combobox + match-sorter 퍼지 검색 지원.

Nav
PreviousQueryBar

기본 사용

프로젝트 개요 콘텐츠입니다.

기본 선택 탭 설정

설정 탭이 기본 선택됩니다.

기본 사용

홈
대시보드
프로젝트
관리
설정
사용자
결제

기본 사용

기본 사용 (Dialog)

또는 Cmd+K (전역 트리거가 활성화된 경우)

Inline 모드

사용법

이 컴포넌트는 전역 키보드 단축키(Cmd+K / Ctrl+K)를 자동으로 등록합니다. 앱 루트 레이아웃에 한 번만 배치하면 됩니다. 현재 페이지에서 Cmd+K를 눌러 직접 확인할 수 있습니다.

tsx
import { CommandPaletteTrigger } from "@reopt-ai/opt-ui";

const commands = [
  { id: "nav-home", label: "홈으로 이동", group: "네비게이션", shortcut: "G H" },
  { id: "nav-dashboard", label: "대시보드 열기", group: "네비게이션" },
  { id: "theme-dark", label: "다크 모드", group: "테마" },
];

// 앱 루트에 배치 — Cmd+K로 자동 열림
<CommandPaletteTrigger
  commands={commands}
  onSelect={(cmd) => console.log("선택:", cmd.label)}
/>

기본 사용

선택된 프로젝트: my-app