ghost styles for poll form

This commit is contained in:
Henry Jameson 2021-03-11 16:19:11 +02:00
parent c6d4c20982
commit 5d3bf43fdc
3 changed files with 33 additions and 33 deletions

View file

@ -0,0 +1,21 @@
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faChevronDown
} from '@fortawesome/free-solid-svg-icons'
library.add(
faChevronDown
)
export default {
model: {
prop: 'value',
event: 'change'
},
props: [
'value',
'disabled',
'unstyled',
'kind'
]
}