@aadhyarupam/ai-elements-lib

1.14.3 • Public • Published

Aadhyarupam elements UI Library

This UI library offers UI components for building responsive user experiences (UX). Library is offered as ES6 compliant plugin for front-end application.

Features

  1. Responsive: Unified design approach supporting responsive UI across devices.
  2. Simple to use: Data-driven visual builder to build & launch interactive UI in few minutes.
  3. Headless UI: Offering device agnostic component model with state & route management for headless UI.
  4. Easy to customize: Give full autonomy to customize, style and integrate UI through Generative AI.
  5. Data Administration: In-built data administration and dynamic query builder (SQL & NoSQL).
  6. Input Mask & Data Validation: Integrated data validations & input mask capabilities with UI components.
  7. Light-weight & high performant: Built from ground using event driven component model to deliver exceptional user experiences, Aadhyarupam elements offer proven optimal performance.
  8. SPA & SSR compliant: Whether you are building Single Page Application (SPA) or Server Side Rendering (SSR) Application, our library is suitable for both type of front-end application.

Pre-requisite

Vue: 3.2.45 or latest Node: 16.13 or latest

Installation

To import library in your project, do followings:

  1. Execute in your project root directory: npm install --save @aadhyarupam/ai-elements-lib

  2. To use components of library natively in your vue application, refer below script: import { createApp } from 'vue'; import { createPinia } from 'pinia'; import App from './App.vue'; import elementsPlugin from '@aadhyarupam/ai-elements-lib';

    createApp(App).use(elementsPlugin).use(createPinia()).mount('#app');

Standalone JS from CDN

https://cdn.jsdelivr.net/npm/@aadhyarupam/ai-elements-lib https://unpkg.com/@aadhyarupam/ai-elements-lib

License

Copyright © 2020-2024 Aadhyarupam https://www.aadhyarupam.com Use of this source code is strictly restricted to Aadhyarupam & its official licensee. Usage of published Aadhyarupam elements library is governed by End-User License Agreement (EULA). Please refer license copy here: https://www.aadhyarupam.com/aadhyarupam-license-eula

Package Sidebar

Install

npm i @aadhyarupam/ai-elements-lib

Weekly Downloads

15

Version

1.14.3

License

End User License Agreement (EULA), SEE LICENSE HERE: https://www.aadhyarupam.com/aadhyarupam-license-eula

Unpacked Size

407 kB

Total Files

7

Last publish

Collaborators

  • aadhyarupam