UNPKG

@heroui/snippet

Version:

Display a snippet of copyable code for the command line.

10 lines (9 loc) 286 B
export { default as Snippet, SnippetProps } from './snippet.js'; export { useSnippet } from './use-snippet.js'; import '@heroui/system'; import 'tailwind-variants'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; import '@heroui/tooltip'; import '@heroui/button';