Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 343 Bytes

Components

Components are the main building blocks of the language.

Components have the following features:

  • they can be composed inside each other
  • they can be connected to stores
  • they can subscribe to providers
  • styles can be defined for HTML elements inside them
  • properties can be defined with types and default values