react-typing-test
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

React Typing Test

Build

Usage

npm install react-typing-test
// something.js

import { TypingTest } from 'react-typing-test';

const Something = (props) => {
    return (
        <TypingTest language="english" wordLimit={120} />
    )
}

export default Something;

Available Props

wordLimit: {
    type: Number
    default: 50
}
language: {
    type: String
    default: 'english'
}
theme: {
    type: String
    default: 'Purpleish'
}

TODO

Fix the themes:

  • main text color and input color should be different
  • correct vs incorrect colors aren't always great
  • maybe some gradients

Roadmap

  • [x] word count
  • [x] language (untested)
  • [x] themes
  • [ ] Clean and Refactor ...

Package Sidebar

Install

npm i react-typing-test

Weekly Downloads

1

Version

0.8.0

License

MIT

Unpacked Size

351 kB

Total Files

59

Last publish

Collaborators

  • ncarn2