dash_mantine_components 0.13.0-a3 → 0.14.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 CHANGED
@@ -12,7 +12,7 @@
12
12
  <img src="https://static.pepy.tech/personalized-badge/dash-mantine-components?period=total&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads">
13
13
  </p>
14
14
 
15
- Dash Mantine Components is an extensive (70+) 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.
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
17
  [Documentation](https://dash-mantine-components.com)
18
18
 
@@ -22,10 +22,10 @@ Dash Mantine Components is an extensive (70+) Dash components library based on [
22
22
 
23
23
  ### Table of contents
24
24
 
25
- - [Installation](#installation)
26
- - [Quickstart](#quickstart)
27
- - [Sponsors](#sponsors)
28
- - [Contributing](#contributing)
25
+ - [Installation](#installation)
26
+ - [Quickstart](#quickstart)
27
+ - [Sponsors](#sponsors)
28
+ - [Contributing](#contributing)
29
29
 
30
30
  ## Installation
31
31
 
@@ -47,7 +47,7 @@ app = Dash(__name__)
47
47
 
48
48
  app.layout = html.Div(
49
49
  [
50
- dmc.DatePickerInput(
50
+ dmc.DatePicker(
51
51
  id="date-picker",
52
52
  label="Start Date",
53
53
  description="You can also provide a description",
@@ -78,10 +78,7 @@ if __name__ == "__main__":
78
78
 
79
79
  Thanks to the following people for supporting my efforts on dash-mantine-components.
80
80
 
81
- 1. [ASCEND.IO](https://www.ascend.io)
82
81
  2. [Ann Marie Ward](https://github.com/AnnMarieW)
83
- 3. [Rick Ahlf](https://www.linkedin.com/in/rickahlf/)
84
- 4. [josca42](https://github.com/josca42)
85
82
 
86
83
  ## Contributing
87
84
 
@@ -106,4 +103,3 @@ Thanks to the following people for supporting my efforts on dash-mantine-compone
106
103
  5. Build the components with the command: `npm run build`.
107
104
 
108
105
  6. Raise a PR, including an example to reproduce the changes contributed by the PR.
109
-