causalens / dara

Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://dara.causalens.com
Apache License 2.0
372 stars 8 forks source link

Docs: DO-3248 docs fixes readme and components docstrings #371

Closed patricia-causalens closed 13 hours ago

patricia-causalens commented 15 hours ago

Motivation and Context

Fixing a number of docs issues found. Examples that didn't work, packages description being out of date after dara-ui repo was merged, images that were missing from the component docs.

Implementation Description

While looking into it found that we couldn't import ComponentItem from dara.components, also found an issue where CheckboxGroup could not have value as None which goes against the pattern for all other components. Both of these were also fixed.

Any new dependencies Introduced

How Has This Been Tested?

Locally on a test app to check if examples were working

PR Checklist:

Screenshots (if appropriate):