Skip to content

Latest commit

 

History

History
 
 

uix-basic-input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

UI Extensions ⨯ Basic Input

Join our Slack

This is a simple <input /> that can be added to GraphCMS as a UI extension.

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.

Follow the guide on working with GraphCMS UI extensions.

Download Manually

npx degit graphcms/graphcms-examples/uix-basic-input uix-basic-input

Install & Run:

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