npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@aadhyarupam/ai-elements-lib

v1.13.0

Published

Aadhyarupam elements UI Library contains components for building responsive, headless & customizable user experiences through cloud-native automated no code, low code platform.

Downloads

78

Readme

Aadhyarupam elements UI Library

This UI library offers components for building interactive Forms. Library is offered as ES6 compliant plugin for front-end application.

Features

  1. Responsive: Unified design approach supporting responsive front-end across devices
  2. Simple to use: Data-driven visual builder to build & launch interactive Forms 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 Forms using Aadhyarupam Code Builder.
  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 form 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: Single Page Application or Server Side Rendering, our library is compliant for both type of front-end application.

Pre-requisite

Vue: 3.2.25 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/license/aadhyarupam-elements-eula