|
1 | 1 |
|
2 |
| -> # Status: Template Layout System |
3 |
| -> ### Based on community feedback, this version of the template layout system will not be added to a future version of Dash. However, the work done here inspired many new features, such as: |
4 |
| -> ### - New in Dash 2.1: The [low-code shorthands](https://github.com/plotly/dash/blob/dev/CHANGELOG.md#dash-core-components) for Dash Core Components and the dash DataTable. |
5 |
| -> ### - New in Dash 2.1, The Input, State, and Output [accepts components instead of ID strings](https://github.com/plotly/dash/blob/dev/CHANGELOG.md#dash-and-dash-renderer). Dash callback will auto-generate the component's ID under-the-hood if not supplied. |
6 |
| -> ### - Available in the [dash-bootstrap-templates](https://pypi.org/project/dash-bootstrap-templates/) library: Bootstrap themed figures. |
| 2 | +> ## Status: Template Layout System |
| 3 | +> #### Based on community feedback, this version of the template layout system will not be added to a future version of Dash. However, the work done here inspired many new features, such as: |
| 4 | +> #### - New in Dash 2.1: The [low-code shorthands](https://github.com/plotly/dash/blob/dev/CHANGELOG.md#dash-core-components) for Dash Core Components and the dash DataTable. |
| 5 | +> #### - New in Dash 2.1, The Input, State, and Output [accepts components instead of ID strings](https://github.com/plotly/dash/blob/dev/CHANGELOG.md#dash-and-dash-renderer). Dash callback will auto-generate the component's ID under-the-hood if not supplied. |
| 6 | +> #### - Available in the [dash-bootstrap-templates](https://pypi.org/project/dash-bootstrap-templates/) library: Bootstrap themed figures. |
7 | 7 |
|
8 | 8 |
|
9 | 9 | > We appreciate everyone's input on the template system. Templates are still in the dash-labs project plan, so stay tuned for a new version!
|
|
12 | 12 | ```diff
|
13 | 13 | - ----------------------------------------------------------------------------------
|
14 | 14 | - This documentation describes code in a previous version of dash-labs (v0.4.0)
|
15 |
| -- and is inclded here for legacy purposes only. |
| 15 | +- and is included here for legacy purposes only. |
16 | 16 | - ----------------------------------------------------------------------------------
|
17 | 17 | ```
|
18 | 18 |
|
|
0 commit comments