2.4.8 • Published 12 months ago

@ollion/flow-table v2.4.8

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Flow Table

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

Installation

1️⃣ Install flow table dependency

npm i --save @ollion/flow-table

Note: after installation, re-start your application.

2️⃣ Import flow-table 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-table";

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-table/dist/types/vue3";

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

import "@ollion/flow-table/dist/types/vue2";

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

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

1 year ago

2.4.6

1 year ago

2.4.8

12 months ago

2.4.5

1 year ago

2.4.4

1 year ago

2.4.3

1 year ago

2.4.1

1 year ago

2.4.2

1 year ago

2.4.0

1 year ago

2.3.0

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.3

1 year ago