Inline Code Component - LaraCoreKit

Inline code component for code snippets within text. Monospace font with syntax highlighting support.

Inline Code

Code snippets within text

Preview

Use the npm install command to install packages.

View Code
<p class="text-gray-700 dark:text-gray-300">
    Use the <code class="px-2 py-1 bg-gray-100 dark:bg-gray-700 text-red-600 dark:text-red-400 rounded text-sm font-mono">npm install</code> command to install packages.
</p>