UNPKG

@tidy-ui/code

Version:

The Code component elegantly displays preformatted text, such as JavaScript code, on your webpage while maintaining its original format. With a convenient copy-to-clipboard button and seamless theming, sharing and styling code has never been smoother.

5 lines (4 loc) 189 B
import React from 'react'; import { ICodeProps } from './types'; declare const Code: React.ForwardRefExoticComponent<ICodeProps & React.RefAttributes<HTMLDivElement>>; export { Code };