Skip to content

Instantly share code, notes, and snippets.

@yuturiy
yuturiy / index.html
Created January 29, 2018 00:44 — forked from CodeMyUI/index.html
Messenger
<div id="messenger"></div>
@yuturiy
yuturiy / Messenger.js
Last active January 4, 2019 13:45
Messenger for React
// USING:
// import Messenger from './Messenger'
// <Messenger news={['your', 'array', 'with', 'strings', 'here']}/>
import React, { Component } from "react";
export default class Messenger extends Component {
state = {
mainMessage: "",
codeletters: "&#*+%?£@§$",