New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ada-ui

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ada-ui

[![npm version](https://badge.fury.io/js/ada-ui.svg)](https://badge.fury.io/js/ada-ui)

latest
Source
npmnpm
Version
6.0.1
Version published
Weekly downloads
372
1228.57%
Maintainers
1
Weekly downloads
 
Created
Source

Ada

npm version

My sci-fi inspired UI components library. Still growing...

CDN

https://cdn.jsdelivr.net/gh/tklepzig/Ada@version/css/ada.css

Replace version with the version of your desired release, see https://github.com/tklepzig/Ada/releases (e.g. 5.0.0)

Install

# Using npm
npm install ada-ui --save

# Using yarn
yarn add ada-ui

Select a Theme

Beginning with version 3.0.0, you can choose between different themes. When using the CSS, ensure to include the correct theme file before the main one, e.g.:

https://cdn.jsdelivr.net/gh/tklepzig/Ada@5.0.0/css/ada.blue.css

Versioning and Publishing

  • Releases are created via GitHub Actions using Changesets
  • When adding changes which need a version update, add a changeset by running npm run changeset
  • When the changes are done, commit/merge your branch which will create/update a Release PR (opened by a bot) that incorporates the changesets to update the changelog and version number
  • When ready for release, merge the Release PR
  • For creating prereleases (snapshots), add a new comment to your PR which contains only /snapshot

FAQs

Package last updated on 14 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts