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

Hello guys! Do you have a way of implementing prettier right click context menu? The basic chromium one looks a bit outdated and the new Microsoft Edge one looks great...

and use better-npm-audit to exclude https://npmjs.com/advisories/1556 (low-sev DoS vector that isn't fixed in some deps) fix https://github.com/brave/brave-ui/issues/566 ## Changes * CI will now error on low vulns unless they are...

So it can support brave-core dark mode

themes

theming is made via props by theme provider and should not be hard-coded. from @petemill in https://github.com/brave/brave-ui/pull/134#pullrequestreview-153521708 > To support themeing correctly, we shouldn't call 1 specific theme directly in...

refactor
themes

Outline color need to change based on user current theme. Right now the theme system provides no mechanism for that. We should do it. Also, we should revert changes in...

AFAIK, currently the accent color is fixed at `251, 84, 43` (at least using the dark theme). It would be nice to have an user option to change that.

## Changes Fixes #536. Addresses concerns from #486 as well. With this PR, buttons are all themed using a common `Button` component, and have a visual update as described in...

component/button

The current button designs are outdated. They should be updated to look like the ones in this mockup: ![Button Specs](https://user-images.githubusercontent.com/22821309/64823123-77d25200-d56b-11e9-9078-563ddac84be9.png) In dark mode, "Default" style buttons should be styled as...

component/button

Most of the time when people see that we’ve added tipping to a website their first question seems to be: How to I sign up to get tips myself? I...