UNPKG

@heroui/snippet

Version:

Display a snippet of copyable code for the command line.

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