Skip to content

Commit 0f3c492

Browse files
cleaned up ddgl and dash excalidraw 🧹
1 parent 25dda92 commit 0f3c492

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

‎docs/dash_dynamic_grid_layout/dash_dynamic_grid_layout.md‎

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ Here's a basic example of how to use the DashGridLayout component:
3737
### Example
3838

3939
.. exec::docs.dash_dynamic_grid_layout.intro
40+
:code: false
41+
42+
.. sourcetabs::docs/dash_dynamic_grid_layout/intro.py
43+
:defaultExpanded: false
44+
:withExpandedButton: true
45+
4046

41-
## Prop Reference
4247

43-
### DashGridLayout
48+
#### DashGridLayout Props
4449

4550
DashGridLayout is a flexible grid layout system for arranging and moving components within a Dash application. These are the properties available for the DashGridLayout component:
4651

@@ -62,13 +67,13 @@ DashGridLayout is a flexible grid layout system for arranging and moving compone
6267
| breakpoints | object | {lg: 1200, md: 996, sm: 768, xs: 480, xxs: 0} | Breakpoints for responsive layout. |
6368
| breakpointData | object | - | Data about the current breakpoint and columns. Shape: {newBreakpoint: string, newCols: number}. |
6469

65-
## Callbacks
70+
#### Callbacks
6671

6772
| Property | Description |
6873
|----------|-----------------------------------------|
6974
| setProps | Callback function to update Dash props. |
7075

71-
### DraggableWrapper
76+
#### DraggableWrapper Props
7277

7378
DraggableWrapper is a component that wraps other components and makes them draggable. These are the properties available for the DraggableWrapper component:
7479

‎docs/dash_excalidraw/dash_excalidraw.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ pip install dash-excalidraw
3838
### Introduction
3939

4040
.. exec::docs.dash_excalidraw.introduction
41+
:code: false
42+
43+
.. sourcetabs::docs/dash_excalidraw/introduction.py
44+
:defaultExpanded: false
45+
:withExpandedButton: true
4146

4247
### Simple Example
4348

0 commit comments

Comments
 (0)