0.0.9 • Published 1 year ago

react-api-doc v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

react-api-doc (WIP)

Show swagger-ui-react UI without needing node-gyp installed, to allow deploy the page into nodejs v20 in vercel.

Example Usages in NextJS 14

import dynamic from "next/dynamic";
import { spec } from "./spec";
import "react-api-doc/dist/index.css"
const APIDoc = dynamic(() => import("react-api-doc"), { ssr: false });
export default async function ReactApiDocPage() {
  return <APIDoc spec={spec} />;
}
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago