Components
- Accordion
- Action Bar
- Alert Dialog
- Alert
- Announcement
- Aspect Ratio
- Autocomplete
- Avatar
- Badge
- Bottom Navigation
- Breadcrumb
- Button Group
- Button
- Calendar
- Card
- Carousel
- Chart
- Checkbox
- Circular Progress
- Circular Slider
- Clipboard
- Collapsible
- Color Picker
- Combobox
- Command
- Context Menu
- Data List
- Date Picker
- Dialog
- Drawer
- Editable
- Field
- File Upload
- Float
- Floating Panel
- Frame
- Hint
- Hover Card
- Image Cropper
- Input Group
- Input OTP
- Input
- Item
- Kbd
- Link Overlay
- Listbox
- Marquee
- Menu
- Native Select
- Number Input
- Pagination
- Popover
- Progress
- Prose
- QR Code
- Radio Group
- Rating
- Resizable
- Scroll Area
- Segment Group
- Select
- Separator
- Sheet
- Sidebar
- Signature Pad
- Skeleton
- Skip Nav
- Slider
- Spinner
- Status
- Steps
- Switch
- Table
- Tabs
- Textarea
- Timer
- Toast
- Toggle Group
- Toggle Tooltip
- Toggle
- Tooltip
- Tour
- Tree View
Shark UI
A set of primitive components for building UI.
A collection of accessible, beautiful, and customizable components.
Installation
pnpm dlx shadcn@latest add https://shark.vini.one/r/separator.json
Usage
import { Separator } from "@/components/ui/separator";
<Separator />
Examples
Vertical
Use orientation prop to control the orientation of the separator.
BlogDocsSource
Menu
Blog
Latest posts
Docs
API references
Source
View on GitHub
List
- Item 1
- Value 1
- Item 2
- Value 2
- Item 3
- Value 3
API Reference
Separator
Horizontal or vertical divider between content.
| Prop | Type | Default |
|---|---|---|
orientation | "horizontal", "vertical" | "horizontal" |
className | string | - |
For complete list of props, see Ark UI documentation.