https://github.com/mobily-enterprises/tpe-material
https://github.com/mobily-enterprises/tpe-material
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobily-enterprises/tpe-material
- Owner: mobily-enterprises
- License: gpl-3.0
- Created: 2021-09-05T00:52:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T13:29:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T22:48:16.162Z (4 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to The Platform
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 like `nn` elements, but with enhancements (forms, advanced range, etc.)
* `ee-` elements are elements that do not resemble native ones (autocomplete, header, navbar, fab)## Web designers
* 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## Web developers
* 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 applicationhttps://glitch.com/edit/#!/mobily-enterprises-tpe-examples?path=designers/one.html:3:50