{"id":20955975,"url":"https://github.com/fitri-hy/hy-splash-screen-react","last_synced_at":"2026-04-27T06:32:38.427Z","repository":{"id":226569131,"uuid":"769063775","full_name":"fitri-hy/hy-splash-screen-react","owner":"fitri-hy","description":"Simple project module (Splash Screen) for ReactJS","archived":false,"fork":false,"pushed_at":"2024-03-08T09:57:39.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T13:15:02.672Z","etag":null,"topics":["react-components","react-modules","react-splash-screen","splash-screen"],"latest_commit_sha":null,"homepage":"","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/fitri-hy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-08T09:13:29.000Z","updated_at":"2024-03-24T08:33:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"45e0053e-ac73-4a95-803c-ba086b614dca","html_url":"https://github.com/fitri-hy/hy-splash-screen-react","commit_stats":null,"previous_names":["fitri-hy/hy-splash-screen-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fitri-hy/hy-splash-screen-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-splash-screen-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-splash-screen-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-splash-screen-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-splash-screen-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitri-hy","download_url":"https://codeload.github.com/fitri-hy/hy-splash-screen-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitri-hy%2Fhy-splash-screen-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32325927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["react-components","react-modules","react-splash-screen","splash-screen"],"created_at":"2024-11-19T01:23:03.127Z","updated_at":"2026-04-27T06:32:33.418Z","avatar_url":"https://github.com/fitri-hy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modules Splash Screen for React v.1.0.1\n\nReactJS modules are simple but have many advantages, one of which is that you can customize them freely.\n\n\u003cimg src=\"./Screenshot.png\" /\u003e\n## NPM Installation\n\n```sh\nnpm install hy-splash-screen-react\n```\n\n## Example Project Implemented\n\n```sh\n// Add - Impport module //\nimport SplashScreen from 'hy-splash-screen-react';\n//----//\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n    \n      // Add - Default components //\n      \u003cSplashScreen src=\"your logo\" text=\"Your Company\"/\u003e\n      //----//\n      \n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n## Customization\n\n| Atribute                  |Key Example                        |Description|\n|:-                         |:-                                 |:-|\n|`screenInterval=\"key?\"`    |`1000` `3000`                      |Time Interval (ms)|\n|`screenBg=\"key?`           |`rgba(0, 0, 0, 0.5)` `#ffffff`     |Background screen|\n|`screenBlur=\"key?`         |`blur(5px)`                        |Background blur|\n|`screenIndex=\"key?`        |`1` `99`                           |Z-index|\n|`contentHeight=\"key?`      |`400px`                            |Content height|\n|`contentWidth=\"key?`       |`400px`                            |Content width|\n|`contentBg=\"key?`          |`rgba(0, 0, 0, 0.5)` `#ffffff`     |Background Content|\n|`contentBlur=\"key?`        |`blur(5px)`                        |Background blur Content|\n|`contentShadow=\"key?`      |`0px 0px 5px rgba(0, 0, 0, 0.3)`                                   |Content shadow|\n|`contentRadius=\"key?`      |`10px` `10%`                                                       |Border radius|\n|`contentDirection=\"key?`   |`column` `row` `row-reverse` `column-reverse` `initial` `inherit`  |Content direction|\n|`contentGap=\"key?`         |`10px`                                                             |Content gap|\n|`contentAlign=\"key?`       |`center` `left` `right`                                            |Content align|\n|`contentJustify=\"key?`     |`center` `left` `right`                                            |Justify content|\n|`src=\"key?`                |`https://example.xx/logo.png` `/images/logo.png`                   |Insert images|\n|`srcHeight=\"key?`          |`150px`                                                            |Image height|\n|`srcWidth=\"key?`           |`150px`                                                            |Image width|\n|`srcAlt=\"key?`             |`logo`                                                             |Image alt|\n|`animation=\"key?`          |`fade-in` `fade-out` `slide-in-top` `slide-in-bottom` `slide-in-left` `slide-in-right` `zoom-in` `zoom-out` `rotate-in` `rotate-out`                                                             |Animation Content|\n|`text=\"key?`               |`Your Company`                                                     |Insert text|\n|`textColor=\"key?`          |`#ffff` `rgb(255, 255, 255)`                                       |Text color|\n|`textSize=\"key?`           |`30px` `18rem`                                                     |Text Size|\n|`textWeight=\"key?`         |`normal` `bold` `bolder` `lighter` `number` `initial` `inherit     |Text weight|\n|`textFont=\"key?`           |`Arial`                                                            |Font family|\n|`cssScreen=\"key?`          |`your-css`                                                         |Screen css custom|\n|`cssContent=\"key?`         |`your-css`                                                         |Content css custom|\n|`cssSrc=\"key?`             |`your-css`                                                         |Src css custom|\n|`cssText=\"key?`            |`your-css`                                                         |Text css custom|\n\n## Full Customization\n\n```sh\n\t\u003cSplashScreen \n\t\tscreenInterval=\"3000\"\n\t\tscreenBg=\"rgb(255, 255, 255,0.0)\"\n\t\tscreenBlur=\"blur(5px)\"\n\t\tscreenIndex=\"99\"\n\t\tcontentHeight=\"300px\"\n\t\tcontentWidth=\"250px\"\n\t\tcontentBg=\"rgb(85, 145, 230,0.99)\"\n\t\tcontentBlur=\"blur(5px)\"\n\t\tcontentShadow=\"0px 0px 3px 0px rgba(0,0,0,0.50)\"\n\t\tcontentRadius=\"5px\"\n\t\tcontentDirection=\"column\"\n\t\tcontentGap=\"1px\"\n\t\tcontentAlign=\"center\"\n\t\tcontentJustify=\"center\"\n\t\tsrc=\"/images/logo.png\"\n\t\tsrcHeight=\"50px\"\n\t\tsrcWidth=\"50px\"\n\t\tsrcAlt=\"logo\"\n\t\tanimation=\"zoom-in\"\n\t\ttext=\"My Company\"\n\t\ttextColor=\"#ff00ff\"\n\t\ttextSize=\"1.5rem\"\n\t\ttextWeight=\"bold\"\n\t\ttextFont=\"Arial\"\n\t\tcssScreen=\"css-screen\"\n\t\tcssContent=\"css-content\"\n\t\tcssSrc=\"css-src\"\n\t\tcssText=\"css-text\"\n\t/\u003e\n```\n\nHappy Coding :)\nFollow Me: \u003ca href=\"https://hy-tech.my.id/\"\u003eFOLLOW\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-splash-screen-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitri-hy%2Fhy-splash-screen-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitri-hy%2Fhy-splash-screen-react/lists"}