This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
sign
Watch
2
Star
0
Fork
0
You've already forked sign
Code
Issues
Packages
Releases
Activity
Files
383b5f78f0435d1bb855599e0fffd8dbc5150be3
sign
/
apps
/
remix
/
app
/
components
/
embed
/
embed-paywall.tsx
8 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: embed signing experience (#1322)
2024-09-04 23:13:00 +10:00
export
const
EmbedPaywall
=
(
)
=
>
{
feat: signing order (#1290) Adds the ability to specify an optional signing order for documents. When specified a document will be considered sequential with recipients only being allowed to sign in the order that they were specified in.
2024-09-16 12:36:45 +00:00
return
(
<
div
>
<
h1
>
Paywall
<
/
h1
>
<
/
div
>
)
;
}
;
Reference in New Issue
Copy Permalink