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.5.13 or latest
Node: 20.11 or latest
Axios: 1.9.0 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 AiElementsPlugin from '@aadhyarupam/ai-elements-lib';
createApp(App).use(AiElementsPlugin).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-2025 Aadhyarupam
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