Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dpc-sdp/myvic-bundle

Package Overview
Dependencies
Maintainers
6
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dpc-sdp/myvic-bundle

Bundle (UMD) of MyVictoria components

  • 2.2.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
49
increased by1533.33%
Maintainers
6
Weekly downloads
 
Created
Source

@dpc-sdp/myvic-bundle

A bundle of MyVictoria components packaged as a UMD. Mainly intended for use in existing HTML sites that are not already using Vue or Webpack.

The bundle includes a simple API to allow individual components to be mounted into an element on an HTML page. el represents an element id (as a string) and props will pass a props object through to the underlying Vue component (see the storybook docs for more information for each component).

Myvic.mountAddressSearch (el, props)
Myvic.mountAreaSearch (el, props)
Myvic.mountAutoComplete (el, props)
Myvic.mountBarChart (el, props)
Myvic.mountDataBlock (el, props)
Myvic.mountLineChart (el, props)
Myvic.mountPieChart (el, props)
Myvic.mountToggleList (el, props)
Myvic.mountTreeMap (el, props)
Myvic.mountMap (el, props)
Myvic.mountMapWithTileLayer (el, mapProps, layerProps)
Myvic.mountMapWithVectorLayer (el, mapProps, layerProps)
Myvic.mountMapWithVectorTileLayer (el, mapProps, layerProps)

Import

<script src="https://cdn.jsdelivr.net/npm/@dpc-sdp/myvic-bundle/dist/myvic-bundle.js"></script>

Install

npm install @dpc-sdp/myvic-bundle --save

Dependency graph

@dpc-sdp/myvic-bundle
├── @dpc-sdp/myvic-global

License

Licensed under the Apache-2.0 License.

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc