{"id":13807913,"url":"https://github.com/ormesam/blazor-typewriter","last_synced_at":"2026-01-17T22:35:06.251Z","repository":{"id":116594116,"uuid":"291785056","full_name":"ormesam/blazor-typewriter","owner":"ormesam","description":"A simple typewriter effect library for Blazor applications","archived":false,"fork":false,"pushed_at":"2022-02-19T14:33:52.000Z","size":121,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T23:53:48.028Z","etag":null,"topics":["blazor","typewriter","typewriter-effect"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ormesam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"ormesam"}},"created_at":"2020-08-31T17:49:07.000Z","updated_at":"2024-10-19T08:36:35.000Z","dependencies_parsed_at":"2024-04-10T04:38:05.947Z","dependency_job_id":"c13ca692-4e0d-4039-ab56-f3df6d7f3d8e","html_url":"https://github.com/ormesam/blazor-typewriter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ormesam%2Fblazor-typewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ormesam%2Fblazor-typewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ormesam%2Fblazor-typewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ormesam%2Fblazor-typewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ormesam","download_url":"https://codeload.github.com/ormesam/blazor-typewriter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254046458,"owners_count":22005597,"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":["blazor","typewriter","typewriter-effect"],"created_at":"2024-08-04T01:01:32.051Z","updated_at":"2026-01-17T22:35:06.245Z","avatar_url":"https://github.com/ormesam.png","language":"C#","funding_links":["https://github.com/sponsors/ormesam"],"categories":["Libraries \u0026 Extensions"],"sub_categories":["2D/3D Rendering engines"],"readme":"# Blazor Typewriter\nA simple typewriter effect library for Blazor applications\n\n## Installation\n\n![Nuget](https://img.shields.io/nuget/v/BlazorTypewriter) ![Nuget](https://img.shields.io/nuget/dt/BlazorTypewriter)\n\nTo Install\n\n```\nInstall-Package BlazorTypewriter\n```\n\nor\n\n```\ndotnet add package BlazorTypewriter\n```\n\nAdd stylesheet to head section\n\n```\n\u003clink href=\"_content/BlazorTypewriter/styles.css\" rel=\"stylesheet\" /\u003e\n```\n\n## Usage\n\n![demo](https://user-images.githubusercontent.com/8319419/154805249-51243708-88eb-4b12-af6d-b6a6601d670b.gif)\n\n```html\n\u003cp\u003e\u003cTypewriter Builder=\"@typewriter\" /\u003e\u003c/p\u003e\n\n@code {\n    TypewriterBuilder typewriter = new TypewriterBuilder(defaultCharacterPause: 6)\n        .TypeString(\"First line... Lorem ipsum dolor sit amet, consectetur adipiscing elit.\")\n        .Pause(1000)\n        .DeleteAll()\n        .TypeString(\"Second line... Lorem ipsum dolor sit amet, consectetur adipiscing elit.\", 50)\n        .Pause(500)\n        .DeleteAll(30)\n        .TypeString(\"Third line... Lorem ipsum dolor sit amet, consectetur adipiscing elit.\", 20)\n        .Pause(500)\n        .DeleteAll(20)\n        .Pause(500)\n        .Loop();\n}\n```\n\nTo customise the cursor set the `CustomClass` property of the `\u003cTypewriter\u003e` tag and target the `border-color`.\n\n## License\n\nThis project is licensed under the terms of the [MIT license](https://github.com/ormesam/blazor-typewriter/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Formesam%2Fblazor-typewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Formesam%2Fblazor-typewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Formesam%2Fblazor-typewriter/lists"}