UNPKG
pmag-componentes
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Pacote para barra principal PMAG
github.com/odessagy/pmag-components
odessagy/pmag-components
pmag-componentes
/
Index.js
11 lines
(9 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
React
from
'react'
const
Index
= (
) => {
return
(
<
div
style
=
{{backgroundColor:
'
black
',
padding:
'
25px
',
color:
'
white
'}}>
Testando Barra Inicial Padrão
</
div
>
) }
export
default
Index