{"id":13468360,"url":"https://github.com/catalinmiron/react-typical","last_synced_at":"2025-05-15T14:09:10.381Z","repository":{"id":35169026,"uuid":"216541425","full_name":"catalinmiron/react-typical","owner":"catalinmiron","description":"React typing animation in ~400 bytes 🐡 of JavaScript.","archived":false,"fork":false,"pushed_at":"2023-01-04T23:08:49.000Z","size":3701,"stargazers_count":1001,"open_issues_count":69,"forks_count":63,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-13T14:17:16.249Z","etag":null,"topics":["animation","javascript","react","react-typical","typical","typing"],"latest_commit_sha":null,"homepage":"https://catalinmiron.github.io/react-typical","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catalinmiron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"catalinmiron","open_collective":null,"ko_fi":"catalinmiron","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/catalinmiron"]}},"created_at":"2019-10-21T10:32:33.000Z","updated_at":"2025-05-08T14:59:55.000Z","dependencies_parsed_at":"2023-01-15T15:09:12.529Z","dependency_job_id":null,"html_url":"https://github.com/catalinmiron/react-typical","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Freact-typical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Freact-typical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Freact-typical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalinmiron%2Freact-typical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catalinmiron","download_url":"https://codeload.github.com/catalinmiron/react-typical/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355332,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","javascript","react","react-typical","typical","typing"],"created_at":"2024-07-31T15:01:09.475Z","updated_at":"2025-05-15T14:09:05.355Z","avatar_url":"https://github.com/catalinmiron.png","language":"JavaScript","funding_links":["https://patreon.com/catalinmiron","https://ko-fi.com/catalinmiron","https://www.buymeacoffee.com/catalinmiron"],"categories":["JavaScript"],"sub_categories":[],"readme":"# react-typical\n\u003e React Animated typing in ~400 bytes 🐡 of JavaScript.\n\n[DEMO](https://catalinmiron.github.io/react-typical/)\n\n![React Typical](react-typical.gif)\n\nBased on awesome typical library by [@camwiegert](https://github.com/camwiegert/typical)\n\n[![NPM](https://img.shields.io/npm/v/react-typical.svg)](https://www.npmjs.com/package/react-typical) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n[![React-Typical - Animated typing without the headaches](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=172069\u0026theme=dark)](https://www.producthunt.com/posts/react-typical?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-react-typical)\n\n### Youtube Video Tutorial\n\n[![react-typing-indicator-thumbnail-v2](https://user-images.githubusercontent.com/2805320/67524081-53ac7980-f6b0-11e9-9fb3-ea7a68f98d96.png)](https://www.youtube.com/watch?v=t7ePHIsKnnI)\n\n## Install\n\n```bash\nnpm install --save react-typical\n```\n\n## Usage\n\n```jsx\nimport React, { Component } from 'react'\nimport Typical from 'react-typical'\n\nclass Example extends React.Component {\n  render () {\n    return (\n      \u003cTypical\n        steps={['Hello', 1000, 'Hello world!', 500]}\n        loop={Infinity}\n        wrapper=\"p\"\n      /\u003e\n    )\n  }\n}\n```\n\n## Properties\n\nprop|mandatory|type|Eg.\n|--|--|--|--|\n|`steps`|yes|[]|`['Hello', 1000, 'World']`\n|`wrapper`|no|string|'p'\n|`loop`|no|number|`3`|\n\n\n## License\n\nThis library is based on [@camwiegert/typical](https://github.com/camwiegert/typical) work and it currently is just a wrapper for react.\n\nMIT © [catalinmiron](https://github.com/catalinmiron)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalinmiron%2Freact-typical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalinmiron%2Freact-typical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalinmiron%2Freact-typical/lists"}