Components
Loading preview...
A component used to display inline code, with ability to copy the content by a button.
npx shadcn@latest add https://21st.dev/r/sean0205/codeimport { Code } from '@/components/ui/code';
export default function Component() {
return <Code>npm install @reui/ui</Code>;
}