npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@smarthtmlelements/smarthtmlelements-core

v1.1.1

Published

Smart HTML Elements Core

Downloads

18

Readme

Published on webcomponents.org

Build responsive, mobile-first projects on the Web with the most advanced front-end component library

What is Smart HTML Elements?

Smart HTML Elements represents a framework based on Javascript, HTML and CSS for building web-based applications that run on PC, Touch and Mobile devices. Smart HTML Elements includes more than 30 UI components. All components are designed from ground-up and based on a powerful common core. The framework core provides fundamental capabilities like support for HTML Element extensions and inheritance, HTML Templates , Data Binding, Event handling and routing, property change notifications, device and browser compatibility detection and adjustments.

Works across devices and browsers

Smart HTML Elements takes the JavaScript & HTML UI development to a new level. It is platform independent, cross-browser compatible and works on PC and mobile devices. Don’t spend time testing on different devices and browsers. Use a reliable, CSS compliant JavaScript library based on native technologies.The product supports all major desktop and mobile web browsers - Internet Explorer 11.0, Edge, Firefox, Safari, Opera, Google Chrome.

Web Components

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.

Download and Installation

Download Smart HTML Elements

  • The SDK files are located in the jqwidgets directory

    In general you need to use files from this directory only.

    Files list & description:

    Files required in all projects using the SDK
    • smartelement.js: Core Smart HTML Elements framework
    • Stylesheet files. Include at least one stylesheet Theme file and the images folder:
    • styles/smart.style.css: Stylesheet for the base Theme.
      The smart.style.css file should be always included in your project.
    • styles/images: contains images referenced in the stylesheet files
    Files for Framework classes. Include depending on project needs:
    • smart.bindingsource.js: Data Binding API
    • smart.date.js: Date API
    • smart.draw.js: Draw API
    • smart.numeric.js: Numeric API
    Files for elements. Include depending on project needs:
    • smart.accordion.js: Accordion element
    • smart.button.js: Button, Toggle Button, Repeat Button elements.
    • smart.calendar.js: Calendar element
    • smart.dropdownlist.js: DropDownList element
    • smart.led.js: LED element
    • smart.listbox.js: ListBox element
    • smart.pager.js: Pager element
    • smart.powerbutton.js: Power Button element
    • smart.progressbar.js: Progress Bar element
    • smart.radiobutton.js: Radio Button element
    • smart.scrollbar.js: ScrollBar element
    • smart.switchbutton.js: Switch Button element
    • smart.tabs.js: Tabs element
    • smart.tooltip.js: Tooltip element
    • smart.window.js: Window element
  • Examples

    The index.htm file starts the demo/examples browser
    Individual UI components examples are located in the /demos directory

  • Documentation

    Browse the documentation and examples through the index.htm file
    Individual documentation files are located in the /docs directory

  • Other files

    The /scripts, /images, /styles folders contain the files used by the demos only.