saika-code-block-buttons
v1.0.1
Published
Code buttons for Saika
Downloads
28
Readme
saika-code-block-buttons
Code buttons for Saika
Please consider starring the project to show your ❤️ and support.
You can visit the official showcase in saika codeBlockButtons.
Usage
Load this via <script>
tag:
<!-- Load this after saika.js -->
<script src="https://cdn.jsdelivr.net/npm/saika-code-block-buttons"></script>
This is exposed as window.saikaCodeBlockButtons
:
new Saika({
codeBlockButtons: [saikaCodeBlockButtons.copyCode]
})
Buttons
copyCode
Copy the code in code block.
Will add more in future...
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
saika-code-block-buttons © evillt, Released under the MIT License.
Authored and maintained by EVILLT with help from contributors (list).