Skip to content

kennyfully88/hello_world_example_web_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

こんにちは、世界 (Hello World) Web Component

WebComponent (ウェブコンポーネント)


Live Demo (ライブデモ) : https://kennyfully88.github.io/hello_world_example_web_component/


demo


English 日本語

Instructions

  1. Download the JavaScript files thats located in assets/js/.

  2. Link hello_world.js to your HTML page.

Example:

<script src="hello_world.js"></script>
  1. Use the custom <hello_world></hello_world> tag inside your body tag to render the Hello World example.

Example:

<html>
  <head>
    <script src="hello_world.js"></script>
  </head>

  <body>
    <fhello_world></fhello_world>
  </body>
</html>

説明書

  1. assets/js/にある JavaScript ファイルをダウンロードします。

  2. hello_world.jsを HTML ページにリンクします。

例:

<script src="hello_world.js"></script>
  1. カスタム <hello_world></hello_world>bodyタグ内にタグに使用すると「こんにちは、世界」の例がレンダーされます。

例:

<html>
  <head>
    <script src="hello_world.js"></script>
  </head>

  <body>
    <hello_world></hello_world>
  </body>
</html>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published