Skip to content

Commit

Permalink
docs: adds screen capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Apr 4, 2021
1 parent c9d12ea commit 5fb8388
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
[![Dependency Status](https://david-dm.org/goblindegook/littlefoot.svg)](https://david-dm.org/goblindegook/littlefoot)
[![devDependency Status](https://david-dm.org/goblindegook/littlefoot/dev-status.svg)](https://david-dm.org/goblindegook/littlefoot#info=devDependencies)

littlefoot is a lightweight JavaScript library that creates exceptional footnotes. It was forked from [Bigfoot.js](https://github.com/lemonmade/bigfoot/) by [Chris Sauvé](https://github.com/lemonmade) and does not require jQuery.
littlefoot is a lightweight JavaScript library that creates exceptional footnotes.

<div align="center">
<img src="assets/littlefoot-demo.gif" alt="Screen recording of littlefoot in action">
</div>

Simply include the code on your pages and footnotes will be detected automatically and improved in the following ways:

Expand All @@ -21,6 +25,8 @@ Simply include the code on your pages and footnotes will be detected automatical

This project includes the script itself and a default style to apply to the footnote buttons and popovers that are eventually generated. There are also a variety of additional styles that illustrate some of the possibilities for styling these components.

littlefoot was forked from [Bigfoot.js](https://github.com/lemonmade/bigfoot/) by [Chris Sauvé](https://github.com/lemonmade). Unlike Bigfoot.js, littlefoot does not require jQuery.

## Installation

Install using NPM:
Expand Down
Binary file added assets/littlefoot-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fb8388

Please sign in to comment.