https://github.com/felixwieland/solid-gridstack
solid-js wrapper for gridstack.js
https://github.com/felixwieland/solid-gridstack
gridstackjs solid-js
Last synced: 6 months ago
JSON representation
solid-js wrapper for gridstack.js
- Host: GitHub
- URL: https://github.com/felixwieland/solid-gridstack
- Owner: FelixWieland
- License: mit
- Created: 2022-10-30T20:43:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T23:17:00.000Z (about 3 years ago)
- Last Synced: 2025-07-17T15:20:40.932Z (6 months ago)
- Topics: gridstackjs, solid-js
- Language: TypeScript
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-gridstack
[](https://pnpm.io/)
[](https://www.npmjs.com/package/solid-gridstack)
A simple wrapper around [gridstack.js](https://github.com/gridstack/gridstack.js) for solid-js.
## Quick start
Install it:
```bash
npm i solid-gridstack
# or
yarn add solid-gridstack
# or
pnpm add solid-gridstack
```
Use it:
```tsx
import { GridStack } from 'solid-gridstack'
const App = () => (
(
))}
/>
);
```