The Platform Elements is a minimalist set of themable elements for web designers and web developers. There are three types of elements:
nn-
elements work exactly like native elements (input, select, etc.)en-
elements work likenn
elements, but with enhancements (forms, advanced range, etc.)ee-
elements are elements that do not resemble native ones (autocomplete, header, navbar, fab)
- Use the
nn-
elements by simply replacing the corresponding native ones. - Use enhanced elements to load data from a remote server, code autocomplete, and more
- Theme elements using custom CSS properties or custom stylesheets
- Use lit-element's and web component's full potential
- Create custom themes or derivative elements easily
- Enjoy the fully literate source code
- Use these elements in your web application or single page application
https://glitch.com/edit/#!/mobily-enterprises-tpe-examples?path=designers/one.html:3:50