@nexa-ed/react
v0.2.0-beta.2
Published
Nexa Education Platform — React UI Components
Readme
@nexa-ed/react
React components and hooks for the Nexa Education Platform. Drop-in UI for file uploads, student records, analysis jobs, pipeline status, and payments.
Install
npm install @nexa-ed/react @nexa-ed/sdk
# or
pnpm add @nexa-ed/react @nexa-ed/sdkPeer dependencies
npm install react react-dom @tanstack/react-query lucide-reactQuick start
import { NexaProvider } from "@nexa-ed/react";
export default function App({ children }) {
return (
<NexaProvider apiKey={process.env.NEXT_PUBLIC_NEXA_API_KEY}>
{children}
</NexaProvider>
);
}Documentation
| Topic | Link | |-------|------| | Components | docs.nexa-ed.com/docs/react/components | | Hooks | docs.nexa-ed.com/docs/react/hooks |
License
MIT
