dash_mantine_components 0.11.0-a0 → 0.11.0-a1
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
|
@@ -79,13 +79,9 @@ if __name__ == "__main__":
|
|
|
79
79
|
|
|
80
80
|
4. Add your new component in `src/lib/components`. Make sure to include it in the `src/lib/index.js` as well.
|
|
81
81
|
|
|
82
|
-
5.
|
|
82
|
+
5. Build the components with the command: `npm run build`.
|
|
83
83
|
|
|
84
|
-
6.
|
|
85
|
-
|
|
86
|
-
7. Once you are ready to commit, add a line in the CHANGELOG.md under one of these: Added, Changed, Deprecated, Removed, Fixed.
|
|
87
|
-
|
|
88
|
-
8. Raise a PR, including an example to reproduce the changes contributed by the PR.
|
|
84
|
+
6. Raise a PR, including an example to reproduce the changes contributed by the PR.
|
|
89
85
|
|
|
90
86
|
## TODO
|
|
91
87
|
|