-
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
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