not-so-human-typist

1.0.0 • Public • Published

Build Status

Demo

Installation

npm install not-so-human-typist --save

Usage

import React, { Component } from 'react';
import './App.css';
import Typist from 'not-so-human-typist';

class App extends Component {
render() {
    return (
    <div className="App">
            <Typist text='Hi there, I am Donna' delay='200'/>
    </div>
    );
}
}

export default App;

Styling

Simply define .Typist style

.Typist {
margin-top: 5%;
font-size: 35pt;
border-style: none;
border-bottom-style: solid;
-webkit-box-shadow:0;
-moz-box-shadow:0;
box-shadow:0;
outline: none;
font-family: 'Special Elite', cursive;
}

Background

Inspired by Anders Lemke's post

Package Sidebar

Install

npm i not-so-human-typist

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • un0rsk