{"id":24107704,"url":"https://github.com/barteh/core","last_synced_at":"2025-05-12T18:24:51.167Z","repository":{"id":33121265,"uuid":"142178105","full_name":"barteh/core","owner":"barteh","description":"core features for barteh based projects","archived":false,"fork":false,"pushed_at":"2023-01-04T21:37:38.000Z","size":637,"stargazers_count":2,"open_issues_count":10,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T23:59:10.666Z","etag":null,"topics":["barteh"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barteh.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}},"created_at":"2018-07-24T15:28:20.000Z","updated_at":"2019-10-23T10:14:50.000Z","dependencies_parsed_at":"2023-01-14T23:30:55.684Z","dependency_job_id":null,"html_url":"https://github.com/barteh/core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barteh%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barteh%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barteh%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barteh%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barteh","download_url":"https://codeload.github.com/barteh/core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253796341,"owners_count":21965700,"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":["barteh"],"created_at":"2025-01-10T22:52:45.427Z","updated_at":"2025-05-12T18:24:51.095Z","avatar_url":"https://github.com/barteh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Barteh Core\n\n[![Build Status](https://travis-ci.org/barteh/core.svg?branch=master)](https://travis-ci.org/barteh/core)\n\n## common component and libraries used for barteh based projects\n\n\n## Feature list\n\n###  a. common services\n1. geo.\n2. orgchart.\n3. unit.\n4. useraction.\n\n### b. react components\n1. [withTitle](#withTitle).\n2. error.\n3. user.\n4. withMessage.\n\n# withTitle\n\nadds title bar to on a component. use it for main forms and pages.\n\n### example:\n```js\nimport React, { Component } from 'react';\nimport Home from '@material-ui/icons/Home';\n\nclass README extends Component {\n    render() {\n        return (\n            \u003cdiv\u003e\n                \n            \u003c/div\u003e\n        );\n    }\n}\n\nexport default README;\n\nwithTitle({\n    title:\"page title\",\n    subTitle:\"page SubTitle\",\n    description:\"page description\",\n    icon:\u003cHome color=\"primary\" style={{fontStyle:\"36px\"}}/\u003e\n})(README)\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarteh%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarteh%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarteh%2Fcore/lists"}