all repos — snow-editor @ 24ce9e9ef60be3233adb8eaa03f5a936c1ef4acd

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>;
}