@onboardist/ui
v0.0.13
Published
Reusable user onboarding UI components
Downloads
62
Maintainers
Readme
Reusable user onboarding UI components
Components
- Coachmark
- Hotspot
- Tour
- Tooltip
Development
Scheme
- Export each component individually from a single transpiled file. Tree-shaking on the using module's side will take care of excluding unused components.
- Use storybook to develop components
- Bundle with Rollup
Releases
npx npNotes
- [ ] 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
attacharguments. Use theidvalue (.get('id')) as the element selector to attach to.
- [ ] Allow passing in Onboardist.UI instances as
Debugging
$ npm install --global inspect-process
$ inspect node_modules/ava/profile.js test/main.js