@multifarm/widget
v0.0.296
Published
Multifarm.fi widget
Readme
Multifarm Treasury Dashboard Widget
Multifarm.fi
Multifarm.fi launch App
A collection of Multifarm Treasury Dashboard Widget components.
💡 Currently supported components set
<MultifarmProvider /><Dashboard /><DashboardPro /><Proteus />
👩🏫 Install
- Install
@multifarm/widgetand it's peer dependencies vianpmoryarn
by using npm:
$ npm install @multifarm/widget rechartsby using yarn:
$ yarn add @multifarm/widget recharts👀 Usage
Register an account on Multifarm.fi;
Go to your Account page, API section; Find out an API Key;
In addition to previous step, you should be able to register an allowed URL domains, that are going to use the widget. Please note, even with valid API Key, you won't be able to access API if you don't set up allowed domains. It can be set up on Account page, API section;
In order you miss API token, or it's invalid, or URLs on Account page and your site mismatch - components won't be rendered
Import a Provider component and wrap your app, or just the peace of code, you are going to use Multifarm, with
<MultifarmProvider>component, and provide a requiredtokenoption, from step 2;
import { MultifarmProvider } from '@multifarm/widget'
export default function App() {
return (
<MultifarmProvider token={API_KEY}>
{/* Your app code here */}
</MultifarmProvider>
)
}- That's it ✅. You should be able to use other components from
@multifarm/widgetpackage, insideMultifarmProvidercomponent;
📚 Components description
| Component | Description |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --- |
| MultifarmProvider | A root component, that should wrap all components from this package. |
| Dashboard | Dashboard component. Recommended if you don't plan to build your own components structure and pages. No configuration is needed. |
| DashboardPro | Olympus Pro component. |
| Proteus | Proteus Component | |
👩 Support
Contact [email protected] for any feature request or bug. Also, feel free to create a new issue in GitHub repo.
🔮 Future features
⭐️ - in progress ✅ - done
- 🧪 ✅ Ability to customization
- 🧪 ✅️ Mobile UI
- 🧪 TypeScript support
