0.3.9 β€’ Published 6 months ago

@xexiu/astro-progress-bar v0.3.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

πŸš€ astro-modal

NPM Downloads PRs Welcome Astro TypeScript ESLint

HELLO there πŸ‘‹

HTML, CSS and a bit of javascript made with Custom Elements progress bar for astro. Uses API from browsers. Compatible with web/mobile, responsive, HTML5 semantic, SEO friendly. Lighthouse score 100%.

Uses Custom Elements for a better optimization: customElements.define('xe-progress-bar', ProgressBar);

Forking and giving a star will contribute to my motivation in making components for astro (react, react-native, etc...) that are purely HTML, CSS, SEO friendly and responsive :) (almost all components :P).

DEMO: Astro Progress-Bar This product is actively mantained. Any PR, issues or whatever concern, please visit the Github repository https://github.com/xexiu/astro-components.

Tutorials Roadmap

  • Web2: JavaScript, HTML, CSS, Node.js, Python (MLL, AI), React, NextJS React Native and more.
  • Web3: Blockchain, WEB3, dApps, smart contracts and more.

πŸ“¦ Installation

  • Using bun:
bun i @xexiu/astro-progress-bar
  • Using npm:
npm i @xexiu/astro-progress-bar

πŸ” API

interface Props {
    classes?: string; // Optional
    excludeElementSelector?: string; // Optional
}

πŸ›  Usage in astro

---
// more personal/code imports
import ProgressBar from '@xexiu/astro-progress-bar';
---

<div class="container">
<ProgressBar />
<p>MY VERY LONG ARTICLE/WHATEVER</p>
</div>

If classes are NOT specified, the progress bar has default styles.

Β Β‘Chao pescao! πŸ‘‹ 🐠

0.3.9

6 months ago

0.3.8

6 months ago

0.3.7

6 months ago

0.3.6

6 months ago

0.3.5

6 months ago

0.3.4

6 months ago

0.3.3

6 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago