+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/ui/package.json b/packages/ui/package.json
new file mode 100644
index 0000000..0b87658
--- /dev/null
+++ b/packages/ui/package.json
@@ -0,0 +1,52 @@
+{
+ "name": "@cpluspatch/ui",
+ "displayName": "CPlusPatch UI",
+ "version": "0.0.0",
+ "author": {
+ "email": "jesse.wierzbinski@cpluspatch.com",
+ "name": "Jesse Wierzbinski (CPlusPatch)",
+ "url": "https://cpluspatch.com"
+ },
+ "readme": "README.md",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/lysand-org/lysand-fe.git",
+ "directory": "packages/ui"
+ },
+ "bugs": {
+ "url": "https://github.com/lysand-org/lysand-fe/issues"
+ },
+ "license": "MIT",
+ "contributors": [
+ {
+ "email": "jesse.wierzbinski@cpluspatch.com",
+ "name": "Jesse Wierzbinski (CPlusPatch)",
+ "url": "https://cpluspatch.com"
+ }
+ ],
+ "maintainers": [
+ {
+ "email": "jesse.wierzbinski@cpluspatch.com",
+ "name": "Jesse Wierzbinski (CPlusPatch)",
+ "url": "https://cpluspatch.com"
+ }
+ ],
+ "description": "UI library for my apps",
+ "categories": ["Other"],
+ "type": "module",
+ "engines": {
+ "bun": ">=1.1.17"
+ },
+ "exports": {
+ ".": {
+ "import": "./index.ts",
+ "default": "./index.ts"
+ },
+ "./types": {
+ "import": "./types.ts",
+ "default": "./types.ts"
+ }
+ },
+ "keywords": ["typescript", "vue", "tailwindcss"],
+ "packageManager": "bun@1.1.17"
+}
diff --git a/pages/_test/demo.vue b/pages/_test/demo.vue
new file mode 100644
index 0000000..cd67366
--- /dev/null
+++ b/pages/_test/demo.vue
@@ -0,0 +1,11 @@
+