--- title: Code mockup desc: Code mockup is used to show a block of code in a box that looks like a code editor. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/components/mockup.css layout: components classnames: component: - class: mockup-code desc: Code terminal mockup --- ### ~mockup code with line prefix
npm i daisyui
```html
npm i daisyui
``` ### ~Multi line
npm i daisyui
installing...
Done!
```html
npm i daisyui
installing...
Done!
``` ### ~Highlighted line
npm i daisyui
installing...
Error!
```html
npm i daisyui
installing...
Error!
``` ### ~Long line will scroll
Magnam dolore beatae necessitatibus nemopsum itaque sit. Et porro quae qui et et dolore ratione.
```html
Magnam dolore beatae necessitatibus nemopsum itaque sit. Et porro quae qui et et dolore ratione.
``` ### ~Without prefix
without prefix
```html
without prefix
``` ### ~With color
can be any color!
```html
can be any color!
```