UNPKG
@arwes/react-frames
Version:
latest (1.0.0-next.25020502)
1.0.0-next.25020502
1.0.0-next.25020501
1.0.0-next.24111501
1.0.0-next.24091701
1.0.0-next.24091102
1.0.0-next.24091101
1.0.0-next.24082701
1.0.0-next.24080101
1.0.0-next.24072801
1.0.0-next.24072501
1.0.0-next.24072301
1.0.0-next.24071501
1.0.0-next.24061301
1.0.0-next.24051001
1.0.0-next.24050801
1.0.0-next.24050601
1.0.0-next.24042901
1.0.0-next.24042701
1.0.0-next.24042601
1.0.0-next.24042301
1.0.0-next.24041901
1.0.0-next.24041802
1.0.0-next.24041801
1.0.0-next.9
1.0.0-next.8
1.0.0-next.7
1.0.0-next.6
1.0.0-next.5
1.0.0-alpha.23
1.0.0-alpha.21
1.0.0-alpha.20
Futuristic Sci-Fi UI Web Framework
arwes.dev
arwes/arwes
@arwes/react-frames
/
build
/
esm
/
internal
/
styles.js
11 lines
(10 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
const
positionedStyle
=
{
position:
'absolute'
,
inset:
0
,
display:
'block'
,
border:
0
,
margin:
0
,
padding:
0
,
width:
'100%'
,
height:
'100%'
}
;