Libraries

Our framework supports a variety of libraries to extend functionality and streamline development. Below are the key library categories available:

  • Widgets: Pre-built UI components to speed up frontend development. Explore Widgets
  • Modules: Backend extensions that enhance application capabilities. Explore Modules

Choosing the Right Library

Each library type serves a different purpose. Use the table below to determine which fits your needs:

Library Type Purpose Example Use Case
Widgets UI components for frontend development Custom buttons, modals, forms
Modules Backend utilities for application logic Authentication, database connectors

Installation

To install a library, follow these steps:

  1. Select the library: Choose a library from the Widgets or Modules collection.
  2. Install the package: js npm install my-framework-widget python pip install my-framework-module
  3. Import and use the library: js import Widget from 'my-framework-widget'; python from my_framework_module import Module

Best Practices

  • Keep your libraries up to date to ensure compatibility.
  • Only install necessary libraries to optimize performance.
  • Check the documentation for configuration details.

For more information, visit our Support page.

Updated on 20 March, 2025

On this page