sagarb3 / Stencil_Learning

Analysis on the web-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Convention Used In Project

  • camelCase method used

  • private method followed by underscore example _private()

  • public method not followed by underscore

  • className capitilize class Modal

  • custom elements is somedomain-elementfeature sb3-tooltip sb3-modal , sb3 is some domain name

General Description

Webcomponents are custom html elements which have their own functionality tied closely to their shadow dom and can be used for a small as well as big project , web components are super easy to implement

Important Links to Refer

About

Analysis on the web-components


Languages

Language:TypeScript 40.1%Language:JavaScript 27.0%Language:HTML 17.7%Language:CSS 15.2%