Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 3.03 KB

examples.mdx

File metadata and controls

24 lines (17 loc) · 3.03 KB

import { Cards, Callout } from 'nextra/components'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGithub } from '@fortawesome/free-brands-svg-icons'; import { faExternalLinkAlt } from '@fortawesome/free-solid-svg-icons';

Examples

Here is a list of examples showcasing the output generated using the plugin. Available on GitHub <FontAwesomeIcon icon={faGithub} style={{display:'inline',width:'16px',marginTop:'-1px'}} />.

Index

Example Description
Default options <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> This example uses the default settings of the plugin.
Customized UX options <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> This example showcases how the UX can be customised.
Single page modules <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> This example demonstrates output with single page modules.
Single page docs <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> This example shows the output to a single page with a single entry point.
Packages <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> This example showcases packages mode.

Repository

For clearer viewing, these examples open on https://raw.githubusercontent.com.

If you would like to view the configuration and source then explore the examples GitHub repository <FontAwesomeIcon icon={faExternalLinkAlt} style={{display:'inline',width:'12px'}} /> in the normal web interface.