0.2.7 • Published 4 months ago

oddify v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Oddify

Vercel GitHub

NPM Astro

🛠️ Library in progress...

👋 Introduction

An odd looking UI component library for Astro 🚀

📚 Documentation

Check our documentation to see all available components.

💻 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! 😃

0.2.7

4 months ago

0.2.6

4 months ago

0.2.5

4 months ago

0.2.4

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago