From cf7a05f80f68b5b1c8bcc0089679dd497cec2506 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- web/react/components/mention.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/react/components/mention.jsx (limited to 'web/react/components/mention.jsx') diff --git a/web/react/components/mention.jsx b/web/react/components/mention.jsx new file mode 100644 index 000000000..ba758688b --- /dev/null +++ b/web/react/components/mention.jsx @@ -0,0 +1,16 @@ +// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. +// See License.txt for license information. + +module.exports = React.createClass({ + handleClick: function() { + this.props.handleClick(this.props.username); + }, + render: function() { + return ( +
+ + @{this.props.username}{this.props.name} +
+ ); + } +}); -- cgit v1.2.3-1-g7c22