docs: update

This commit is contained in:
Benjamin Canac
2021-11-30 16:29:20 +01:00
parent 46367baa7c
commit 511ed7a2b1
2 changed files with 30 additions and 1 deletions

View File

@@ -107,8 +107,21 @@ const defaultProps = {
Icon: {
name: 'heroicons-outline:bell'
},
Input: {
name: 'input'
},
Checkbox: {
name: 'checkbox'
},
Radio: {
name: 'radio'
},
Select: {
name: 'select',
options: ['English', 'Spanish', 'French', 'German', 'Chinese']
},
Textarea: {
name: 'textarea'
}
}