dash-bootstrap-components icon indicating copy to clipboard operation
dash-bootstrap-components copied to clipboard

Bootstrap components for Plotly Dash

Results 36 dash-bootstrap-components issues
Sort by recently updated
recently updated
newest added

- dash version: `#2.14.2` - dash-bootstrap-components version: `#1.5.0` - components affected by bug: tooltip ### What is happening? In a dash SPA when opening a page with a dbc tooltip,...

Hey folks, So at the moment, there is no option to pre-select an element on a select dropdown, something which can be done in HTML5 with the following syntax: ```...

Currently the Carousel component is limited to displaying images. This PR is just a proof of concept to show that it's possible to have any components as slide content and...

Hey folks, `dbc.AccordionItem()` title only accepts a `string`. I'd like to use an `icon` instead of a `string`, is it possible? Thank you

closes #1025 Not sure if you want to do something more elaborate, but this will make it visible in dark an light modes ![dbc-burger](https://github.com/facultyai/dash-bootstrap-components/assets/72614349/f95077d5-74c7-4244-bec4-e12c69b8d392)

I have a multi-page dash app that uses a custom full screen spinner on launch. The idea is that in my app.py, I load in my data, and then once...

The burger for documentation in mobile view is hard to see in dark mode. IIRC it was created manually and doesn't have dark mode styles ![image](https://github.com/facultyai/dash-bootstrap-components/assets/15220906/9c74059a-75ed-4f72-9319-6d6b3b9e048f)

``` dash 2.16.1 dash_ag_grid 31.0.1 dash-bootstrap-components 1.6.0 dash-bootstrap-templates 1.1.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-split 0.0.4 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` Expected behavior in test app: Modal should appear according to...

bug

### What is happening? On the documentation site, the "graphs in tabs" [example](https://dash-bootstrap-components.opensource.faculty.ai/examples/graphs-in-tabs/) isn't rendering any data. ![image](https://github.com/facultyai/dash-bootstrap-components/assets/52132406/bcf3341b-d96c-4738-9173-f575b20e1cad) ![image](https://github.com/facultyai/dash-bootstrap-components/assets/52132406/0bf5851e-11ce-4e49-8659-e2d3870329cb) This is on Google Chrome as well as Safari on iPhone....

This PR implements an experimental `TooltipWrapper` component which attaches a tooltip to the components that it wraps rather than using IDs to match to elements in the DOM. Example usage...