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/findsh
pnpm add @leafer-in/findsh
yarn add @leafer-in/findsh
bun add @leafer-in/findOr 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>