No description
Find a file
2024-12-04 14:12:40 -05:00
src Don't use Astro Image component, it's trash 2024-12-04 14:08:11 -05:00
.gitignore 🚀 Init 2024-12-03 21:50:31 -05:00
bun.lockb 🚀 Init 2024-12-03 21:50:31 -05:00
index.ts Create Hero component 2024-12-04 13:59:43 -05:00
LICENSE 🚀 Init 2024-12-03 21:50:31 -05:00
package.json update 2024-12-04 14:12:40 -05:00
README.md 🚀 Init 2024-12-03 21:50:31 -05:00
tsconfig.json 🚀 Init 2024-12-03 21:50:31 -05:00

Pandora

An Astro component library for SudoVanilla related websites and projects.

Warning

Pandora is in early development is not built yet to be utilized in other projects outside of SudoVanilla.

Installation

To install Pandora for your Astro website, running the following:

bun install --registry https://npm.sudovanilla.org/

Usage

You can use Pandora like with any other Astro component, import and use:

---
import {CallToAction} from "@sudovanilla/pandora"
---

<CallToAction
    Title="Section Title"
    Description="Description for the section."
    ImageSource="image.png"
    ImageAlt="Describe the image"
    PrimaryActionText="Primary Action"
    PrimaryAction="https://example.com/"
/>

License

Copyright (C) 2023 - 2025 MinPluto

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see https://www.gnu.org/licenses/.

Please don't upload to GitHub