{"id":21412839,"url":"https://github.com/hunghg255/intro-js","last_synced_at":"2025-07-14T02:32:33.892Z","repository":{"id":63691333,"uuid":"568909949","full_name":"hunghg255/intro-js","owner":"hunghg255","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-02T20:55:27.000Z","size":180,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T03:05:49.790Z","etag":null,"topics":["npm"],"latest_commit_sha":null,"homepage":"https://hunghg255.github.io/intro-js/demo/index.html","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/hunghg255.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-21T17:09:20.000Z","updated_at":"2024-10-07T02:27:29.000Z","dependencies_parsed_at":"2023-02-09T02:01:19.286Z","dependency_job_id":null,"html_url":"https://github.com/hunghg255/intro-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hunghg255/intro-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fintro-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fintro-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fintro-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fintro-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunghg255","download_url":"https://codeload.github.com/hunghg255/intro-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fintro-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"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":["npm"],"created_at":"2024-11-22T18:15:56.665Z","updated_at":"2025-07-14T02:32:33.401Z","avatar_url":"https://github.com/hunghg255.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.npmjs.com/package/introh-js\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n\u003cimg src=\"https://api.iconify.design/bi:bar-chart-steps.svg?color=%23fdb4e2\" alt=\"logo\" width='100'/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A library intro for your website\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/introh-js\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://badge.fury.io/js/csvs-parsers.svg\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/introh-js\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/csvs-parsers.svg?logo=npm\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://bundlephobia.com/result?p=introh-js\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://img.shields.io/bundlephobia/minzip/introh-js\" alt=\"Minizip\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/hunghg255/introh-js/graphs/contributors\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://img.shields.io/badge/all_contributors-1-orange.svg\" alt=\"Contributors\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/hunghg255/introh-js/blob/main/LICENSE\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\u003cimg src=\"https://badgen.net/github/license/hunghg255/introh-js\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[Live Demo](https://hunghg255.github.io/intro-js/demo/index.html)\n\n## Installation\n\n[![NPM](https://nodei.co/npm/introh-js.png?compact=true)](https://nodei.co/npm/introh-js/)\n\n#### To install the latest stable version:\n\n```\nnpm install --save introh-js\n\nor\n\nyarn add introh-js\n```\n\n#### Basic usage:\n\n```css\n@import 'introh-js/dist/styles.css';\n```\n\n```ts\ninterface IIntroJs {\n   steps: { element: string; children: string }[];\n   isStart?: boolean;\n}\n\nnew IntroJs(options: IIntroJs);\n\nconst steps = [\n  {\n    element: '.title',\n    children: 'Title One',\n  },\n  {\n    element: '.second',\n    children: 'Title Two',\n  },\n  {\n    element: '.three',\n    children: 'Title Three',\n  },\n  {\n    element: '.cat',\n    children: 'Cat',\n  },\n];\nconst instante = new IntroJs({\n  steps,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunghg255%2Fintro-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunghg255%2Fintro-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunghg255%2Fintro-js/lists"}