Package Exports
- gatsby-code-buttons-dracula
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-code-buttons-dracula) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dracula code buttons theme for Gatsby
Dark code buttons theme for gatsby-remark-prismjs
plugin.
Installation
npm install gatsby-code-buttons-dracula
// `gatsby-browser.js`
import 'gatsby-code-buttons-dracula';
Options
To add button/tooltip text or change icon refer to gatsby-remark-code-buttons
options.
Related projects
- gatsby-prismjs-dracula-theme
- gatsby-line-hightlights-dracula
- gatsby-line-numbers-dracula
- gatsby-syntax-highlights-dracula
- gatsby-code-titles-dracula
PRs are welcome :octocat: