Pages tagged with 'sfc'

Data binding in Web components
Using data in a web application that uses web components is an art on its own. Many of the current application frameworks support data bound UI by supporting a common data layer and mechanisms to interact with this data.

Single-File Components Details - 1
Details on the SFC implementation: File Names and Extensions
Extending the HTML Time Element
The sfc-time Single File Component (SFC) extends the standard <time>
element to use the date and time formatting of the current user to display date and time values.

Single-File Web Components (SFC)
Single File Components (SFC) got popular as they allow to define the complete code for a component in one place.