1.0.0-next.3 • Published 1 year ago

ponya v1.0.0-next.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

🔥🦊 Ponya

On-demand design system

  • ⚡️Fast start & easy to use
  • 🎨 Fully customizable

🐣 Getting started

npm install -D unocss ponya

UnoCSS standalone

// uno.config.js
import { defineConfig, presetMini } from 'unocss'
import { presetPonya } from 'ponya'

export default defineConfig({
  presets: [
    presetMini(), // or presetWind() etc... 
    presetPonya()
  ]
})
// vite.config.js
import { defineConfig } from 'vite'

import uno from 'unocss/vite'
import { presetMini } from 'unocss'
import { presetPonya } from 'ponya'

export default defineConfig({
  // ...
  uno({
    presets: [
      presetMini(), // or presetWind() etc... 
      presetPonya(),
    ]
  })
})

License

This project under the MIT License

1.0.0-next.3

1 year ago

1.0.0-next.1

2 years ago

1.0.0-next.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

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

0.0.2-build.11

2 years ago