MCPcopy Index your code
hub / github.com/catalinmiron/react-typical

github.com/catalinmiron/react-typical @v0.1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.3 ↗ · + Follow
4 symbols 17 edges 5 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

react-typical

React Animated typing in ~400 bytes 🐡 of JavaScript.

DEMO

React Typical

Based on awesome typical library by @camwiegert

NPM JavaScript Style Guide

React-Typical - Animated typing without the headaches

Youtube Video Tutorial

react-typing-indicator-thumbnail-v2

Install

npm install --save react-typical

Usage

import React, { Component } from 'react'
import Typical from 'react-typical'

class Example extends React.Component {
  render () {
    return (
      <Typical
        steps={['Hello', 1000, 'Hello world!', 500]}
        loop={Infinity}
        wrapper="p"
      />
    )
  }
}

Properties

prop|mandatory|type|Eg. |--|--|--|--| |steps|yes|[]|['Hello', 1000, 'World'] |wrapper|no|string|'p' |loop|no|number|3|

License

This library is based on @camwiegert/typical work and it currently is just a wrapper for react.

MIT © catalinmiron

Core symbols most depended-on inside this repo

render
called by 0
example/src/App.js
Typical
called by 0
src/index.js

Shape

Class 2
Function 1
Method 1

Languages

TypeScript100%

Modules by API surface

example/src/App.js3 symbols
src/index.js1 symbols

For agents

$ claude mcp add react-typical \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact