Magenta Console

CMYK · Reference

Component Docs

API reference for the Comma / Magenta Vue component library.

← Live Demo

CMYKButton

Versatile button component with multiple variants and themes

Props

variant
primary | secondary | outline | ghost | danger | success
size
xs | sm | md | lg | xl
theme
magenta | cyan | key | auto
loading
boolean
disabled
boolean
fullWidth
boolean
<cmyk-button variant="primary" text="Click me" />
<cmyk-button variant="outline" size="lg" :loading="true" />

CMYKCard

Flexible card component with header, content, and footer slots

Props

variant
default | outlined | elevated | filled
theme
magenta | cyan | key | auto
hoverable
boolean
clickable
boolean
glowing
boolean

Slots: default, header, title, subtitle, avatar, actions, media, footer