OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 8 LINES
 
[ HISTORY ]  [ UP ]
 

---
import type { Props } from "./Badge";
import "./Badge.scss";

const { label, href } = Astro.props as Props;
---
{href ? <a class="badge" href={href}>[{label}]</a> : <span class="badge">[{label}]
</span>}

---
import type { Props } from "./Badge";
import "./Badge.scss";

const { label, href } = Astro.props as Props
;
---
{href ? <a class="badge" href={href}>[{label
}]</a> : <span class="badge">[{label}]</span
>}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET