We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c24c0 commit 1cec477Copy full SHA for 1cec477
1 file changed
apps/website/src/components/previews/tabs-package-manager-example.tsx
@@ -1,13 +1,7 @@
1
import { CodeBlockTabsPkg } from "@/components/code-block/blocks/copy-with-tabs-package-manager";
2
3
const CopyWithPkgManagerExample = () => {
4
- return (
5
- <CodeBlockTabsPkg
6
- type="install"
7
- title="Install React-Symbols Icons"
8
- command="@react-symbols/icons"
9
- />
10
- );
+ return <CodeBlockTabsPkg type="install" command="@react-symbols/icons" />;
11
};
12
13
export default CopyWithPkgManagerExample;
0 commit comments