Installation

This is the guide to install and start using the library, along with some considerations as well.

Installation Command

These are the terminal commands to install the library:

Peer Dependencies

The library needs React, React-dom and Motion (formerly Framer Motion) to work:

    
       
"peerDependencies": {
  "motion": "^12.6.5";
  "react": "^19.0.0";
  "react-dom": "^19.0.0";
}

What's next?

You can now start using the library. Check out the first steps.