This commit is contained in:
danielyxie
2019-04-14 02:08:10 -07:00
committed by danielyxie
parent 3d1684f825
commit d044739f1c
38 changed files with 1377 additions and 842 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export interface IParagraphWithTooltipProps {
export class ParagraphWithTooltip extends React.Component<IParagraphWithTooltipProps, any> {
render() {
return (
<p className={"tooltip"}>
<p className={"tooltip"} style={this.props.style}>
{this.props.text}
<span className={"tooltiptext"}>
{this.props.tooltip}