Skip to content

Find Elements

Element searching functionality.

Install Plugin

You need to install the find plugin to use this feature. Visit GitHub repository.

sh
npm install @leafer-in/find
sh
pnpm add @leafer-in/find
sh
yarn add @leafer-in/find
sh
bun add @leafer-in/find

Or include via script tag and access plugin APIs through the global variable LeaferIN.find.

html
<script src="https://unpkg.com/@leafer-in/find@2.1.0/dist/find.min.js"></script>
html
<script src="https://unpkg.com/@leafer-in/find@2.1.0/dist/find.js"></script>

Next Step

find ()

findOne ()

Released under the MIT License.