An open API service indexing awesome lists of open source software.

https://github.com/ymzuiku/flavorcss

Runtime Build Atomic Class: https://gewulian.com
https://github.com/ymzuiku/flavorcss

Last synced: 5 months ago
JSON representation

Runtime Build Atomic Class: https://gewulian.com

Awesome Lists containing this project

README

        

# flavorcss

Runtime Build Atomic Class

## Document: [https://gewulian.com](https://gewulian.com)

## Use Auto observer

Auto observer use in MutationObserver.

```html

window.flavorObserver()

```

Use npm:

```sh
npm i flavorcss
```

Import in your project

Auto observer html change:

```js
import {flavorObserver} from "flavorcss";

flavorObserver()
```

## Use className

If you not use MutationObserver, you can manual use className:

```js
import {flavor} from "flavorcss";

function App(){
return


}
```