0.1.3 • Published 10 months ago

@unifydev/preset-bg v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.1.0

10 months ago

0.0.41

11 months ago

0.1.2

10 months ago

0.0.42

10 months ago

0.1.1

10 months ago

0.0.43

10 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.3-beta.0

1 year ago

0.0.2-beta.0

1 year ago