1.0.19 • Published 11 months ago

@okam/refine-directus v1.0.19

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

refine-directus

Directus dataprovider package for refine.

About

refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.

Documentation

For more detailed information and usage, refer to the refine data provider documentation.

Install

npm install @tspvivek/refine-directus

Example

Use below login details in example username: demo@demo.com password: 123456 url: https://refine.dev/docs/examples/data-provider/directus/

Notes

To enable perform archive instead of delete with DeleteButton pass metaData={deleteType:'archive'} in DeleteButton