Components
The components shipped by @murasakijs/ui.
@murasakijs/ui is the
component library the scaffold installs by default — built on Radix
primitives, styled with Tailwind CSS and class-variance-authority, using
the same cn() conventions shadcn/ui users already know. Every component on
this page is the real, published component, rendered live.
See the Styling guide for how the library is wired into a scaffolded app (stylesheet import, Tailwind preset, dark mode).
Button
Displays a button or a component that looks like a button.
Input
Displays a form input field or a component that looks like an input field.
Select
Displays a list of options for the user to pick from—triggered by a button.
Card
Displays a card with header, content, and footer.
Dialog
A window overlaid on either the primary window or another dialog window.
Dropdown Menu
Displays a menu to the user, triggered by a button.
Tabs
A set of layered sections of content, displayed one at a time.
Accordion
A vertically stacked set of interactive headings, each revealing a section of content.