@thangdevalone/meet-layout-grid-core 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# @meet-layout-grid
|
|
1
|
+
# @thangdevalone/meet-layout-grid-core
|
|
2
2
|
|
|
3
3
|
Core grid calculation logic for meet-layout-grid library. Zero dependencies, framework-agnostic.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @meet-layout-grid
|
|
8
|
+
npm install @thangdevalone/meet-layout-grid-core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import { createMeetGrid, createGrid } from '@meet-layout-grid
|
|
14
|
+
import { createMeetGrid, createGrid } from '@thangdevalone/meet-layout-grid-core'
|
|
15
15
|
|
|
16
16
|
// Basic grid
|
|
17
17
|
const grid = createGrid({
|