Lewati ke konten

Button - Vue

Button

banner-background
import { Button } from '@idds/vue';
NameTypeDefaultRequiredDescription
hierarchy?'primary' | 'secondary' | 'tertiary' | 'link' | 'custom''primary'NoHierarchy button: primary (background-color: primary-300, color: text-white), secondary (background-color: white, color: text-content-primary, border: stroke-primary), tertiary (background-color: white, color: text-content-primary, border: none, hover: background-tertiary), link (background-color: white, color: text-content-guide, border: none, hover: text-guide-400), custom (untuk custom styling).
size?'2xl' | 'xl' | 'lg' | 'md' | 'sm''md'NoUkuran button: 2xl (max-height: 56px, font-size: 16px, padding: 16px), xl (max-height: 48px, font-size: 16px, padding: 12px 16px), lg (max-height: 44px, font-size: 14px, padding: 12px), md (max-height: 40px, font-size: 14px, padding: 10px 12px), sm (max-height: 32px, font-size: 12px, padding: 8px).
prefixIcon?ComponentNoIkon di sebelah kiri teks.
suffixIcon?ComponentNoIkon di sebelah kanan teks.
disabled?booleanfalseNoJika true, button dalam keadaan disabled (tidak bisa di-klik, gaya berubah).
type?'button' | 'submit' | 'reset''button'NoType button untuk form submission.
class?string''NoHTML standard class attribute (fallthrough).