SkyCell ยท SkyMind

@framework/ui

v1.7.7 dev

SkyMind's shared React component library โ€” the building blocks behind the Booking Portal and SkyMind in general. Browse every component, with live controls and docs, in Storybook.

Open Storybook โ†’ GitHub repo

Install

# Point the @framework scope at the private registry and authenticate
npm config set @framework:registry https://npm.dev.skymind.com/
npm config set //npm.dev.skymind.com/:_auth <base64 user:pass>

npm install @framework/ui

Use

import { /* components */ } from '@framework/ui';