radenkovic / stencil-sample

Nesting components, css variables & co.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stencil Component composition

TOC:

  • Passing props: src/index.html
  • Reactivity: src/components/my-component.tsx
  • Using css variables: src/global and my-component.css ( style imported in index.html)
  • Component Composition: components/my-component (it loads sub-component)

About

Nesting components, css variables & co.

License:MIT License


Languages

Language:TypeScript 59.7%Language:HTML 29.1%Language:CSS 11.2%