0.2.9 • Published 10 months ago

oddify v0.2.9

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

Oddify

GitHub

NPM Astro

👋 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

"Buy Me A Coffee"

Thanks! 😃

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago