From cca2252e792785e03eba8f76e3b41de1e042ac4a Mon Sep 17 00:00:00 2001 From: Titouan Launay Date: Mon, 29 Jul 2024 14:03:42 +0200 Subject: [PATCH] Lightens the mobile demo --- src/examples/basic.mdx | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/src/examples/basic.mdx b/src/examples/basic.mdx index e7f6689..a2abe6c 100644 --- a/src/examples/basic.mdx +++ b/src/examples/basic.mdx @@ -57,36 +57,6 @@ The simplest PDF reader you can make. It still supports zooming in and out. If y -### With text selection +### Other examples -To add support for text selection and enable the browser search functionality (CTRL+F), you will need to add the `TextLayer` component. - - - - -### With link support - -To add support for links and annotations (including internal links), you will need to add the `AnnotationLayer` component. - - - - -### With page controls - - - - -### With zoom controls - - - - -### With outline - - - - -### With thumbnail navigation - - - +Other examples can be found by clicking on the menu links.