The Lab

Scratch space. Paste code, test components, try layouts. Nothing leaves this page unless you want it to.

snippet.js — testbed
1
2
3
4
5
6
7
8
9
10
// Testbed snippet — edit me
const runTest = (input) => {
  const result = transform(input);
  if (!result) throw new Error('No output');
  return result;
};

// Run
console.log(runTest('hello world'));
// Scratch pad
// Palette
--bg
--surface
--border
--dim
--text
--accent
--accent2
--warn
// Tags
Live Beta WIP Draft
// Buttons
// Input