Ann Marie Ward

Results 66 issues of Ann Marie Ward

The `id` of the `dcc.Location` component used in Pages is currently marked as non-public. However it's fairly common to see this id used in apps. Are there any issues with...

feature
P2

### Feature request Make `setProps` function available in Dash so it's possible to update a prop in JavaScript and have it trigger a Dash callback. ### Use Cases: __Dash AG...

feature
P1

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...

This was reported in the Dash repo a few days ago, and the same vulnerability is in dmc as well. For more info, please see: https://github.com/plotly/dash/issues/2729 ``` from dash import...

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)

## Multi Page Apps A better, easier way to make Multi-page apps with Dash ### Status #### :tada: Now available in dash 2.5.1! Convert your multi-page app from a dash-labs...

Currently app pages are added to the `dash.page_registry` when `dash.register_page` is called. This happens as modules are loaded from the `pages/` folder before the app starts. If you try to...

As requested on the forum - see more info [in this post](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775/117?u=annmariew)

Adds the new component `MarkdownAIO` See the [live demo](https://dashlabs.pythonanywhere.com/markdownaio/overview) `MarkdownAIO` is a Dash feature that allows you to write Dash Apps as Markdown files. Simply pass in a Markdown file...

As reported on the forum, the `pages/` plug-in [does not handle a customized index_string](https://community.plotly.com/t/introducing-dash-pages-a-dash-2-x-feature-preview/57775/103?u=annmariew)