Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamskok/gatsby-code-buttons-dracula
Dracula Code Button Theme 🦇
https://github.com/iamskok/gatsby-code-buttons-dracula
css gatsby gatsby-plugin gatsby-remark-prismjs gatsbyjs sass syntax-highlighting theme
Last synced: 19 days ago
JSON representation
Dracula Code Button Theme 🦇
- Host: GitHub
- URL: https://github.com/iamskok/gatsby-code-buttons-dracula
- Owner: iamskok
- Created: 2019-01-19T11:42:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:17:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T15:29:58.745Z (about 1 month ago)
- Topics: css, gatsby, gatsby-plugin, gatsby-remark-prismjs, gatsbyjs, sass, syntax-highlighting, theme
- Language: CSS
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dracula code buttons theme for GatsbyDark code buttons theme for [`gatsby-remark-prismjs`](https://www.gatsbyjs.org/packages/gatsby-remark-prismj) plugin.
## Installation
```bash
npm install gatsby-code-buttons-dracula
``````js
// `gatsby-browser.js`
import 'gatsby-code-buttons-dracula';
```## Options
To add button/tooltip text or change icon refer to `gatsby-remark-code-buttons` [options](https://github.com/iamskok/gatsby-remark-code-buttons#options).
## Related projects
* [gatsby-prismjs-dracula-theme](https://github.com/iamskok/gatsby-prismjs-dracula-theme)
* [gatsby-line-hightlights-dracula](https://github.com/iamskok/gatsby-line-hightlights-dracula)
* [gatsby-line-numbers-dracula](https://github.com/iamskok/gatsby-line-numbers-dracula)
* [gatsby-syntax-highlights-dracula](https://github.com/iamskok/gatsby-syntax-highlights-dracula)
* [gatsby-code-titles-dracula](https://github.com/iamskok/gatsby-code-titles-dracula)---
[PRs are welcome](https://github.com/iamskok/gatsby-code-buttons-dracula/fork) :octocat: