Highlight
Text and code highlighting components
Text Highlight
This is a paragraph with highlighted text to draw attention. You can also use green highlight or blue highlight for different purposes.
Code Syntax
// JavaScript function
function greet(name) {
return `Hello, ${name}!`;
}
Search Highlight
Our design system helps create consistent interfaces. The design tokens ensure every design element follows our guidelines.
Diff Highlight
-
const oldValue = "removed";
+
const newValue = "added";
const unchanged = "same";