Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions examples/standalone/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": false,
"tailwind": {
"config": "",
"css": "styles.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
}
5 changes: 2 additions & 3 deletions examples/standalone/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@blockether/foundation-react - Standalone Demo</title>
<link rel="stylesheet" href="./dist/foundation-react.scoped.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./dist/foundation.standalone.js"></script>

<script type="module" src="./dist/foundation-wrapper.standalone.js"></script>
<script type="module">
mountAIInsights(document.getElementById('app'));
</script>
Expand Down
13 changes: 0 additions & 13 deletions examples/standalone/main.jsx

This file was deleted.

Loading
Loading