XiodUI
HomeDocs
OverviewComponentsThemes & ColorsChangelog
⌘ K

Components

  • Accordion
  • Agent Steps
    New
  • Alert
  • Alert Dialog
  • Aspect Ratio
    New
  • Autocomplete
  • Avatar
  • Badge
  • Breadcrumb
  • Button
    Updated
  • Button Group
    New
  • Button Split
    New
  • Calendar
    New
  • Card
  • Carousel
    New
  • Checkbox
  • Circular Progress
    New
  • Collapsible
  • Color Picker
    New
  • Combobox
  • Command
  • Context Menu
    New
  • Copy To Clipboard
    New
  • Corner Badge
    New
  • Dashboard Grid
    New
  • Date Picker
    New
  • Dialog
  • Dot Matrix
    New
  • Draggable
    New
  • Drawer
    New
  • Empty
  • Field
  • Fieldset
  • File Upload
    New
  • Form
  • Frame
  • Gauge
    New
  • Grid
    New
  • Group
  • Input
  • Input Group
  • Input OTP
    New
  • Input Payment
    New
  • Input Phone
    New
  • Input Sensitive
    New
  • Kbd
  • Kinetic Click
    New
  • Label
  • List Box
    New
  • Loader
  • Marker
    New
  • Menu
  • Menubar
  • Message
    New
  • Meter
  • Morphic Toast
    New
  • Navigation Menu
  • Number Field
  • Option Picker
    New
  • Orb
    New
  • Pagination
  • Popover
  • Preview Card
  • Progress
  • Radio
  • Resizable
    New
  • Ruler Picker
    New
  • Scroll Area
  • Scroll Bar
    New
  • Select
  • Separator
  • Sidebar
  • Skeleton
  • Slider
    Updated
  • Sortable
    New
  • Switch
    Updated
  • Table
  • Tabs
  • Text
    New
  • Textarea
  • Timeline
    New
  • Toast
  • Toggle
  • Toggle Group
  • Toolbar
  • Tooltip
    Updated
  • Waveform
    New
  • Wheel Picker
    New
/
/

Loading...

Preview Skeleton

Installation Skeleton

Usage Skeleton

API Reference Skeleton

Sponsors

Support the development of XiodUI and help us build the best component library on Earth.

+++
Sponsor on GitHub

Orb

Previous: Option PickerNext: Pagination

A high-performance 3D halftone point-cloud component representing AI states (working, searching, solving, listening, composing, shaping).

Preview

Loading Preview...

Installation

bun add xiod-ui

Usage

Imports

1import { Orb, OrbBadge, OrbLabel } from "xiod-ui/orb";

Anatomy

1<Orb>2  <OrbLabel />3  <OrbBadge />4</Orb>

API Reference

Detailed documentation of properties and options.

Orb

PropTypeDefaultDescription
state
OrbState
|undefined
workingAI status state / animation preset
pixelSize
number
|undefined
calculated from CVA sizeExplicit pixel size override
theme
OrbTheme
|undefined
autoTheme mode resolution
speed
number
|undefined
1Speed multiplier
paused
boolean
|undefined
falsePause animation loop
color
string
|undefined
-Custom ink color override (CSS hex, rgb, or color)
interactive
boolean
|undefined
falseInteractive hover speed boost
aria-label
string
|undefined
-Accessibility label
render
ReactElement<unknown, string
|JSXElementConstructor<any>>
|ComponentRenderFn<HTMLProps, {}>
|undefined
-Allows you to replace the component's HTML element with a different tag, or compose it with another component. Accepts a `ReactElement` or a function that returns the element to render.
size
"sm"
|"lg"
|"xs"
|"md"
|"xl"
|"2xl"
|null
|undefined
lg
variant
"default"
|"expressive"
|"classic"
|"sharp"
|"diamond"
|"ring"
|"cross"
|null
|undefined
default
intent
"default"
|"primary"
|"secondary"
|"success"
|"warning"
|"destructive"
|"info"
|null
|undefined
default
glow
"none"
|"subtle"
|"intense"
|null
|undefined
none

OrbBadge

PropTypeDefaultDescription
render
ReactElement<unknown, string
|JSXElementConstructor<any>>
|ComponentRenderFn<HTMLProps, {}>
|undefined
-Allows you to replace the component's HTML element with a different tag, or compose it with another component. Accepts a `ReactElement` or a function that returns the element to render.

OrbLabel

PropTypeDefaultDescription
render
ReactElement<unknown, string
|JSXElementConstructor<any>>
|ComponentRenderFn<HTMLProps, {}>
|undefined
-Allows you to replace the component's HTML element with a different tag, or compose it with another component. Accepts a `ReactElement` or a function that returns the element to render.
Option PickerPagination