/Stencil_Learning

Analysis on the web-components

Primary LanguageTypeScript

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