UNPKG

@fatherly-funnies/joke-card

Version:

React component to display a daily joke

5 lines 266 B
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