Skip to content

Commit

Permalink
feat: add apfel kit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Mar 5, 2024
1 parent 583e97c commit b0b22ad
Show file tree
Hide file tree
Showing 47 changed files with 1,693 additions and 134 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ TODO Release
- feat: nesting inside non root/container components (e.g. image)
- fix: scrollbar border radius to high (happens with very long panels)
- feat: drag/click threshold
- feat: add apfel components
- feat: input
- fix: decrease clipping rect when scrollbar present

Expand Down
13 changes: 13 additions & 0 deletions examples/apfel/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body style="margin: 0; overscroll-behavior: none">
<script type="module" src="./src/index.tsx"></script>
<div id="root"></div>
</body>
</html>
24 changes: 24 additions & 0 deletions examples/apfel/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "module",
"dependencies": {
"@coconut-xr/xinteraction": "^0.1.12",
"@preact/signals-core": "^1.5.1",
"@react-three/drei": "^9.96.1",
"@react-three/fiber": "^8.15.13",
"@react-three/postprocessing": "^2.16.0",
"@react-three/rapier": "^1.3.0",
"@react-three/uikit": "workspace:^",
"@react-three/uikit-lucide": "workspace:^",
"@splinetool/r3f-spline": "^1.0.2",
"@types/three": "^0.160.0",
"maath": "^0.10.7",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.0"
},
"scripts": {
"dev": "vite --host",
"build": "vite build"
}
}
Loading

0 comments on commit b0b22ad

Please sign in to comment.