JS

Rating

The LemonadeJS Star Rating plugin is a micro JavaScript component that provides a customizable five-star rating system. It enables expressive and flexible ratings for products or services, going beyond basic numeric feedback. Documentation Installation npm install @lemonadejs/rating Material icons It requires Google Material Icons. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> Attributes Attribute Description name?: String The name of […]
Learn More

Signature Pad

The LemonadeJS JavaScript Signature Pad is a lightweight, reactive component that facilitates signature capture in web applications.
Learn More

Google Charts

All Charts in Site: https://developers.google.com/chart/interactive/docs/gallery/scatterchart?hl=ru
Learn More

Copy to Clipboard

Using the Clipboard API (Modern Browsers)
Learn More

Create Project

React Application with vite
Learn More

How To Create a Modal Box

A modal is a dialog box/popup window that is displayed on top of the current page:
Learn More

nvm

nvm install latest - install latest version
Learn More

String Methods

replace() - Method searches a string for a value or a regular expression. Method returns a new string with the value(s) replaced. Method does not change the original string.
Learn More