Choose your charms
This isn't your dad's needlepoint belt.
Agreeable Work
CSS-first Astro components for primary actions, form controls, decorative trims, and small content patterns.
This isn't your dad's needlepoint belt.
Yep, with our 3D printer.
Or wherever. You do you.
Future package paths will let you import the stylesheet once, then use the Astro wrapper where component ergonomics help. Plain HTML can also use the emitted classes directly.
---
import Button from "@agreeable-work/design-system/src/components/Button.astro";
import TrimDivider from "@agreeable-work/design-system/src/components/TrimDivider.astro";
import TextInput from "@agreeable-work/design-system/src/components/TextInput.astro";
import EmailSignup from "@agreeable-work/design-system/src/components/EmailSignup.astro";
import StepList from "@agreeable-work/design-system/src/components/StepList.astro";
import CharmStrip from "@agreeable-work/design-system/src/components/CharmStrip.astro";
import "@agreeable-work/design-system/src/styles/agreeable-work.css";
---