node-selendang
Version:
A lightweight and customizable reading progress bar library for web pages, designed to enhance user experience by indicating how much content remains.
16 lines (14 loc) • 434 B
text/typescript
import Selendang from "../../src/main";
let selendang = new Selendang('Agung');
export default `
<div id="container-readme">
<a href="https://github.com/artistudioxyz/node-selendang" target="_blank" rel="noreferrer">
<img src="/logo.png" class="logo" alt="Selendang Logo" />
</a>
<h1>~ Node Selendang ~</h1>
<div class="read-the-docs">
<p>a simple reading process bar library</p>
${ selendang }
</div>
</div>
`