From 53c7ce959b5c72002c5444b7d6e5b458331a4275 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 27 Aug 2024 01:05:43 -0700 Subject: Initial commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c1fe1c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# FFXIV-MDX-React-Components +This is a set of custom made React components meant to be used on Final Fantasy XIV related text heavy content, specifically content written in the MDX format. + +MDX is a superset of markdown and supports React components. + +All components here will tap into browser local storage so that even when users navigate to different posts on the same domain, data will be retained and doesn't need to be queried again. \ No newline at end of file -- cgit v1.2.3