@blackbaud/skyux-lib-code-block

Single-page-application for skyux-lib-code-block

Usage no npm install needed!

<script type="module">
  import blackbaudSkyuxLibCodeBlock from 'https://cdn.skypack.dev/@blackbaud/skyux-lib-code-block';
</script>

README

Stache Code Block

npm SKY UX CI coverage

The code block component enables you to format a block of text as a code snippet with syntax highlighting. To create a code snippet, wrap sky-code-block tags around the code block. The code block also has a header that displays a copy button and, if defined, the language type. Read the official documentation for more info.

Reporting Bugs or submitting issues

All feature requests, bug reports, or issues should be filed within the Stache issues in the main Stache repository.

Install dependencies

npm install

Serve the SPA

skyux serve

Test the components

skyux test

Build the components

skyux build-public-library

Contributing

Read our contribution guidelines.