Skip to content

Commit

Permalink
add incomplete version of proposed classes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcedres committed Nov 6, 2020
1 parent f0963d2 commit ab9eaf3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions helper/classes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"VButton": {
"always": ["button"],
"optional": ["is-rounded", "is-loading", "is-outlined", "is-fullwidth", "is-inverted", "is-focused", "is-active", "is-hovered", "is-selected", "is-light"],
"passthrough": ["size", "type"]
},
"VTooltip": {
"always": ["v-tooltip", "is-primary", "is-top", "is-medium"],
"optional": ["is-square", "is-animated", "is-always", "is-multiline", "is-dashed"],
"passthrough": ["type", "position", "size"]
},
"VInput": {
"always": ["control", "error", "input", "icon", "is-left", "is-right"],
"optional": ["is-loading", "has-icons-left", "has-icons-right"],
"passthrough": ["size", "color", "statusType"]
}
}

0 comments on commit ab9eaf3

Please sign in to comment.