felix-berlin / astro-breadcrumbs

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.

Home Page:https://docs.astro-breadcrumbs.kasimir.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍞 Astro | Breadcrumbs

npm npm GitHub package.json version GitHub Workflow Status codecov GitHub file size in bytes GitHub file size in bytes GitHub file size in bytes GitHub file size in bytes Dependent repos (via libraries.io)

Well configurable breadcrumb component for Astro.

Create breadcrumbs completely dynamically or specify exactly how they should look.


This component comes with:

  • βœ… Zero dependencies
  • βœ… Fully customizable
  • βœ… Dynamic or static mode
  • βœ… Completely optional styles
  • βœ… Choose between SCSS or CSS styles:
    • SCSS file with a lot of settings
    • CSS File with configurable CSS vars
  • βœ… CSS classes with BEM naming convention
  • βœ… A11y support
  • βœ… Structured data schema.org JSON-LD script tag support
  • βœ… Small size
  • βœ… Zero Config Mode. Just install and use!

πŸ“¦ Installation

# Uisng NPM
npm install astro-breadcrumbs

# Using Yarn
yarn add astro-breadcrumbs

# Using PNPM
pnpm add astro-breadcrumbs

πŸ“– Documentation

Please visit the documentation for detailed information about all features and styling.

About

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.

https://docs.astro-breadcrumbs.kasimir.dev

License:GNU General Public License v3.0


Languages

Language:TypeScript 71.2%Language:Astro 15.3%Language:SCSS 12.8%Language:JavaScript 0.7%