Skip to content

Commit 360350c

Browse files
committed
Update: README
1 parent dedeb67 commit 360350c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ const messages = [
108108
agent: 'user',
109109
type: 'text', // always
110110
text: 'I need a new laptop',
111-
}
111+
},
112+
...
112113
]
113114
```
114115

115116
**Component List:**
117+
116118
Current components supported by this package, path to files: `components/MessageBubble/..`
117119

118120
- **SingleText** - `type: 'text'`
@@ -144,7 +146,8 @@ Current components supported by this package, path to files: `components/Message
144146
text: 'Submit Support Ticket',
145147
value: 'submit_ticket',
146148
action: 'postback' // Request to API
147-
}
149+
},
150+
...
148151
],
149152
}
150153
```
@@ -188,7 +191,7 @@ List of available slots:
188191

189192

190193

191-
#### Not found what your need?
194+
### Not found what your need?
192195
You can overwrite the CSS by class name. Each type and state has separated class for you to customize.
193196

194197
**Feature request**: Feel free to open an issue to ask for a new feature.

0 commit comments

Comments
 (0)