dash_mantine_components 0.14.5 → 0.15.0
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 +17 -31
- package/dash_mantine_components/dash_mantine_components.js +1 -1
- package/package.json +22 -20
- package/dash_mantine_components/metadata.json +0 -186094
package/README.md
CHANGED
|
@@ -14,18 +14,11 @@
|
|
|
14
14
|
|
|
15
15
|
Dash Mantine Components is an extensive (90+) Dash components library based on [Mantine](https://mantine.dev/) React Components Library. It makes it easier to create good quality dashboards with very well designed components out of the box.
|
|
16
16
|
|
|
17
|
-
[Documentation](https://dash-mantine-components.com)
|
|
18
17
|
|
|
19
18
|
<p align="center">
|
|
20
19
|
<img src="https://raw.githubusercontent.com/snehilvj/dash-mantine-components/master/assets/datepicker.gif">
|
|
21
20
|
</p>
|
|
22
21
|
|
|
23
|
-
### Table of contents
|
|
24
|
-
|
|
25
|
-
- [Installation](#installation)
|
|
26
|
-
- [Quickstart](#quickstart)
|
|
27
|
-
- [Sponsors](#sponsors)
|
|
28
|
-
- [Contributing](#contributing)
|
|
29
22
|
|
|
30
23
|
## Installation
|
|
31
24
|
|
|
@@ -77,40 +70,33 @@ if __name__ == "__main__":
|
|
|
77
70
|
app.run_server(debug=True)
|
|
78
71
|
```
|
|
79
72
|
|
|
80
|
-
##
|
|
81
|
-
|
|
82
|
-
Thanks to the following people for supporting my efforts on dash-mantine-components.
|
|
73
|
+
## 📚 Documentation
|
|
83
74
|
|
|
84
|
-
|
|
85
|
-
2. [Arne Petter](https://github.com/apdcode)
|
|
75
|
+
For detailed information on how to use this project, check out the [Documentation](https://dash-mantine-components.com). You'll find guides, API references, and examples to help you get started!
|
|
86
76
|
|
|
87
|
-
## Contributing
|
|
77
|
+
## 🛠️ Contributing
|
|
88
78
|
|
|
89
|
-
|
|
79
|
+
We welcome all contributions! Feel free to open issues for any bugs or feature requests, and don't hesitate to
|
|
80
|
+
comment on existing issues or pull requests. PRs are encouraged! For more details, please check out our [Contributing Guide.](https://github.com/snehilvj/dash-mantine-components/blob/master/CONTRIBUTING.md)
|
|
90
81
|
|
|
91
|
-
|
|
82
|
+
Join our [Discord](https://discord.gg/KuJkh4Pyq5) to connect with other contributors, or visit the [Plotly Dash Community Forum](https://community.plotly.com/)
|
|
83
|
+
for discussions and support.
|
|
92
84
|
|
|
93
|
-
```bash
|
|
94
|
-
python -m venv venv
|
|
95
|
-
source venv/bin/activate
|
|
96
|
-
pip install -r requirements.txt
|
|
97
|
-
```
|
|
98
85
|
|
|
99
|
-
|
|
86
|
+
## 📝 Contributing to the Docs
|
|
100
87
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
```
|
|
88
|
+
We :heart: contributions to our documentation! It's a fantastic opportunity for first-time contributors since the
|
|
89
|
+
project is simply a Dash app built with `dash-mantine-components`. For more details, check out the [dmc-docs GitHub.](https://github.com/snehilvj/dmc-docs)
|
|
104
90
|
|
|
105
|
-
4. Add your new component in `src/lib/components`. Make sure to include it in the `src/lib/index.js` as well.
|
|
106
91
|
|
|
107
|
-
|
|
92
|
+
## 💖 Sponsors
|
|
108
93
|
|
|
109
|
-
|
|
94
|
+
A huge thank you to our current sponsors for supporting this project! 🙏 Your contributions help drive development and improvements.
|
|
110
95
|
|
|
111
|
-
|
|
96
|
+
If you’d like to support this project and help ensure its continued success, consider [becoming a sponsor](https://github.com/sponsors/snehilvj). Your support
|
|
97
|
+
is greatly appreciated and helps keep the project growing and thriving!
|
|
112
98
|
|
|
113
|
-
## Contributing to the Docs
|
|
114
99
|
|
|
115
|
-
|
|
116
|
-
project
|
|
100
|
+
## ⭐️ Support by Starring the Project
|
|
101
|
+
If you find this project helpful, consider giving it a star on GitHub! ⭐️ It helps others discover the project and
|
|
102
|
+
motivates us to keep improving it. Your support is greatly appreciated!
|