https://github.com/joacod/oddify
An odd looking UI component library for Astro 🚀
https://github.com/joacod/oddify
astro components-library css css3 ui-design ui-library
Last synced: 5 months ago
JSON representation
An odd looking UI component library for Astro 🚀
- Host: GitHub
- URL: https://github.com/joacod/oddify
- Owner: joacod
- License: mit
- Created: 2024-01-14T15:11:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T02:05:55.000Z (over 1 year ago)
- Last Synced: 2025-03-20T14:40:31.264Z (about 1 year ago)
- Topics: astro, components-library, css, css3, ui-design, ui-library
- Language: CSS
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oddify
[](https://github.com/joacod/oddify/blob/main/LICENSE)
[](https://www.npmjs.com/package/oddify)
[](https://astro.build/)
## 👋 Introduction
An odd looking UI component library for [Astro](https://astro.build/) 🚀
## 📚 Documentation
To run the documentation and see all available components, you can run the following commands.
```bash
cd docs
pnpm i
pnpm run dev
```
## 💻 Development
**Install library:**
```bash
npm i oddify
```
**Configure tsconfig.json in your project:**
```json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@oddify": ["../lib.astro"]
}
}
}
```
**Use component example:**
```bash
---
import {Button} from "@oddify";
---
Click Me
```
## ☕️ Did you like the project?
You can colaborate with me giving a star ⭐️ to the project or
[](https://www.buymeacoffee.com/joacod)
Thanks! 😃