@magiclabs/ui
TypeScript icon, indicating that this package has built-in type declarations

0.27.4Β β€’Β PublicΒ β€’Β Published

πŸ’… 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"
)

Readme

Keywords

none

Package Sidebar

Install

npm i @magiclabs/ui

Weekly Downloads

85

Version

0.27.4

License

MIT

Unpacked Size

1.83 MB

Total Files

716

Last publish

Collaborators

  • romin-halltari
  • darrentmagic
  • magictristan
  • musicbender
  • jay.hwang
  • benmagic
  • magic-srinjoy
  • mattupham_magic
  • josh_scanlan
  • sgdheeban
  • thejustinh
  • floresarian89
  • magician9001
  • marvin.ocampo
  • mikeysight
  • damianjachyra
  • jasonatmagic
  • magiclabs_fe
  • bcleary06
  • fyjen
  • dizigen
  • ethella
  • hcote