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

**Describe the bug** Overriding the theme's `font.importUrls` does not work because emotion expects imports before other rules. This is the exact error being logged: ``` `@import` rules can't be after...

**Describe the bug** I created a fresh react project using CRA using the TypeScript template. Bumbag refuses to install due to dependency issues. It seems that it is having issues...

I needed to fire a method call on clicking outside of a modal, (if in case i am closing the modal on clicking outside) Though manually i thought of doing...

enhancement

**Describe the bug** I'm using PageWithHeader and PageWithSidebar in a layout. I'm not using `collapseBelow`. I have a button with its onClick set to `page.sidebar.toggle` that appears below 1200px. The...

bug
good first issue

**Describe the bug** The tooltip prop on the `InputField` component requires the user click a button and the tooltip will appear. By default, the tooltip in props has a white...

enhancement

**Describe the bug** When I install bumbag and try the standalone theming. I got this error from my storybook: `"export 'defaultTheme' was not found in 'bumbag' 1. Create as basic...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** I need to know which tab is active, so I can do something(fetch data for instance) when tab is in...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Lack of Fotter component **Describe the solution you'd like** As we have a page with header sounds logic to add...

good first issue
feature request

**Describe the bug** I want to do this: ` import { SelectMenu as SelectMenuBumbag, applyTheme } from 'bumbag'; const SelectMenu = applyTheme(SelectMenuBumbag, { styles: { base: p => { return...

bug
good first issue

The content of the PageWithSidebar is truncated by the scrollbar of the sidebar Refer to the [codesandbox](https://codesandbox.io/s/page-content-with-sidebar-00w0b?file=/src/App.js) Or ``` PageWithSidebar children PageContent children ``` **Expected behavior** Should able to see...

bug
good first issue