Plesk UI Library 3.40.4

Plesk UI Library is a JavaScript component library based on React.js. It is intended for creating web interfaces for Plesk products.

The API Reference contains detailed descriptions for each component in the Plesk UI Library, including component properties and usage examples. The examples are based on ES6+ and JSX syntax.

Patterns

Besides individual components' descriptions we also strongly recommend reading the "Patterns" section with articles about common principles of using the components:

Components

  • Native properties supported by the DOM (like onClick, onMouseEnter, style, etc.) are not documented.
  • Supplied undocumented properties are spread to the root element. For instance, className or data-id properties are applied to the root.

Plesk versions