dash_mantine_components 0.11.0-a3 → 0.11.1
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
|
@@ -24,8 +24,8 @@ Dash Mantine Components is an extensive (70+) Dash components library based on [
|
|
|
24
24
|
|
|
25
25
|
- [Installation](#installation)
|
|
26
26
|
- [Quickstart](#quickstart)
|
|
27
|
+
- [Sponsors](#sponsors)
|
|
27
28
|
- [Contributing](#contributing)
|
|
28
|
-
- [TODO](#todo)
|
|
29
29
|
|
|
30
30
|
## Installation
|
|
31
31
|
|
|
@@ -59,6 +59,13 @@ if __name__ == "__main__":
|
|
|
59
59
|
app.run_server(debug=True)
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
## Sponsors
|
|
63
|
+
|
|
64
|
+
Thanks to the following people for supporting my efforts on dash-mantine-components.
|
|
65
|
+
|
|
66
|
+
1. [Ann Marie Ward](https://github.com/AnnMarieW)
|
|
67
|
+
2. [Rick Ahlf](https://github.com/rick643charts)
|
|
68
|
+
|
|
62
69
|
## Contributing
|
|
63
70
|
|
|
64
71
|
1. Join our [Discord](https://discord.gg/KuJkh4Pyq5) community.
|
|
@@ -83,8 +90,3 @@ if __name__ == "__main__":
|
|
|
83
90
|
|
|
84
91
|
6. Raise a PR, including an example to reproduce the changes contributed by the PR.
|
|
85
92
|
|
|
86
|
-
## TODO
|
|
87
|
-
|
|
88
|
-
1. Add contributing guide.
|
|
89
|
-
2. Add testing.
|
|
90
|
-
3. Add lazy loading to the components.
|