mirror of
https://github.com/tabler/tabler.git
synced 2026-08-09 21:02:22 +04:00
Refactor breadcrumb and vector map components, add clipboard functionality (#2378)
Co-authored-by: ethancrawford <ethan_jc@hotmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"coloris.js": "@melloware/coloris/dist/umd/coloris.min.js",
|
||||
"typed.js": "typed.js/dist/typed.umd.js",
|
||||
"signature_pad": "signature_pad/dist/signature_pad.umd.min.js",
|
||||
"clipboard": "clipboard/dist/clipboard.min.js",
|
||||
"fullcalendar": "fullcalendar/index.global.min.js"
|
||||
},
|
||||
"js-head": {
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"empty": {
|
||||
"title": "Empty map",
|
||||
"map": "world",
|
||||
"color": "primary"
|
||||
},
|
||||
"world": {
|
||||
"title": "World map",
|
||||
"map": "world",
|
||||
|
||||
Reference in New Issue
Block a user