Added class

This commit is contained in:
Patrick Alvin Alcala 2025-09-30 16:53:38 +08:00
parent 6f6bde6477
commit 48518d9550

View file

@ -13,6 +13,7 @@ interface Props {
design?: 'bu-primary' | 'bu-link' | 'bu-info' | 'bu-success' | 'bu-warning' | 'bu-danger' | 'bu-dark' | 'bu-light' | 'bu-text' | 'bu-ghost' | 'bo-primary' | 'bo-secondary' | 'bo-success' | 'bo-danger' | 'bo-warning' | 'bo-info' | 'bo-light' | 'bo-dark' | 'bo-link'
width?: number
wide?: boolean
class?: string
}
export default (props: Props) => {