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

Build themeable React & React Native applications with your Bumbag 👝

Results 65 bumbag-ui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Since this works: ``` const DDMenu = applyTheme(DropdownMenu, { Popover: { modes: { dark: { styles: { base: { backgroundColor:...

enhancement
good first issue

**To Reproduce** Playroom links for [SwitchGroup](https://bumbag.style/playroom/#?code=N4Igxg9gJgpiBcIA8BlA7gSwC5gBYHEAnCAVwAcAdAOwAIaqBDAWxgF4KQ0YGtcZCO1OhDJYMEKgGdWwANpC6NYDQA2DAEYwV8GgHIUJKlQCeugDQ0AbgxUkYO3ZMMndNAL5mFdZWs3a9AOoYVFCmFta29nqYIabunrSKPhpaDgDylvxgDJJY5lY2dg4QmYTZua5uCgC6VYkSAMK4DFQA5mzAABQAlDSsAHw0kFIQKjAAdCoQrZ0cjc1tMBzddQD0-SBuQA ) and [CheckboxGroup](https://bumbag.style/playroom/#?code=N4Igxg9gJgpiBcIA8BhAFjMBrARhAHgOIBOEArgA4A6AdgAR00CGAtjALxUgDuMTALhmJdaDCBX4BLCDQDO7YAG1RDOsDoAbJjhgb4dAOQBlMjRoBPAwBo6ANyYayMfQdmmLBugF8rKhuq0dPUMAdUkaKEsbe0dnQ25wyM8fPzVNbV0XAHlbGGIwJll%2BazsHJxcIXPzC4u8VAF0vFRl0JhoAcw5gAAoASjp2AD41SDkIDRgAOg0Idu6uFrQ2zq5eryaaAHpBkC8gA).

bug
good first issue

**Describe the bug** I'm not able to set styles on the button component of the SelectMenu component for different modes. I've tried setting them in the theme, using applyTheme and...

bug
good first issue

**Is your feature request related to a problem? Please describe.** I want to use `bumbag` in a TS project configured with [`"strict": true` or `"strictNullChecks": true`](https://www.typescriptlang.org/tsconfig#strictNullChecks), but `bumbag` types are...

bug

I get an error when I SSR a page containing the SelectMenu control (https://bumbag.style/form/select-menu/). ![image](https://user-images.githubusercontent.com/6588340/103483073-a61d1600-4ddc-11eb-9af8-71acbf4bd58f.png) I am using Bumbag with Next JS. I integrated it as per the integrating with...

bug

**My code:** ` ` **Error:** `Error: React.cloneElement(...): The argument must be a React element, but you passed undefined. `

bug

At the moment, if we try to compose two components via the `use` prop. The component specified via `use` will not spread its TS types on the root component. Thus,...

bug

Hi guys. How can I configure the props **onChange()** and **value** element SelectMenu to works with Typescript. I try this many ways, but is not working... ```js const [fruits, setFruits]...

bug

**Is your feature request related to a problem? Please describe.** I was wondering if there's a way to make submenu's from the components? **Describe the solution you'd like** Would like...

enhancement

When a table has more columns than the container width just cuts. **To Reproduce** 1. Create a table with many columns **Expected behavior** Some scrollbar or toggle collapse **Screenshots** ![image](https://user-images.githubusercontent.com/8575569/96336423-09a56c00-1056-11eb-9b25-afa9b13deff0.png)...

enhancement