{"id":15433541,"url":"https://github.com/vivekcsein/frnz-ui","last_synced_at":"2026-04-07T07:52:21.953Z","repository":{"id":216932544,"uuid":"742715550","full_name":"vivekcsein/frnz-ui","owner":"vivekcsein","description":"A React-UI library for creating front-end development","archived":false,"fork":false,"pushed_at":"2024-02-10T18:48:13.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T10:33:07.313Z","etag":null,"topics":["frenzz","frnz","frnz-ui","nextjs","react-ui-components","reactjs","ui-library"],"latest_commit_sha":null,"homepage":"https://frenzz.in/frnz-ui","language":"SCSS","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/vivekcsein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T06:28:14.000Z","updated_at":"2025-07-07T16:06:14.000Z","dependencies_parsed_at":"2025-01-28T20:41:21.421Z","dependency_job_id":null,"html_url":"https://github.com/vivekcsein/frnz-ui","commit_stats":null,"previous_names":["vivekcsein/frnz-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vivekcsein/frnz-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekcsein%2Ffrnz-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekcsein%2Ffrnz-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekcsein%2Ffrnz-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekcsein%2Ffrnz-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekcsein","download_url":"https://codeload.github.com/vivekcsein/frnz-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekcsein%2Ffrnz-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["frenzz","frnz","frnz-ui","nextjs","react-ui-components","reactjs","ui-library"],"created_at":"2024-10-01T18:34:24.055Z","updated_at":"2026-04-07T07:52:21.926Z","avatar_url":"https://github.com/vivekcsein.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"#FRNZ-UI\n\n\u003ch1\u003eA React-UI library for creating front-end development easy\u003c/h1\u003e\n\n\u003cp\u003eto install library from npm\n\n    npm i frnz-ui\n\n\u003c/p\u003e\n\n\u003cp\u003eto install library from yarn\n\n    yarn add frnz-ui\n\n\u003c/p\u003e\n\n\u003cp\u003eto install library from pnpm\n\n    pnpm add frnz-ui\n\n\u003c/p\u003e\n\n\u003cp\u003ecurrently in development phase\u003c/p\u003e\n\n\u003cp\u003eyou can use import Button and Input from\n\n    import { Button, Input } from \"frnz-ui\";\n\n\u003c/p\u003e\n\n\u003cp\u003eimport css from frnz-ui\n    \n    import \"frnz-ui/dist/styles/styles_ui.css\";\n\n\u003c/p\u003e\n\n\u003cp\u003eButton example\n\n    \u003cButton\n    label=\"click me\"\n    variant=\"starlight\"\n    onClick={(e)=\u003e{console.log(\"hello\")}}\n    fx={{\n        backgroundColor: \"red\",\n        color: \"green\",\n        padding: \"1rem .5rem\",\n    }}\n    fxc{{\n        primary:\"red\",\n        secondary:\"green\"\n        bgc:\"black\",\n    }}\n    /\u003e\n\n\u003c/p\u003e\n\n\u003cp\u003eInput Example\n\n    \u003cInput\n        id=\"ok\"\n         name=\"ok\"\n        type=\"text\"\n        variant=\"Password\"\n        placeholder=\"Enter your password\"\n        fx={\n            {\n                // padding: \"2rem\",\n                // color: \"yellow\",\n              }\n            }\n        // ref={useRef}\n    /\u003e\n\n\u003c/p\u003e\n\u003cp\u003eHamburger example\n\n    \u003cHamburger\n        variant=\"Snowy\"\n        onClick={(e)=\u003e{console.log(\"hamburger clicked\")}}\n        debug={true}\n        color=\"red\"\n    /\u003e\n\n\u003c/p\u003e\n\n\u003cp\u003eto make borderless set strokeWidth property to -1\u003c/p\u003e\n\u003cp\u003eSVG example\n\n    \u003cSVG\n        variant=\"Rating\"\n        show={40}\n        size={240}\n        strokeWidth={5}\n        fxc={{ primary: \"red\", secondary: \"green\" }}\n    /\u003e\n\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekcsein%2Ffrnz-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekcsein%2Ffrnz-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekcsein%2Ffrnz-ui/lists"}