ui icon indicating copy to clipboard operation
ui copied to clipboard

✨ Buffer's UI Components library and Style Guide✨

Results 14 ui issues
Sort by recently updated
recently updated
newest added

**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...

refactoring
scoping

**What** - [ ] Remove commonjs-related build steps. - [ ] Make sure we are able to export independently any component (without bringing in the whole library). - [ ]...

scoping

**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....

refactoring
scoping

When the Select is fullWidth, the elements inside are centered across the container, which means they look like this: ![image](https://user-images.githubusercontent.com/54291087/90182246-46fc2d80-dd77-11ea-85ec-4bc354f6654d.png) Right now, the fix is to code a custom button...