all repos — snow-editor @ 970ebf52cf5910cc2f16975f6021a80ada3a308a

small and cozy markdown, and orgmode editor

src/components/StatusBadge.jsx (view raw)

 1
 2
 3
export default function StatusBadge({ variant, children }) {
  return <span className={`badge badge--${variant}`}>{children}</span>;
}