@@ -53,16 +53,16 @@ export default Example;
53
53
54
54
## 👀 Props
55
55
56
- | Prop | Description | Type | Default |
57
- | ------------- | ------------------------------------- | ----------------------- | ----------- |
58
- | ` name ` | value for name of input | ` string ` | |
59
- | ` placeholder ` | placeholder for text input | ` string ` | |
60
- | ` value ` | initial tags | ` string[] ` | ` [] ` |
61
- | ` onChange ` | onChange callback (added/removed) | ` string[] ` | |
62
- | ` onBlur ` | input ` onBlur ` callback | ` event ` | |
63
- | ` seprators ` | when to add tag (i.e. ` Space ` , ` , ` , ` Enter ` ) | ` string[] ` | ` ["Enter"] ` |
64
- | ` onExisting ` | if tag is already added then callback | ` (tag: string) => void ` | |
65
- | ` onRemoved ` | on tag removed callback | ` (tag: string) => void ` | |
56
+ | Prop | Description | Type | Default |
57
+ | ------------- | -------------------------------------------- | ----------------------- | ----------- |
58
+ | ` name ` | value for name of input | ` string ` | |
59
+ | ` placeholder ` | placeholder for text input | ` string ` | |
60
+ | ` value ` | initial tags | ` string[] ` | ` [] ` |
61
+ | ` onChange ` | onChange callback (added/removed) | ` string[] ` | |
62
+ | ` onBlur ` | input ` onBlur ` callback | ` event ` | |
63
+ | ` seprators ` | when to add tag (i.e. ` Space ` , ` , ` , ` Enter ` ) | ` string[] ` | ` ["Enter"] ` |
64
+ | ` onExisting ` | if tag is already added then callback | ` (tag: string) => void ` | |
65
+ | ` onRemoved ` | on tag removed callback | ` (tag: string) => void ` | |
66
66
67
67
## 💅 Themeing
68
68
0 commit comments