We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6534235 commit ee5afa8Copy full SHA for ee5afa8
README.md
@@ -133,7 +133,10 @@ This package contains the global type files for React.
133
- `React.CodeBlockHTMLAttributes`
134
- `code-block` in `JSX.IntrinsicElements`
135
136
+\* CSS needs to be loaded separately.
137
+
138
```tsx
139
+// CodeBlock.tsx
140
import React, {CodeBlockHTMLAttributes} from 'react';
141
import '@heppokofrontend/html-code-block-element';
142
0 commit comments