https://github.com/solidjs-sense/solidjs-sense-ipad-pointer
IPad pointer implement for the web
https://github.com/solidjs-sense/solidjs-sense-ipad-pointer
cursor ipad morph pointer solidjs
Last synced: 2 months ago
JSON representation
IPad pointer implement for the web
- Host: GitHub
- URL: https://github.com/solidjs-sense/solidjs-sense-ipad-pointer
- Owner: solidjs-sense
- License: mit
- Created: 2022-05-03T07:42:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T07:29:24.000Z (over 3 years ago)
- Last Synced: 2025-09-13T21:27:40.250Z (3 months ago)
- Topics: cursor, ipad, morph, pointer, solidjs
- Language: TypeScript
- Homepage: https://solidjs-sense.github.io/solidjs-sense-ipad-pointer
- Size: 266 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# solidjs-sense-ipad-pointer
[context-cursor](https://github.com/PavelLaptev/context-cursor) fork for SolidJS
## 安装
`npm install solidjs-sense-ipad-pointer` or `yarn add solidjs-sense-ipad-pointer`
## 使用
``` jsx
import { IpadPointer } from 'solidjs-sense-ipad-pointer';
const App: Component = () => {
...
Morph default
Lift
noParallax
noPadding
return (
<>
...
>
);
};
```