Skip to content

A web component for german impressum or english legal notice

Notifications You must be signed in to change notification settings

Zheng-Bote/rz-imprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

rz-imprint

A web component for german impressum or english legal notice

Authors

Version

v0.1.0

License

MIT

API Reference

Parameters

    <rz-imprint></rz-imprint>
    <rz-imprint language="de"></rz-imprint>
Parameter Type Description
language string Optional. "de" default: "en"

Installation

used folder structure

.
├── assets
│   ├── css
│   │   └── rz-imprint.css
│   ├── img
│   │   ├── rz-address_mail.svg
│   │   ├── rz-address_mail_white.svg
│   │   ├── rz-address_postal.png
│   │   └── rz-qr-code.svg
│   ├── impressum.htm
│   ├── js
│   │   └── rz-imprint.js
│   └── legal_notice.htm
├── index.html
└── README.md

replace rz-address_[mail|postal|qr-code].svg with your content

Usage/Examples

<!DOCTYPE html>
<html lang="en" data-theme="light">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="author" content="ZHENG Robert" />

    <title>Web Component</title>

    <meta name="description" content="Web Component for imprint" />
    <meta name="version" content="v0.1.0" />
    <meta name="author" content="ZHENG Robert" />

    <script src="./assets/js/rz-imprint.js"></script>
  </head>
  <body id="body">
    <main>
      <rz-imprint id="rz-imprint" language="en"></rz-imprint>
    </main>
  </body>
</html>

Used By

This web component is used by the following web sites:

the end

🖖

(back to top)

About

A web component for german impressum or english legal notice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published