0.1.3 • Published 5 months ago

@unifydev/preset-bg v0.1.3

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

This presset is a customizable collection of gradient, grid, radial background by bg.ibelick.com

Credit

Usage

Installation

npm i -D @unifydev/preset-bg

Note that PresetUI is a dev dependency

Config

In you uno.config.(js|ts) :

...
// import the packages
import {presetBg} from '@unifydev/preset-bg'

export default defineConfig({
  // ...config
  presets: [
    //other presets
    presetBg()
  ],
});

Use it

Now you can use :

Grid

<div class="relative size-screen">
  <span aria-hidden="true" class="absolute size-full ui-grid-dotted ui-grid-dotted-bg-size-xl ui-grid-dotted-bg-gray950 text-blue"></span>
</div>

Contributing

If you're interested in contributing to Unify-UI, please read our contributing docs before submitting a pull request.

Join Our Community 🌍

Contribute, collaborate, and become a part of our mission 🚀

0.1.3

5 months ago

0.1.0

5 months ago

0.0.41

5 months ago

0.1.2

5 months ago

0.0.42

5 months ago

0.1.1

5 months ago

0.0.43

5 months ago

0.0.4

5 months ago

0.0.3

6 months ago

0.0.3-beta.0

12 months ago

0.0.2-beta.0

1 year ago