This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
flow-table
/
2.0.5
flow-table 2.0.5
Install from the command line:
Learn more about npm packages
$ npm install @ollionorg/flow-table@2.0.5
Install via package.json:
"@ollionorg/flow-table": "2.0.5"
About this version
The Flow table is built on the Flow design framework (website / github)
npm i --save @cldcvr/flow-table
Note: after installation, re-start your application.
Paste the below snippet in your project and add your application startup/runtime code to it.
import "@cldcvr/flow-core";
import "@cldcvr/flow-table";
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 "@cldcvr/flow-table/dist/types/vue3";
For Vue 2
Copy paste below import types in your main.ts
file.
import "@cldcvr/flow-table/dist/types/vue2";
For React
React: Include react type in tsconfig.json
file like below.
"include": ["src", "./node_modules/@cldcvr/flow-table/dist/types/react.ts"]