ui
ui copied to clipboard
✨ Buffer's UI Components library and Style Guide✨
**What** Create a scoping doc with the initial investigation around refactoring Text Components. **Why** Our Text components are attached to html tags and functionality. They don't seem to fit our...
**What** - [ ] Remove commonjs-related build steps. - [ ] Make sure we are able to export independently any component (without bringing in the whole library). - [ ]...
**What** Create a scoping doc with the initial investigation around refactoring Select Components. **Why** The Select component has a lot of variations and doesn't take advantage of techniques as composition....
When the Select is fullWidth, the elements inside are centered across the container, which means they look like this:  Right now, the fix is to code a custom button...