oddify
v0.2.9
Published
An odd looking UI component library for Astro
Downloads
7
Maintainers
Readme
Oddify
👋 Introduction
An odd looking UI component library for Astro 🚀
📚 Documentation
To run the documentation and see all available components, you can run the following commands.
cd docs
pnpm i
pnpm run dev
💻 Development
Install library:
npm i oddify
Configure tsconfig.json in your project:
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@oddify": ["../lib.astro"]
}
}
}
Use component example:
---
import {Button} from "@oddify";
---
<Button>Click Me</Button>
☕️ Did you like the project?
You can colaborate with me giving a star ⭐️ to the project or
Thanks! 😃