@hashicorp/react-text-split-with-code

Display a title, description, and links alongside a code block.

Usage no npm install needed!

<script type="module">
  import hashicorpReactTextSplitWithCode from 'https://cdn.skypack.dev/@hashicorp/react-text-split-with-code';
</script>

README

Text Split with Code

Display a title, description, and links alongside a code block.

Styles

In order for this component to render correctly, you'll need to import styles from @hashicorp/react-text-split and @hashicorp/react-code-block as well as styles for this component. For example:

@import '@hashicorp/react-code-block/dist/style.css';
@import '@hashicorp/react-text-split/dist/style.css';
@import '@hashicorp/react-text-split-with-code/dist/style.css';