Skip to content

Commit ab9eaf3

Browse files
committed
add incomplete version of proposed classes.json
1 parent f0963d2 commit ab9eaf3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

helper/classes.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"VButton": {
3+
"always": ["button"],
4+
"optional": ["is-rounded", "is-loading", "is-outlined", "is-fullwidth", "is-inverted", "is-focused", "is-active", "is-hovered", "is-selected", "is-light"],
5+
"passthrough": ["size", "type"]
6+
},
7+
"VTooltip": {
8+
"always": ["v-tooltip", "is-primary", "is-top", "is-medium"],
9+
"optional": ["is-square", "is-animated", "is-always", "is-multiline", "is-dashed"],
10+
"passthrough": ["type", "position", "size"]
11+
},
12+
"VInput": {
13+
"always": ["control", "error", "input", "icon", "is-left", "is-right"],
14+
"optional": ["is-loading", "has-icons-left", "has-icons-right"],
15+
"passthrough": ["size", "color", "statusType"]
16+
}
17+
}

0 commit comments

Comments
 (0)