@okam/refine-directus
v1.0.19
Published
Refine Directus REST data provider. This is a wrapper around the Directus SDK to use in refine.
Downloads
2
Keywords
Readme
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: [email protected] 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