You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/speakeasy-self/speakeasy-self). Delete this section before > publishing to a package manager.
16
16
@@ -123,6 +123,49 @@ run();
123
123
```
124
124
<!-- End SDK Example Usage [usage] -->
125
125
126
+
### React Component
127
+
128
+
This library includes a React component that fetches and highlights code
129
+
snippets using `highlight.js`. Along with displaying the snippet, it shows a loading state during
130
+
fetching and provides a fallback view if an error occurs.
> To apply styles to the highlighted code, import a `highlight.js` theme CSS
167
+
> file into your project using methods like a `<link>` tag.
168
+
126
169
<!-- Start Authentication [security] -->
127
170
## Authentication
128
171
@@ -541,7 +584,7 @@ looking for the latest version.
541
584
542
585
## Contributions
543
586
544
-
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
545
-
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
587
+
While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation.
588
+
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
546
589
547
590
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@speakeasyapi/code-samples&utm_campaign=typescript)
0 commit comments