UNPKG
@fatherly-funnies/joke-card
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React component to display a daily joke
gitlab.com/red-wolf-projects/fatherly-funnies/ff-joke-card
@fatherly-funnies/joke-card
/
dist
/
esm
/
TagBadge.js
5 lines
•
266 B
JavaScript
View Raw
1
2
3
4
5
import React
from
'react'
; export
default
function
TagBadge
(
props
)
{
return
(React.
createElement
(
"span"
, {
style
: {
padding
:
5
,
backgroundColor
:
'black'
,
color
:
'white'
,
marginTop
:
'5px'
,
marginLeft
:
'5px'
} }, props.tag)); }
//# sourceMappingURL=TagBadge.js.map