UNPKG
@slashid/react-primitives
Version:
beta (0.5.5-onboarding-beta.0)
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.5-onboarding-beta.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.3.0-customization.1
0.3.0-customization.0
0.2.0
0.1.4-beta.5
0.1.4-beta.4
0.1.4-beta.3
0.1.4-beta.2
0.1.4-beta.1
0.1.4-beta.0
0.1.3
0.1.2
0.1.1
Primitive components for the /id React SDK
slashid.dev
slashid/javascript
@slashid/react-primitives
/
index.html
13 lines
(12 loc)
•
303 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
title
>
Vite + React + TS
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
type
=
"module"
src
=
"/src/dev.tsx"
>
</
script
>
</
body
>
</
html
>