alibaba / ChatUI

The UI design language and React library for Conversational UI
https://chatui.io
MIT License
2.68k stars 281 forks source link

How to config chatUI like this in react? #24

Closed dimasna closed 3 years ago

dimasna commented 3 years ago

How to config chatUI like this ? image

akai commented 3 years ago

use css:

.Composer-actions[data-action-icon="plus"] {
    order: 1;
    margin: 0 8px 0 0;
}

.Composer-inputWrap {
    order: 2;
}

.Composer-actions[data-action-icon="mic"] {
    position: absolute;
    right: 0;
    z-index: 1;
}