-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shadcn-ui CodeHeader and SyntaxHighlighter support (#432)
- Loading branch information
Showing
13 changed files
with
218 additions
and
312 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
packages/shadcn-registry/components/ui/assistant-ui/codeblock.tsx
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/shadcn-registry/components/ui/assistant-ui/syntax-highlighter.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from "@/registry/assistant-ui/syntax-highlighter"; |
1 change: 1 addition & 0 deletions
1
packages/shadcn-registry/components/ui/assistant-ui/tooltip-icon-button.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from "@/registry/assistant-ui/tooltip-icon-button"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
152 changes: 0 additions & 152 deletions
152
packages/shadcn-registry/registry/assistant-ui/experimental/codeblock.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.