Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

@nexla/react-sdk — examples

Runnable example apps for @nexla/react-sdk. Each example installs the published package (not SDK source) and demonstrates one way to integrate. New to the SDK? Start at docs.nexla.com/reference/react-sdk.

Which example?

ExampleShowsStart here if…
examples/styledDrop-in components — a NexlaConnectorCard grid + NexlaConnectModal + themeyou want the fastest path and are happy for the SDK to render the UI
examples/headlessuseConnectorForm + your own HTML/CSS, no SDK components (no Radix UI)you need full control over every pixel
examples/playgroundEverything in one app (styled + hybrid + headless + file upload) — mirrors the SDK's internal dev playgroundyou want to explore the whole SDK at once

Each folder is a standalone app with its own README, dependencies, and run steps — read the one you need; you don't need the others.

Running an example

cd into the example, then:

npm install # installs @nexla/react-sdk from public npm
npm run dev # start the app (http://localhost:3000)

Then set your Nexla config: copy .env.example.env.local and fill in your service key, application id, end-user id, and connectors (details in each example's README).

These examples track the latest 1.0 release candidate of @nexla/react-sdk (pinned in each example's package.json). They'll move to the stable 1.0 line when it ships.

About this repo

  • Examples install the published @nexla/react-sdk — there's no SDK source here (it lives in a separate repository).
  • Not accepting external contributions yet — this is a read/fork reference.
  • Licensed under Apache-2.0. "Nexla" is a trademark of Nexla, Inc. — see NOTICE; the license grants no rights to the Nexla name or brand.

About

Runnable examples for @nexla/react-sdk — styled, headless, and a complete showcase. Installs the published package.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors