A simple GraphCMS UI Extension that adds a Fontawesome icon selector
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.
npx degit derfl007/graphcms-uix-fontawesome uix-fontawesome
Install & Run:
cd uix-fontawesome
npm install
npm run dev
# or
cd uix-fontawesome
yarn
yarn dev