1.0.0 • Published 8 years ago

not-so-human-typist v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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

1.0.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago