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

@rula/web-components

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rula/web-components

A collection of web components created for use in various Ryerson University Library projects.

  • 1.6.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Codacy Badge

RULA Web Components

A collection of web components built using the StencilJS compiler. These components are still in the early stages of development and are subject to changes.

Using

Node Modules

  • Run npm install @rula/web-components --save
  • Put a script tag in the page head similar to <script src='node_modules/@rula/web-components/dist/rula.js'></script>
  • Use the components anywhere in your site.

In another StencilJS app

  • Run npm install @rula/web-components --save
  • Include the import '@rula/web-components'; in part of the app structure.
  • Use the components in your StencilJS app JSX.

Components

Currently there are two components, map and map-editor. Both serve the basic function of displaying a collection of elements on a map. The editor adds additional functionality by allowing editing, adding and removing elements.

Keywords

FAQs

Package last updated on 11 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