dash_mantine_components 0.14.2 → 0.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,6 +38,7 @@ pip install dash-mantine-components
38
38
  ```python
39
39
  from datetime import date
40
40
 
41
+ import dash
41
42
  from dash import Dash, Input, Output, callback, html
42
43
  from dash.exceptions import PreventUpdate
43
44
 
@@ -81,7 +82,8 @@ if __name__ == "__main__":
81
82
 
82
83
  Thanks to the following people for supporting my efforts on dash-mantine-components.
83
84
 
84
- 2. [Ann Marie Ward](https://github.com/AnnMarieW)
85
+ 1. [Ann Marie Ward](https://github.com/AnnMarieW)
86
+ 2. [Arne Petter](https://github.com/apdcode)
85
87
 
86
88
  ## Contributing
87
89