Monkeyjs logo

Framework Agnostic, Customizable and Open Source

MonkeyTs is a framework agnostic library for creating user tours and on-boarding steps for your apps.

Features

Extensible

MonkeyJs is designed to be easily extensible. You can add your own steps and plugins to the library to suit your needs.

Customizable

MonkeyJs is designed to be easily customizable. You can customize the steps and plugins to suit your needs.

Lightweight

MonkeyJs is designed to be lightweight and fast. It is designed to be used in any project and is not dependent on any other library.

Strongly Typed

Written in Typescript, MonkeyJs is strongly typed and will give you type safety when using the library.

Developer Friendly

MonkeyJs is designed to be developer friendly. It is designed to be easy to understand and use.

Open Source

MonkeyJs is open source and free to use. You can use it in any project and modify it to suit your needs.

🍌 Installation

Install Monkeyts with your favorite package manager.

Let the monkeys do the heavy lifting while you enjoy the bananas!

Terminal
    npm install monkeyts
  

Usage Example

This is a simple example to demonstrate how to use the component. The left column contains a brief explanation, while the right column shows the corresponding code snippet.

    
<TourContext steps={steps} config={tourConfig} theme={theme}>
  <YourComponent />
</TourContext>