https://github.com/cawfree/mdx-deck-fade
A simple <Fade/> component for mdx-deck.
https://github.com/cawfree/mdx-deck-fade
fade mdx mdx-deck
Last synced: 2 months ago
JSON representation
A simple <Fade/> component for mdx-deck.
- Host: GitHub
- URL: https://github.com/cawfree/mdx-deck-fade
- Owner: cawfree
- License: mit
- Created: 2019-10-10T07:13:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T08:48:50.000Z (over 6 years ago)
- Last Synced: 2025-09-24T02:55:58.647Z (9 months ago)
- Topics: fade, mdx, mdx-deck
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdx-deck-fade
A `` component for [mdx-deck](https://github.com/jxnblk/mdx-deck).
## 🚀 Getting Started
Using [`npm`]():
```sh
npm install --save mdx-deck-fade
```
Using [`yarn`]():
```sh
yarn add mdx-deck-fade
```
## ✍️ Example
```javascript
import Fade from 'mdx-deck-fade';
Press right to fade in!
```
## ✌️ License
[MIT](https://opensource.org/licenses/MIT)