Code

Code highlights short strings of code snippets inline with body text.

Inline code

Formatted code can appear in a variety of contexts, increasing the legibility and contrasting it against default paragraph text. Use inline code when you wish to highlight a short code snippet from the surrounding default text, such as when referencing variable names.

To start creating a changeset, run bolt changeset .Then you will be prompted to select packages for release.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 import React from "react"; import Code from '@neoKit/Code; const codeDefault = () => { return ( <p> To start creating a changeset, run <Code> bolt changeset </Code>.Then you will be prompted to select packages for release. </p> ); }; export default CodeDefault;