FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
dir,
...p
sdk/ui/src/primitives/sidebar.tsx:152
FunctionSidebarMenuButton({
render,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
...props
sdk/ui/src/primitives/sidebar.tsx:499
FunctionSidebarNavRow({
icon,
label,
onClick,
disabled,
count,
}: {
icon: React.ReactNode;
label: string;
onClick:
apps/desktop/src/components/layout/shell/Sidebar.tsx:668
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
..
sdk/ui/src/primitives/sidebar.tsx:56
FunctionSimpleMarkdownComponent({
children,
className = "",
onLinkClick,
onLocalLinkClick,
renderMention,
}: SimpleMarkdownProps)
apps/desktop/src/components/marketplace/SimpleMarkdown.tsx:343
FunctionSlider({
className,
defaultValue,
value,
min = 0,
max = 100,
...props
}: SliderPrimitive.Root.Props)
sdk/ui/src/primitives/slider.tsx:5
FunctionSparkline({
values,
stroke = "currentColor",
width = 80,
height = 20,
filled = false,
}: Props)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/sparkline.tsx:19
FunctionSpreadsheetEditor({
sheets,
activeSheetIndex,
onActiveSheetIndexChange,
editable = false,
readOnlyReason = null,
on
apps/desktop/src/components/panes/SpreadsheetEditor.tsx:196
FunctionStatusDot({
className,
variant,
size,
withRing,
pulse,
render,
...props
}: StatusDotProps)
apps/desktop/src/components/ui/status-dot.tsx:57
FunctionStatusDot({
className,
variant,
size,
withRing,
pulse,
render,
...props
}: StatusDotProps)
sdk/ui/src/primitives/status-dot.tsx:57
FunctionSubmissionRow({
submission,
isDeleting,
onDelete,
initiallyExpanded = false,
highlight = false,
rowRef,
}: {
apps/desktop/src/components/settings/SubmissionsPanel.tsx:99
FunctionSuggestedTile({
integration,
connecting,
canConnect,
onConnect,
title,
}: {
integration: AddIntegrationDialogIn
apps/desktop/src/components/panes/AddIntegrationDialog.tsx:202
FunctionTabChip({
id,
title,
active,
leadingIcon,
onSelect,
onClose,
onContextMenu,
}: {
id: string;
title:
apps/desktop/src/components/layout/shell/TopChrome.tsx:265