Socket
Socket
Sign inDemoInstall

@boligmappa/web-components

Package Overview
Dependencies
11
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @boligmappa/web-components

Boligmappa Web Components


Version published
Weekly downloads
210
increased by33.76%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@boligmappa/web-components

This package contains all available web components developed by Boligmappa

  • BoligmappaAuth
  • BoligmappaConnect
  • BoligmappaMenu
  • BoligmappaSearch

The package is distributed with both ESM and CJS versions of the files, your bundler will likely pick the version that you need based on whether you're using import or require

Usage

If you just want to include all the components to make sure they are all ready to use

import '@boligmappa/web-components';

If you only want to use certain components, and not include the others in your bundle, you can specify individual components

import '@boligmappa/web-components/BoligmappaMenu';

Note that in order to use components like BoligmappaSearch that requires the user to authenticate to the Boligmappa API first, you need to also include and use BoligmappaConnect and BoligmappaAuth.

import '@boligmappa/web-components/Auth';
import '@boligmappa/web-components/BoligmappaConnect';
import '@boligmappa/web-components/BoligmappaMenu';

See more at Boligmappa web-component documentation

Keywords

FAQs

Last updated on 11 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc