themes 3 initial work
This commit is contained in:
parent
6391a6a4ea
commit
521d308a6c
6 changed files with 110 additions and 0 deletions
18
src/components/button.style.js
Normal file
18
src/components/button.style.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
export default {
|
||||
name: 'Button',
|
||||
states: {
|
||||
hover: ':hover',
|
||||
disabled: ':disabled',
|
||||
pressed: ':active',
|
||||
toggled: '.toggled'
|
||||
},
|
||||
variants: {
|
||||
danger: '.danger',
|
||||
unstyled: '.unstyled',
|
||||
sublime: '.sublime'
|
||||
},
|
||||
validInnerComponents: [
|
||||
'Text',
|
||||
'Icon'
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue