rename to radix-vue

This commit is contained in:
Khairul Haaziq 2023-06-23 15:45:12 +08:00
parent b1901e5bdd
commit 8f515bdf18
109 changed files with 6 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"name": "template-ui",
"name": "radix-vue",
"private": true,
"version": "0.0.0",
"type": "module",

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -40,13 +40,7 @@ import {
CollapsibleTrigger,
CollapsibleContent,
} from "./components/Collapsible";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectLabel,
} from "./components/Select";
import { Select, SelectContent, SelectItem, SelectLabel, SelectTrigger } from "./components/Select";
import { Float } from "@headlessui-float/vue";
import { Popover, PopoverContent, PopoverTrigger } from "./components/Popover";
import { Separator } from "./components/Separator";
@ -287,10 +281,11 @@ const components = [
and remove your data from our servers.
</DialogDescription>
</DialogHeader>
<DialogFooter><Button variant="outline"
@click="dialogIsOpen = false">Cancel</Button><Button>CTA Button</Button>
<DialogFooter><Button variant="outline" @click="dialogIsOpen = false">Cancel</Button><Button>CTA
Button</Button>
</DialogFooter>
</Dialog></InternalCard>
</Dialog>
</InternalCard>
<InternalCard title="Dropdown Menu"></InternalCard>
<InternalCard title="Hover Card"></InternalCard>
<InternalCard title="Input">

View File

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 496 B

Some files were not shown because too many files have changed in this diff Show More