Skip to content

liferay-forms/sliders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sliders

The Sliders are code samples ready to be used by any developer aiming to create a custom field to deploy into Liferay Forms. These samples are based on the HTML input range and are also the ideal starting point to build a new custom field. Right now, there are 2 samples:

Name Front-End Framework Liferay Portal Compatibility
slider-metaljs MetalJS 7.2, 7.3, 7.4
slider-react React 7.3, 7.4

The Liferay Portal version in which the code samples will be deployed must be set in the devDependencies of the package.json like:

// Dependency compatible with 7.2

  "devDependencies": {
    "@liferay/portal-7.2": "*"
  },
// Dependency compatible with 7.3

  "devDependencies": {
    "@liferay/portal-7.3": "*"
  },
// Dependency compatible with 7.4

  "devDependencies": {
    "@liferay/portal-7.4": "*"
  },

More details about the dependencies above can be seen on liferay-cli target platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages