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

---
import { buildProgress, type Props } from "./Progress";

const { value, cells = 20 } = Astro.props as Props;
---
<span class="progress" role="progressbar" aria-valuenow={Math.round(value)} aria-v
aluemin="0" aria-valuemax="100">{buildProgress(value, cells)}</span>

---
import { buildProgress, type Props } from ".
/Progress";

const { value, cells = 20 } = Astro.props as
 Props;
---
<span class="progress" role="progressbar" ar
ia-valuenow={Math.round(value)} aria-valuemi
n="0" aria-valuemax="100">{buildProgress(val
ue, cells)}</span>
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET