UNPKG
@swc-react/dialog
Version:
latest (1.12.1)
next (1.12.1-next.20260519115149)
nightly (1.9.1-nightly.20251101120150)
overlay (0.33.3-overlay.66)
rc (0.35.1-rc.34)
react (0.31.1-react.21)
snaphot-test (1.12.0-snaphot-test.20260223152537)
snapshot (1.12.0-snapshot.20260422090428)
snapshot-test (1.12.1-snapshot-test.20260513115335)
testing (1.12.0-testing.20260223092154)
testingReact (0.0.0-20241211115453)
2.0.0-snapshot-test.20260512105059
2.0.0-next.20260512072922
1.12.1
1.12.1-snapshot-test.20260513115335
1.12.1-next.20260519115149
1.12.0
1.12.0-testing.20260223092154
1.12.0-snapshot-test.20260430101048
1.12.0-snapshot-test.20260310163946
1.12.0-snapshot-test.20260226153342
1.12.0-snapshot-test.20260224153411
1.12.0-snapshot-test.20260224105313
1.12.0-snapshot.20260422090428
1.12.0-snaphot-test.20260223152537
1.12.0-next.20260512154920
1.12.0-next.20260429091201
1.12.0-next.20260408154919
1.12.0-next.20260223103045
1.12.0-next.20260218162159
1.12.0-next.20260216160808
1.12.0-next.20260216143330
1.12.0-next.20260216110437
1.11.3-snapshot-test.20260210132346
1.11.3-next.20260216104008
1.11.3-next.20260216102310
1.11.2
1.11.1
1.11.1-snapshot.20260128213745
1.11.0
1.11.0-snapshot-test.20260129145631
1.10.0
1.9.1
1.9.1-nightly.20251101120150
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.0.3
1.0.1
1.0.0
0.49.0
0.48.1
0.48.0
0.47.2
0.47.1
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.5
0.42.4
0.42.3
0.42.2
0.42.1
0.42.0
0.41.2
0.41.1
0.41.0
0.40.5
0.40.4
0.40.3
0.40.2
0.40.1
0.40.0
0.39.4
0.39.3
0.39.2
0.39.1
0.39.0
0.38.0
0.37.0
0.36.0
0.35.1-rc.34
0.35.1-rc.26
0.35.1-rc.25
0.35.1-rc.15
0.35.0
0.34.1-rc.0
0.34.0
0.33.3-overlay.66
0.33.3-overlay.61
0.33.2
0.33.1-overlay.41
0.33.0
0.32.1-overlay.41
0.32.1-overlay.33
0.32.0
0.31.1-react.21
0.31.1-react.3
0.31.1-react.2
0.31.0
0.30.0
0.11.16
0.11.15
0.11.14
0.11.13
0.11.12
0.11.11-react.3163
0.11.11-react.3138
0.11.11-react.3137
0.11.11-react.3120
0.11.8-react.3029
0.11.8-react.2993
0.11.7-react.2992
0.0.0-20250211061642
0.0.0-20250210092211
0.0.0-20250210081721
0.0.0-20250210080630
0.0.0-20241211115453
0.0.0-20241211071818
React and Next.js wrapper of the @spectrum-web-components/dialog component
@swc-react/dialog
/
next.js
3 lines
(2 loc)
•
281 B
JavaScript
View Raw
1
2
3
"use strict"
;
import
p
from
"next/dynamic"
;
export
const
Dialog
=
p
(
()=>
import
(
"."
).
then
(
(
{Dialog:o}
)=>
o),{
ssr
:!
1
}),
DialogBase
=
p
(
()=>
import
(
"."
).
then
(
(
{DialogBase:o}
)=>
o),{
ssr
:!
1
}),
DialogWrapper
=
p
(
()=>
import
(
"."
).
then
(
(
{DialogWrapper:o}
)=>
o),{
ssr
:!
1
});
//# sourceMappingURL=next.js.map