16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
---
|
|
title: Next.js
|
|
---
|
|
|
|
This lib is a convenient wrapper around the [Typebot React](./react) library. It makes sure the components are lazy loaded.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npm install @typebot.io/js @typebot.io/nextjs
|
|
```
|
|
|
|
## Usage
|
|
|
|
Use it like you would use the [Typebot React](./react) library.
|