brave-ui icon indicating copy to clipboard operation
brave-ui copied to clipboard

List of reusable React components to empower your brave UI

Results 71 brave-ui issues
Sort by recently updated
recently updated
newest added

Select is currently not overflowing all elements. ![image](https://user-images.githubusercontent.com/9574457/45073349-3fd63a80-b0df-11e8-986d-8ce2446c1d7c.png) ![image](https://user-images.githubusercontent.com/9574457/45073365-541a3780-b0df-11e8-954a-30f2e8eb789e.png) ![image](https://user-images.githubusercontent.com/9574457/45073369-58deeb80-b0df-11e8-990f-a204e1088517.png) I guess we need to switch to position fix

component/select

There are some large ~50kb assets that are included in the bundle. These would benefit from being external assets to consuming bundle sizes (especially valid on Android). Inline SVGs are...

component/icons
assets

Ensure onClick handler fires exactly once

component/button
tests

Select options box should overflow when it meets the edge of a window, this would be helpful for dropdowns with potentially many options ![screen shot 2019-02-01 at 12 37 34...

component/select

trying to apply `styled()` to buttons is not straight-forward. It should be easy enough to just apply the new styles without worrying about TypeScript definitions or thinking too much. this...

component/button

we should have a11y in mind and make our components a11y-friendly. just discovered https://ui.reach.tech/ which is a foundation for design systems. We should consider adopting some of their standards as...

a11y

including possible props and types, basic usage and some usage either via storybooks or codepen/other online editors for quick copy/paste ideally, it should be self-generated so we don't need to...

docs

let's take advantage of recent changes and include this one as well

refactor

1. we should use types like `URL` and more specific checks whenever possible 2. `id` should likely be required 3. avoid most we can the explicit `any` As things are...

enhancement
project/tracking
TypeScript

## Goals - Allow flexibility for designs - Keep core Components maintainable and useful ## Aims ### We want to be able to have the following options: - Positioning -...