Installation Steps
- Create a new component called
MaedoWidget.tsx(or.jsx).
MaedoWidget.tsx
- Import and use this component in your root layout or main application component (e.g.,
App.tsxorlayout.tsx).
layout.tsx
Next.js (App Router)
If you are using the Next.js App Router, ensure the component is a Client Component by adding'use client'; at the top of the file.
