JSPM

@blocklet/launcher-ux

2.5.34
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1737
  • Score
    100M100P100Q111389F
  • License ISC

Launcher UX lib

Package Exports

  • @blocklet/launcher-ux
  • @blocklet/launcher-ux/lib/button
  • @blocklet/launcher-ux/lib/button/index.js
  • @blocklet/launcher-ux/lib/check-box
  • @blocklet/launcher-ux/lib/check-box/index.js
  • @blocklet/launcher-ux/lib/hot-key/submit.js
  • @blocklet/launcher-ux/lib/payment/checkout/on-demand.js
  • @blocklet/launcher-ux/lib/progress-message
  • @blocklet/launcher-ux/lib/progress-message/index.js
  • @blocklet/launcher-ux/lib/small-circle-progress
  • @blocklet/launcher-ux/lib/small-circle-progress/index.js
  • @blocklet/launcher-ux/lib/use-mobile
  • @blocklet/launcher-ux/lib/use-mobile/index.js
  • @blocklet/launcher-ux/lib/util.js

Readme

Launcher UX Lib

Launcher common UX component

Usage

import React from 'react';
import CheckBox from '@blocklet/launcher-ux/lib/checked-box';

function App() {
  return <CheckBox checked>Content</CheckBox>;
}