@ollion/flow-dashboard
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Flow Dashboard

The Flow dashboard is built on the Flow design framework (website / github)

Installation

1️⃣ Install flow dashboard dependency

npm i --save @ollion/flow-dashboard

Note: after installation, re-start your application.


2️⃣ Import flow-dashboard into your project

Paste the below snippet in your project and add your application startup/runtime code to it.

import "@ollion/flow-core";
import "@ollion/flow-dashboard";

3️⃣ For a typescript enabled project (optional)

Note: After adding, re-start your application. Make sure you are using version >4.5

For Vue 3: Copy paste below import types in your main.ts file.

import "@ollion/flow-dashboard/dist/types/vue3";
For Vue 2

Copy paste below import types in your main.ts file.

import "@ollion/flow-dashboard/dist/types/vue2";
For React

React: Include react type in tsconfig.json file like below.

"include": ["src", "./node_modules/@ollion/flow-dashboard/dist/types/react.ts"]

Package Sidebar

Install

npm i @ollion/flow-dashboard

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

6.1 MB

Total Files

42

Last publish

Collaborators

  • vikas-cldcvr
  • nikhilverma