Skip to content

R0N1n-dev/uix-cloudinary-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Extensions ⨯ Cloudinary

Join our Slack

UI extension to show how to use Cloudinary asset picker with GraphCMS UI Extensions.

How to Use

Deploy the code to Vercel, or run locally, and install on GraphCMS as a UI extension using the URL to your index page as the URL for your extension, and run the compatibility test.

You can get started with our hosted example, but you should deploy and maintain this on your own host: https://graphcms-uix-cloudinary-input.vercel.app/

Follow the docs about Hygraph UI extensions.

Download Manually

npx degit hygraph/hygraph-examples/uix-cloudinary-input uix-cloudinary-input

Install & Run:

cd uix-cloudinary-input
npm install
npm run start
# or
cd uix-cloudinary-input
yarn
yarn start

Releases

No releases published

Packages

No packages published