@toolbox-web/grid 0.3.2 → 0.3.3

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 CHANGED
@@ -1,6 +1,7 @@
1
1
  # @toolbox-web/grid
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@toolbox-web/grid)](https://www.npmjs.com/package/@toolbox-web/grid)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
4
5
  [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-❤-ea4aaa?logo=github)](https://github.com/sponsors/OysteinAmundsen)
5
6
 
6
7
  A high-performance, framework-agnostic data grid built with pure TypeScript and native Web Components. Zero runtime dependencies.
@@ -552,10 +553,10 @@ Modern browsers with Web Components support (Chrome, Firefox, Safari, Edge).
552
553
  ## Development
553
554
 
554
555
  ```bash
555
- bun nx build grid # Build
556
- bun nx test grid # Test
557
- bun nx test grid --coverage # Test with coverage
558
- bun nx storybook storybook-app # Storybook (port 4400)
556
+ bun run build
557
+ bun run test
558
+ bun run coverage
559
+ bun run start
559
560
  ```
560
561
 
561
562
  For architecture details, rendering pipeline, and plugin development, see [ARCHITECTURE.md](./ARCHITECTURE.md).