This web competence offers users a self-service registration for the online learning platform et.training.
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>
Please visit the official documentation https://stenciljs.com/docs/angular
Please visit the official documentation https://stenciljs.com/docs/react
Please visit the official documentation https://stenciljs.com/docs/vue
Please visit the official documentation https://stenciljs.com/docs/ember
Please visit the official documentation https://stenciljs.com/docs/javascript
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
language |
language |
Language | string |
undefined |
Name | Description |
---|---|
--color-gray-200 |
Input background color |
--color-gray-500 |
Privacy policy description text color, Input border color |
--color-gray-700 |
Label text color, Input text color |
--color-green-500 |
Success message color |
--color-key-500 |
Button background color |
--color-key-600 |
Button hover background color |
--color-red-500 |
Error message color |
--color-white |
Success / Error message text color |
--font-family |
Base font family |
--font-size |
Base font size |
Built with StencilJS