Skip to content

Add to your project

Brandon Jordan edited this page Feb 7, 2025 · 4 revisions

Install

NPM

npm i preview-shortcut

Yarn

yarn add preview-shortcut

Import

import 'preview-shortcut/css';
import {ShortcutPreview} from 'preview-shortcut';

OR

CDN

import {ShortcutPreview} from 'https://cdn.jsdelivr.net/npm/preview-shortcut';

In your CSS file:

@import "https://cdn.jsdelivr.net/npm/preview-shortcut/dist/style.css"
Clone this wiki locally