Skip to content

Commit 8090a6f

Browse files
committed
First Commit
1 parent 3492941 commit 8090a6f

21 files changed

+1642
-0
lines changed

EULA.pdf

197 KB
Binary file not shown.

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,55 @@
11
# smart-elements
22
Web Components & Custom Elements for Professional Web Applications
3+
4+
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/collection/HTMLElements/smarthtmlelements-core)
5+
6+
7+
Build responsive, mobile-first projects on the Web with the most advanced front-end component library
8+
-----------------------------------------------------------------------------------------------------
9+
10+
What is Smart HTML Elements?
11+
----------------------------
12+
13+
Smart HTML Elements is a Framework for building Custom Elements. Smart is similar to Polymer and LitElement. It supports two-way data-binding, templates, property change notifications, Typescript-like type-checking and validation.
14+
Smart does not have third-party dependencies. It is pure Javascript code. More than 30 Web Components are built with Smart including Grid, Tabs, Accordion, Gauge, DateTimePicker and others. Some of the Web Components built with the library are commercial. Others are open-source.
15+
16+
Works across devices and browsers
17+
---------------------------------
18+
19+
20+
Web Components
21+
--------------
22+
23+
A suite of polyfills supporting the Web Components specs is included in our examples. These polyfills ensure that Custom Elements are supported in all browsers.
24+
25+
26+
Download and Installation
27+
-------------------------
28+
29+
[Download Smart HTML Elements](npm i @smarthtmlelements/smart-elements or http://www.htmlelements.com/download/)
30+
31+
* ### The SDK files are located in the jqwidgets directory
32+
33+
In general you need to use files from this directory only.
34+
35+
#### Files list & description:
36+
37+
##### Files required in all projects using the SDK
38+
39+
* smart.element.js: Core Smart HTML Elements framework
40+
* smart.elements.js: All Smart HTML Elements
41+
* smart.default.css: Stylesheet for all Web Components.
42+
43+
44+
[Live Demo ↗](https://htmlelements.com/demos//)
45+
|
46+
[Documentation ↗](https://www.htmlelements.com/docs/)
47+
48+
49+
50+
[<img src="https://raw.githubusercontent.com/htmlelements/smart-elements/master/smart-tabs.png" alt="Screenshot of smart-tabs, using the Material theme">](https://htmlelements.com/demos/tabs/)
51+
52+
[<img src="https://raw.githubusercontent.com/htmlelements/smart-elements/master/smart-calendar.png" alt="Screenshot of smart-calendar, using the Material theme">](https://htmlelements.com/demos/calendar/)
53+
54+
55+

smart-calendar.png

10.1 KB
Loading

smart-tabs.png

99.5 KB
Loading

source/smart.element.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/smart.elements.js

Lines changed: 1169 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/styles/font/smart.icons.eot

17.9 KB
Binary file not shown.

source/styles/font/smart.icons.svg

Lines changed: 142 additions & 0 deletions
Loading

source/styles/font/smart.icons.ttf

17.8 KB
Binary file not shown.
11 KB
Binary file not shown.

0 commit comments

Comments
 (0)