LaralCN-UI
A shadcn-style, copy-and-own component system for Laravel & Blade. Pure Blade + Tailwind v4. 35 components. Install via the CLI or copy the source straight from any page.
Navigation
Feedback
Overlays
Modal that interrupts the user and waits for a deliberate response.
dialogModal dialog with focus trap, backdrop, and Esc-to-close.
dropdown-menuClick-triggered menu with outside-click and Esc to close.
hover-cardPreview card shown when a trigger is hovered or focused.
sheetPanel that slides in from an edge of the screen.
tooltipHover/focus tooltip with side positioning.
Layout
Holds its children to a fixed width-to-height ratio.
cardContainer with header, content, and footer slots.
collapsibleAn interactive panel that expands and collapses its content.
scroll-areaScrollable region with a styled, themed scrollbar.
separatorVisual or semantic divider.
sidebarComposable, collapsible application sidebar with mobile off-canvas, icon mode, and keyboard toggle.
Data Display
Forms
Clickable button with variant and size options.
checkboxNative checkbox styled to the theme.
inputForm text input.
labelAccessible form label.
radioNative radio input styled to the theme.
selectNative select styled to the theme.
sliderRange slider built on a native input, submits with the form.
switchToggle switch built on a native checkbox, submits with the form.
textareaMulti-line text input.
toggleTwo-state button built on a native checkbox, submits with the form.
toggle-groupA joined set of toggles, single or multiple selection.