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

@carto/airship-components

Package Overview
Dependencies
Maintainers
20
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carto/airship-components

CARTO Airship components

  • 1.0.0-alpha.42
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by12.5%
Maintainers
20
Weekly downloads
 
Created
Source

Airship Components

Airship components provides a set of Web components for Location Intelligence apps..

Getting Started

You can install airship-components using npm or downloading it from a CDN.

All Airship components are lazy-loaded, that means that each component will be loaded and injected as soon as it is present in the DOM.

Usage from CDN

The simplest way to use components is to load them from our CDN. You can do that adding the following snippet to the <head> of your application.

<head>
    <!-- Include core first -->
    <script src="https://libs.cartocdn.com/airship-components/1.0.0-alpha.41/airship.js"></script>
<head>

Usage from NPM

Just install our package and use it as you wish:

npm i @carto/airship-components

You need to call the defineCustomElements function in your application's entry point to load web components from npm.

import { defineCustomElements } from '@carto/airship-components';

defineCustomElements(window);

FAQs

Package last updated on 14 Sep 2018

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