Web Components & Custom Elements for Professional Web Applications
Smart UI is a framework for building web components and custom elements. It is similar to Stencil and LitElement and supports two-way data-binding, templates, property change notifications, type-checking, and validation. The framework does not have any third-party dependencies and is available in Javascript, Angular, and React. It offers over 60 UI components including Grid, Chart, Kanban, Gantt, Table, Tabs, Accordion, Gauge, DateTimePicker, and more. The components are built with pure Javascript code and work across devices and browsers.
To install Smart UI, you can use npm to install the package. Here is the command:
npm install smart-webcomponents-react
Once installed, you can import the desired components in your project. For example, to use the Accordion component, import it as follows:
import 'smart-webcomponents-react/smart.accordion';
Now, you can use the Accordion component in your HTML markup.
Smart UI is a powerful framework for building web components and custom elements. It offers a wide range of UI components and has features like two-way data-binding, property change notifications, and type-checking. The framework is available in Javascript, Angular, and React, making it flexible for different development environments. With its pure Javascript code and cross-device/browser compatibility, Smart UI is a great choice for professional web applications.