Skip to content

Commit 08cebff

Browse files
fix: add StackBlitz links to README and index documentation for easier access
1 parent 28f1847 commit 08cebff

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![Bundle Size React](https://img.shields.io/bundlephobia/minzip/@computekit/react?label=react%20size)](https://bundlephobia.com/package/@computekit/react)
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1414
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
15+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/compute-kit?file=README.md)
1516

1617
[📚 Documentation](https://tapava.github.io/compute-kit)[Live Demo](https://computekit-demo.vercel.app/)[Getting Started](#-getting-started)[Examples](#-examples)[API](#-api)[React Hooks](#-react-hooks)[WASM](#-webassembly-support)
1718

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Run heavy computations with React hooks. Use WASM for native-speed performance.
2222

2323
[Get Started](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
2424
[View on GitHub](https://github.com/tapava/compute-kit){: .btn .fs-5 .mb-4 .mb-md-0 }
25+
[Try on StackBlitz](https://stackblitz.com/edit/compute-kit?file=README.md){: .btn .btn-outline .fs-5 .mb-4 .mb-md-0 }
2526

2627
---
2728

0 commit comments

Comments
 (0)