New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@espressotutorialsgmbh/et-customer-self-service-web-component

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@espressotutorialsgmbh/et-customer-self-service-web-component

This web competence offers users a self-service registration for the online learning platform et.training.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Self Service Registration Web Component

This web competence offers users a self-service registration for the online learning platform et.training.

Installation

We published this component to npm, you could load the component through a CDN, you could include the components using an import statement. Note that type="module" only works in modern browsers (not available in IE11 or Edge 12-18).

<html>
<head>
  <script type="module">
    import { defineCustomElements } from 'https://cdn.jsdelivr.net/npm/@espressotutorialsgmbh/et-customer-self-service-web-component/loader/index.es2017.js';
    defineCustomElements();
  </script>
</head>
<body>
<et-register-cc language="de"></et-register-cc>
</body>
</html>

Framework Integrations

Angular

Please visit the official documentation https://stenciljs.com/docs/angular

React

Please visit the official documentation https://stenciljs.com/docs/react

Vue

Please visit the official documentation https://stenciljs.com/docs/vue

Ember

Please visit the official documentation https://stenciljs.com/docs/ember

JavaScript

Please visit the official documentation https://stenciljs.com/docs/javascript

Properties

PropertyAttributeDescriptionTypeDefault
languagelanguageLanguagestringundefined

CSS Custom Properties

NameDescription
--color-gray-200Input background color
--color-gray-500Privacy policy description text color, Input border color
--color-gray-700Label text color, Input text color
--color-green-500Success message color
--color-key-500Button background color
--color-key-600Button hover background color
--color-red-500Error message color
--color-whiteSuccess / Error message text color
--font-familyBase font family
--font-sizeBase font size

Built with StencilJS

Keywords

FAQs

Package last updated on 19 Jul 2021

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