Skip to content

Commit

Permalink
feat: Add some libraries commonly used in dash application (#65)
Browse files Browse the repository at this point in the history
dash-table, dash-html-components, dash-core-components, dash-renderer,
feffery_utils_components, feffery_leaflet_components, feffery_maplibre,
feffery_antd_charts, feffery_antd_mobild_components

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
  - Introduced new interactive table and HTML components.
  - Added advanced core components for enhanced functionality.
- Integrated new map and chart components for better data visualization.
- Included mobile-friendly components for improved accessibility on
mobile devices.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
CNFeffery authored May 30, 2024
1 parent 3b82fa2 commit 5e952ee
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,33 @@
"alist-web": {
"version": "*"
},
"dash-table": {
"version": "*"
},
"dash-html-components": {
"version": "*"
},
"dash-core-components": {
"version": "*"
},
"dash-renderer": {
"version": "*"
},
"feffery_utils_components": {
"version": "*"
},
"feffery_leaflet_components": {
"version": "*"
},
"feffery_maplibre": {
"version": "*"
},
"feffery_antd_charts": {
"version": "*"
},
"feffery_antd_mobile_components": {
"version": "*"
},
"feffery_antd_components": {
"version": "*"
},
Expand Down

0 comments on commit 5e952ee

Please sign in to comment.