Skip to content

Commit

Permalink
Lightens the mobile demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 29, 2024
1 parent 9d02074 commit cca2252
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions src/examples/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,36 +57,6 @@ The simplest PDF reader you can make. It still supports zooming in and out. If y
<Story of={Stories.Basic} />
<Source of={Stories.Basic} />

### 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.

<Story of={Stories.WithTextLayer} />
<Source of={Stories.WithTextLayer} />

### With link support

To add support for links and annotations (including internal links), you will need to add the `AnnotationLayer` component.

<Story of={Stories.WithAnnotationLayer} />
<Source of={Stories.WithAnnotationLayer} />

### With page controls

<Story of={Stories.WithPageControl} />
<Source of={Stories.WithPageControl} />

### With zoom controls

<Story of={Stories.WithZoomControl} />
<Source of={Stories.WithZoomControl} />

### With outline

<Story of={Stories.WithOutline} />
<Source of={Stories.WithOutline} />

### With thumbnail navigation

<Story of={Stories.WithThumbnails} />
<Source of={Stories.WithThumbnails} />
Other examples can be found by clicking on the menu links.

0 comments on commit cca2252

Please sign in to comment.