diff --git a/ui_tailwind_shadecn/package-lock.json b/ui_tailwind_shadecn/package-lock.json
index a7d66c8..c0a2692 100644
--- a/ui_tailwind_shadecn/package-lock.json
+++ b/ui_tailwind_shadecn/package-lock.json
@@ -30,12 +30,13 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
+ "@tabler/icons-react": "^3.2.0",
"@tanstack/react-table": "^8.15.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
- "framer-motion": "^11.0.25",
+ "framer-motion": "^11.1.5",
"lucide-react": "^0.360.0",
"monaco-editor": "^0.44.0",
"next-themes": "^0.3.0",
@@ -70,7 +71,7 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
- "vite": "^5.2.8"
+ "vite": "^5.2.9"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -2726,6 +2727,30 @@
"@swc/counter": "^0.1.3"
}
},
+ "node_modules/@tabler/icons": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.2.0.tgz",
+ "integrity": "sha512-h8GQ2rtxgiSjltrVz4vcopAxTPSpUSUi5nBfJ09H3Bk4fJk6wZ/dVUjzhv/BHfDwGTkAxZBiYe/Q/T95cPeg5Q==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ }
+ },
+ "node_modules/@tabler/icons-react": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.2.0.tgz",
+ "integrity": "sha512-b1mZT1XpZrzvbM+eFe1YbYbxkzgJ18tM4knZKqXh0gnHDZ6XVLIH3TzJZ3HZ7PTkUqZLZ7XcGae3qQVGburlBw==",
+ "dependencies": {
+ "@tabler/icons": "3.2.0"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "peerDependencies": {
+ "react": ">= 16"
+ }
+ },
"node_modules/@tanstack/react-table": {
"version": "8.15.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.15.0.tgz",
@@ -4126,9 +4151,9 @@
}
},
"node_modules/framer-motion": {
- "version": "11.0.25",
- "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.0.25.tgz",
- "integrity": "sha512-mRt7vQGzA7++wTgb+PW1TrlXXgndqR6hCiJ48fXr2X9alte2hPQiAq556HRwDCt0Q5X98MNvcSe4KUa27Gm5Lg==",
+ "version": "11.1.5",
+ "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.1.5.tgz",
+ "integrity": "sha512-ogK5fc0GBUT3AjzMXPx7f74m5V1ByRqkKQARBVHpdkYTNDxb/WriANYD+5JBo1wklQQJ1HayDZtmofQLqZFcbw==",
"dependencies": {
"tslib": "^2.4.0"
},
@@ -6007,9 +6032,9 @@
}
},
"node_modules/vite": {
- "version": "5.2.8",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz",
- "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==",
+ "version": "5.2.9",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.9.tgz",
+ "integrity": "sha512-uOQWfuZBlc6Y3W/DTuQ1Sr+oIXWvqljLvS881SVmAj00d5RdgShLcuXWxseWPd4HXwiYBFW/vXHfKFeqj9uQnw==",
"dev": true,
"dependencies": {
"esbuild": "^0.20.1",
diff --git a/ui_tailwind_shadecn/package.json b/ui_tailwind_shadecn/package.json
index 8b179f1..ab69ba1 100644
--- a/ui_tailwind_shadecn/package.json
+++ b/ui_tailwind_shadecn/package.json
@@ -32,12 +32,13 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
+ "@tabler/icons-react": "^3.2.0",
"@tanstack/react-table": "^8.15.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
- "framer-motion": "^11.0.25",
+ "framer-motion": "^11.1.5",
"lucide-react": "^0.360.0",
"monaco-editor": "^0.44.0",
"next-themes": "^0.3.0",
@@ -72,6 +73,6 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
- "vite": "^5.2.8"
+ "vite": "^5.2.9"
}
}
diff --git a/ui_tailwind_shadecn/src/components/custom_ui/MainNav.tsx b/ui_tailwind_shadecn/src/components/custom_ui/MainNav.tsx
index 4d6c9ed..41315f9 100644
--- a/ui_tailwind_shadecn/src/components/custom_ui/MainNav.tsx
+++ b/ui_tailwind_shadecn/src/components/custom_ui/MainNav.tsx
@@ -56,6 +56,12 @@ export default function MainNav(){
>
AllComponents
+
+ AboutUs
+
diff --git a/ui_tailwind_shadecn/src/components/custom_ui/Svg.tsx b/ui_tailwind_shadecn/src/components/custom_ui/Svg.tsx
index aa0000a..dec961d 100644
--- a/ui_tailwind_shadecn/src/components/custom_ui/Svg.tsx
+++ b/ui_tailwind_shadecn/src/components/custom_ui/Svg.tsx
@@ -113,5 +113,13 @@ const TailwindCss = ()=>{
)
}
+const CreateNewComp = ()=>{
+ return(
+ <>
+
+ >
+ )
+}
+
export default Icons;
-export {Logo, LeftArrow, SaveIcon, SearchIcon, LogoPlain, CodeIcon, TailwindCss}
\ No newline at end of file
+export {Logo, LeftArrow, SaveIcon, SearchIcon, LogoPlain, CodeIcon, TailwindCss, CreateNewComp}
\ No newline at end of file
diff --git a/ui_tailwind_shadecn/src/components/custom_ui/Table.tsx b/ui_tailwind_shadecn/src/components/custom_ui/Table.tsx
index 3ce11f5..fadf03f 100644
--- a/ui_tailwind_shadecn/src/components/custom_ui/Table.tsx
+++ b/ui_tailwind_shadecn/src/components/custom_ui/Table.tsx
@@ -111,4 +111,567 @@ const Table = ()=>{
)
}
-export default Table;
\ No newline at end of file
+const GradientTable = ()=>{
+ return(
+ <>
+
+ These companies have purchased in the last 12 months.
+
+ catalogapp.io
+
+ Brings all your news into one place
+
+ +4
+
+ getcirooles.com
+
+ Super lightweight design app
+
+ +4
+
+ sisyphus.com
+
+ Time tracking, invoicing and expenses
+
+ +4
+
+ hourglass.app
+
+ Time management and productivity
+
+ +4
+
+ quotient.co
+
+ Web-based sales doc management
+
+ +4
+
+ Customers
+
+
+
+
+
+
+
+
+
+
+
+
+ Status
+
+
+ About
+
+
+ Users
+
+
+ License use
+
+
+ Edit
+
+
+
+
+
+
+ Catalog
+
+
+
+
+
+
+ Content curating app
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Circooles
+
+
+
+
+
+
+ Design software
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sisyphus
+
+
+
+
+
+
+ Automation and workflow
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hourglass
+
+
+
+
+
+
+ Productivity app
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Quotient
+
+
+
+
+
+
+ Sales CRM
+
+
+
+
+
+
+
+
+
+ Press{" "} + + ⌘J + +
+