Material & Bootstrap Web Components built with Smart
This repository on webcomponents.org contains community components such as Table, Tabs, Tree, and Menu. These components are available for free and can be used in both commercial and non-commercial packages. There are also NPM packages available for these components including ‘smart-webcomponents-angular’, ‘smart-webcomponents’, and ‘smart-webcomponents-react’. The components can be added to your application without any licensing information or watermarks.
To install these components, follow the steps below:
Download or clone the repository.
Locate the ‘source/modules’ folder. This folder contains the files related to the Table, Tabs, Tree, and Menu components.
Copy the necessary files from the ‘source/modules’ folder to your project directory.
Install the required NPM packages:
For Angular projects, use the ‘smart-webcomponents-angular’ package:
npm install smart-webcomponents-angular
For other projects, use the ‘smart-webcomponents’ package:
npm install smart-webcomponents
For React projects, use the ‘smart-webcomponents-react’ package:
npm install smart-webcomponents-react
Once the files and packages are installed, you can use the components in your application without any licensing information or watermarks.
This repository on webcomponents.org offers a collection of community components such as Table, Tabs, Tree, and Menu. These components can be used for free in both commercial and non-commercial packages. The repository also provides NPM packages for easier integration into different project types. Installation instructions are provided to guide users on how to add these components to their applications.