Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <guseod24@gmail.com>",
Expand Down