layup-js
v0.6.4
Published
Layup is a powerful user guidance library that helps you create interactive tutorials and walkthroughs to enhance your web application's user experience.
Keywords
Readme
Layup
Layup is a powerful user guidance library that helps you create interactive tutorials and walkthroughs to enhance your web application's user experience.
Features
- Interactive step-by-step guides
- Onboarding flows
- Feature announcements
- User progress tracking
Installation
npm install layup-jsor
yarn add layup-jsQuick Start
- Import and initialize Layup.js in your application:
import layup from 'layup-js';
layup.init('API_KEY', {
user_id: '123',
});Replace API_KEY with your actual Layup.js API key and provide a unique user_id for user tracking.
Support
Need help? Contact us at [email protected]
