background-octagono-yellow
v0.0.1
Published
An Astro component that renders a stylized octagonal yellow background. It can be used as a visual backdrop for sections, headers, or entire pages. The component encapsulates both layout and styling logic, ensuring consistency and reusability across your
Maintainers
Readme
background-octagono-yellow
An Astro component that renders a stylized octagonal yellow background. It can be used as a visual backdrop for sections, headers, or entire pages. The component encapsulates both layout and styling logic, ensuring consistency and reusability across your Astro project.
Installation 📖
# You can intall with npm
npm install background-octagono-yellow
# or with yarn
yarn add background-octagono-yellow
# or with pnpm
pnpm add background-octagono-yellowUsage ⚙️
---
import BackgroundOctagonoYellow from 'background-octagono-yellow';
---
<BackgroundOctagonoYellow />
