Get Started
Each Page is shipped in Tight’s React Component Library, which can be installed as follows:<Tight> component.
This is all you need to get going:
HomeDashboard.tsx
The ESLint rule
no-unresolved might warn that @tight-embedded/react/index.css does not exist.Disable the lint rule on the import line, or import from @tight-embedded/react/dist/index.css directly. Please note that the
direct path might change in future versions.<Tight> component towards the top of your application tree for maintainability.
The <Tight> component’s environment property can be "PRODUCTION" or "SANDBOX", depending on the environment you’d like to target. You can obtain an applicable accessToken via the Tight Authentication Endpoint.