Skip to content

Instantly share code, notes, and snippets.

View EdwardGoomba's full-sized avatar
💭
Thinking about waffles...

Edward Danilyuk EdwardGoomba

💭
Thinking about waffles...
View GitHub Profile
@EdwardGoomba
EdwardGoomba / README.md
Last active January 20, 2020 15:40 — forked from hofmannsven/README.md
Git Cheatsheet
@EdwardGoomba
EdwardGoomba / README-Template.md
Created November 6, 2017 15:20 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@EdwardGoomba
EdwardGoomba / contentBuilderModal.jsx
Created March 18, 2024 18:25 — forked from kegansovay/contentBuilderModal.jsx
Sanity Custom Module Input Component
import React, { useState, useCallback } from 'react';
import {
Button,
Flex,
Dialog,
Grid,
Card,
Text,
Box,
TextInput