Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@magiclabs/ui

Package Overview
Dependencies
Maintainers
25
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magiclabs/ui

๐Ÿ’… A progressive, themeable UI framework for building magical user experiences.

  • 0.27.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-86.11%
Maintainers
25
Weekly downloads
ย 
Created
Source

๐Ÿ’… Magic UI

A progressive, themeable UI framework for building magical user experiences.

License ยท Contributing Guide

๐Ÿ“– Documentation

[Coming soon...]

๐Ÿ”— Installation

Integrating your app with Magic UI requires our client-side NPM package:

# Using NPM:
npm install --save @magiclabs/ui

# Using Yarn:
yarn add @magiclabs/ui

Install required peerDependencies:

If using npm@>5.x, use this shortcut (yarn will be automatically detected, if in use):

npx install-peerdeps --dev @magiclabs/ui

Alternatively, Linux and macOS users can one of these commands:

# Using NPM:
(
  export PKG=@magiclabs/ui;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
# Using Yarn:
(
  export PKG=@magiclabs/ui;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add -D "$PKG@latest"
)

FAQs

Package last updated on 20 Oct 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc