0.0.13 • Published 5 years ago

@onboardist/ui v0.0.13

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

Reusable user onboarding UI components

Build Status XO code style

Components

  • Coachmark
  • Hotspot
  • Tour
  • Tooltip

Development

Scheme

  1. Export each component individually from a single transpiled file. Tree-shaking on the using module's side will take care of excluding unused components.
  2. Use storybook to develop components
  3. Bundle with Rollup

Releases

npx np

Notes

  • Make components generate a unique ID on creation that is used in the id="" attribute, so they can be linked together.
    • Allow passing in Onboardist.UI instances as attach arguments. Use the id value (.get('id')) as the element selector to attach to.

Debugging

$ npm install --global inspect-process
$ inspect node_modules/ava/profile.js test/main.js
0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago