@hdhub/gate-timeline
v1.0.0
Published
Human Design Gate Transition Timeline visualization component
Readme
@hdhub/gate-timeline
Human Design Gate Transition Timeline visualization component for React.
Requirements
This package requires an Enterprise API key from Human Design Hub.
The component fetches all rendering data from the HD Hub server at runtime. Without a valid API key, the component cannot render.
Installation
npm install @hdhub/gate-timelineUsage
import { HdhubProvider, GateTimeline } from "@hdhub/gate-timeline";
function App() {
return (
<HdhubProvider apiKey="YOUR_API_KEY" apiBaseUrl="https://api.humandesignhub.app">
<GateTimeline />
</HdhubProvider>
);
}How to Get an API Key
- Visit humandesignhub.app
- Subscribe to an Enterprise plan
- Generate your API key from the dashboard
License
UNLICENSED - All rights reserved.
