An odd looking UI component library for Astro π
To run the documentation and see all available components, you can run the following commands.
cd docs
pnpm i
pnpm run dev
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>
You can colaborate with me giving a star βοΈ to the project or
Thanks! π