Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/next-dom-ready

Dom ready based on next.
https://github.com/afeiship/next-dom-ready

dom next ready

Last synced: about 2 months ago
JSON representation

Dom ready based on next.

Awesome Lists containing this project

README

        

# next-dom-ready
> dom ready based on next toolkit

## usage:
```javascript
nx.domReady(function(){
console.log('Hello world!');
});
```