Skip to content

Instantly share code, notes, and snippets.

@zanhk
zanhk / style.css
Created May 20, 2023 12:38
100 Bytes of CSS to look great everywhere
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
@zanhk
zanhk / AddEditPhaseModal.tsx
Created March 23, 2024 22:40 — forked from MarkAtOmniux/AddEditPhaseModal.tsx
A Project Board Planner board built using Payload CMS
import React from 'react';
import { Modal } from '@faceless-ui/modal';
import { Button } from 'payload/components';
import {
Form,
FormSubmit,
RenderFields,
fieldTypes,
} from 'payload/components/forms';