Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishk1331/tetra-docs
https://github.com/ashishk1331/tetra-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishk1331/tetra-docs
- Owner: ashishk1331
- License: mit
- Created: 2023-07-13T17:46:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T05:57:40.000Z (over 1 year ago)
- Last Synced: 2023-07-28T06:39:41.239Z (over 1 year ago)
- Language: MDX
- Homepage: https://tetra-docs.vercel.app
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner Image](https://raw.githubusercontent.com/ashishk1331/tetra-example/main/public/banner.png)
# Tetra Pack
A simple and configurable notion API parser for react projects.## Features -
- Robust and granular Parser
- Keyed Approach
- Configurable blocks and annotations
- Loose Type Checking# Tetra Pack
First things first,
- It isn't bundled with `@notion/client`. Hence, you need to require it externally.
- It renders pre-cooked API data into pure html tags.
- It follows keyed approach.
> Every element is rendered with a unique key to avoid UI mis-match or clashes.
- All the blocks are configurable and can be replaced or extended.