Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tglide/agnostic-tree


https://github.com/tglide/agnostic-tree

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Agnostic Tree

This project contains a Tree component builder. It was made with an agnostic core, which is easily adaptable to different frameworks. To showcase this, it includes a website powered by Astro containing Tree components, implemented with Vanilla JS, Svelte, Solid and React.

## Preview

Firstly, make sure you have `pnpm` installed. Then, run the following commands:

```sh
pnpm i
pnpm run dev
```

The preview will be available at `http://localhost:4321`.

# Credits

Done by [Thomas G. Lopes](https://thomaslopes.com)