Awesome
<p align="center"> <img alt="Vue" width="100" src="https://github.com/webdevnerdstuff/vue-code-block/raw/main/public/vue.svg"> </p> <p> <h1 align="center">Vue 3 CodeBlock</h1> </p> <p align="center"> <a href="https://www.npmjs.com/package/@wdns/vue-code-block"> <img src="https://img.shields.io/npm/v/@wdns/vue-code-block?color=1867c0&logo=npm" alt="NPM Package"> </a> <a href="https://github.com/webdevnerdstuff/vue-code-block"> <img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff"> </a> </p>Description
The Vue 3 CodeBlock component leverages the power of PrismJS or Highlight.js to provide syntax highlighting for code blocks within your application. The component takes a prop, which is the code to be highlighted, and uses PrismJS or Highlight.js to render the code with syntax highlighting. The component supports a variety of programming languages and can be customized with different themes to match your application's design. With this component, your users can display their code snippets with ease and clarity, making it easier to share and collaborate on code within your application.
Installation
Using pnpm:
pnpm add @wdns/vue-code-block
Using npm:
npm i @wdns/vue-code-block
Documentation
Dependencies
PrismJS
Highlight.js
Vue 3
UAParser.js
Change Log
License
Copyright (c) 2023 WebDevNerdStuff
Licensed under the MIT license.