-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6118852
commit 12594c8
Showing
23 changed files
with
2,043 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[[{"l":"Index"}],[{"l":"useClickOutside","p":["The useClickOutside hook is a custom React hook designed to invoke a callback when a click event occurs outside a specified element."]},{"l":"Usage"},{"l":"Parameters","p":["Name","Description","callbackFun","The callback function to be invoked on click outside the specified element."]},{"l":"API"},{"l":"elementRef","p":["A React RefObject that should be assigned to the HTML element for which you want to detect clicks outside."]},{"l":"Example","p":["In this example, the useClickOutside hook is utilized to detect clicks outside a specified element, triggering the provided callback function."]}],[{"l":"useEffectExceptFirstRender","p":["The useEffectExceptFirstRender hook is a custom React hook designed to execute an effect function after the initial render, excluding the first render."]},{"l":"Usage"},{"l":"Parameters","p":["Name","Description","func","The effect function to be executed after the initial render, excluding the first render.","deps","An array of dependencies to watch for changes. The effect function will be re-executed if any of these dependencies change."]},{"l":"Example","p":["In this example, the effect function will be executed on every render except the first one."]}],[{"l":"useFetch"}],[{"l":"useScrollBlock","p":["The useScrollBlock hook, part of the \"hookverse\" package, provides a simple way to block and allow scrolling on a webpage. It is designed to be used in React applications."]},{"l":"Usage"},{"l":"API"},{"i":"blockscroll","l":"blockScroll()","p":["This function blocks scrolling by applying styles to the html and body elements, preventing scrolling on the page."]},{"i":"allowscroll","l":"allowScroll()","p":["This function allows scrolling by removing the styles applied to the html and body elements, restoring the normal scrolling behavior."]},{"l":"Example","p":["In this example, clicking the \"Block Scroll\" button will prevent scrolling on the page, and clicking the \"Allow Scroll\" button will restore the normal scrolling behavior."]}]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/*! | ||
* lunr.Builder | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.Index | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.Pipeline | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.Set | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.TokenSet | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.Vector | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.stemmer | ||
* Copyright (C) 2020 Oliver Nightingale | ||
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt | ||
*/ | ||
|
||
/*! | ||
* lunr.stopWordFilter | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.tokenizer | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.trimmer | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/*! | ||
* lunr.utils | ||
* Copyright (C) 2020 Oliver Nightingale | ||
*/ | ||
|
||
/** | ||
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 | ||
* Copyright (C) 2020 Oliver Nightingale | ||
* @license MIT | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/*! | ||
* Wait for document loaded before starting the execution | ||
*/ | ||
|
||
/*! | ||
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable | ||
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com) | ||
Licensed under The MIT License (http://opensource.org/licenses/MIT) | ||
*/ | ||
|
||
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */ | ||
|
||
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */ | ||
|
||
/*! Check if previously processed */ | ||
|
||
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */ | ||
|
||
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */ | ||
|
||
/** | ||
* Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. | ||
* | ||
* @license MIT <https://opensource.org/licenses/MIT> | ||
* @author Knut Sveidqvist <https://github.com/knsv> | ||
* @namespace | ||
* @public | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Prism: Lightweight, robust, elegant syntax highlighting | ||
* | ||
* @license MIT <https://opensource.org/licenses/MIT> | ||
* @author Lea Verou <https://lea.verou.me> | ||
* @namespace | ||
* @public | ||
*/ |
Oops, something went wrong.