Skip to content

Commit d4a576c

Browse files
added an example image to ddgl and updated BSDEV contributor to the project.
1 parent 7c14267 commit d4a576c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

assets/images/ddgl.gif

26.1 MB
Loading

docs/dash_dynamic_grid_layout/dash_dynamic_grid_layout.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ icon: uim:grid
1212

1313
Dash Dynamic Grid Layout is a Dash component library that provides a flexible grid layout system for arranging and moving components within a Dash application.
1414

15+
.. exec::docs.dash_dynamic_grid_layout.example
16+
:code: false
1517
## Features
1618

1719
- Drag-and-drop functionality for rearranging components
@@ -55,5 +57,8 @@ Here's a basic example of how to use the DashGridLayout component:
5557
| handleText | string | "Drag here" | Text to display in the drag handle |
5658
### Contributing
5759
Contributions are welcome! Please feel free to submit a Pull Request.
60+
61+
Special thanks to [BSd3v](https://github.com/BSd3v) for contributing the improvements and bug fixes making this a much more polished project.
62+
5863
### License
5964
This project is licensed under the MIT License.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from dash import *
2+
3+
component = html.Div(
4+
html.Img(src='/assets/images/ddgl.gif', style={'width': '100%', 'height': '100%'}),
5+
)

0 commit comments

Comments
 (0)