uzairfarooq / arrive

Watch for DOM elements creation and removal
MIT License
869 stars 99 forks source link

How to import from npm? #83

Open ivanjeremic opened 3 years ago

ivanjeremic commented 3 years ago

There is no example how to correctly import it when using npm, is it: import arrive from "arrive"; ?

uzairfarooq commented 3 years ago

import Arrive from 'arrive'

ivanjeremic commented 3 years ago

import Arrive from 'arrive'

Didn't work for me but thanks anyway found a react hook for my use case.

biinniit commented 2 years ago

import {} from 'arrive' worked for me