- React / Next.js
- Other Frameworks
import {
VeltUserInviteTool
} from '@veltdev/react';
export default function App() {
return (
<>
<VeltUserInviteTool>
<button slot="button">User Invite</button>
</VeltUserInviteTool>
</>
);
}
<!doctype html>
<html lang="en">
<head>
<title>User Invite documentation</title>
</head>
<body>
<velt-user-invite-tool>
<button slot="button">User Invite</button>
</velt-user-invite-tool>
</body>
</html>
Slots
Was this page helpful?
⌘I

