Skip to content
/ oddify Public

An odd looking UI component library for Astro πŸš€

License

Notifications You must be signed in to change notification settings

joacod/oddify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Oddify

GitHub

NPM Astro

πŸ‘‹ Introduction

An odd looking UI component library for Astro πŸš€

πŸ“š Documentation

Oddify 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

"Buy Me A Coffee"

Thanks! πŸ˜ƒ