Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Basic

This example demonstrates close to the smallest Halogen component you can build. It's unlikely you'd make components this small in a real world application, but this lets you see the essential parts of a component definition.

Building

You can build this example from the root of the Halogen project:

npm install
npm run example-basic

This will bundle a runnable JS file, example.js, in the examples/basic/dist directory. You can view the running application by opening the corresponding index.html file.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.