From 18c81c780e4cec2cf68c8ef59b17199a959d5386 Mon Sep 17 00:00:00 2001 From: roseline124 Date: Thu, 4 Sep 2025 19:21:43 +0900 Subject: [PATCH 1/2] docs: add demos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5df9518..140bf8b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A customizable, accessible React Tree component built with TypeScript. This component provides a flexible tree structure that can be easily integrated into any React application. +## Demo + +- [Basic Tree](https://codesandbox.io/p/sandbox/sqrr9q) +- [Tree With Json](https://codesandbox.io/p/sandbox/sgt5nq) + ## Features - 🌳 **Flexible Tree Structure**: Support for nested tree items with unlimited depth From 2d5f4507595efe72cb5aec24364ae533eb665e0f Mon Sep 17 00:00:00 2001 From: roseline124 Date: Thu, 4 Sep 2025 19:21:58 +0900 Subject: [PATCH 2/2] chore: version up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e85fd5c..f8042a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@roseline124/react-tree", - "version": "0.0.3-alpha.0", + "version": "0.0.4-alpha.0", "private": false, "description": "A customizable, accessible React Tree component built with TypeScript", "author": "roseline124 ",