{"id":21683625,"url":"https://github.com/sliit-foss/bashaway-ui","last_synced_at":"2026-02-10T00:04:14.775Z","repository":{"id":190622820,"uuid":"682748716","full_name":"sliit-foss/bashaway-ui","owner":"sliit-foss","description":"React component library for Bashaway 2023","archived":false,"fork":false,"pushed_at":"2024-09-13T07:21:23.000Z","size":59981,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-14T00:04:44.949Z","etag":null,"topics":["bashaway","component-library","storybook"],"latest_commit_sha":null,"homepage":"http://design.bashaway.sliitfoss.org/","language":"JavaScript","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/sliit-foss.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,"zenodo":null}},"created_at":"2023-08-24T20:58:47.000Z","updated_at":"2024-09-13T07:21:15.000Z","dependencies_parsed_at":"2025-07-18T05:57:12.583Z","dependency_job_id":"d489f72e-e85f-45d4-a4a3-836361960541","html_url":"https://github.com/sliit-foss/bashaway-ui","commit_stats":null,"previous_names":["sliit-foss/bashaway-ui"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/sliit-foss/bashaway-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sliit-foss","download_url":"https://codeload.github.com/sliit-foss/bashaway-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sliit-foss%2Fbashaway-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270336686,"owners_count":24566779,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"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":["bashaway","component-library","storybook"],"created_at":"2024-11-25T16:12:46.705Z","updated_at":"2026-02-10T00:04:14.730Z","avatar_url":"https://github.com/sliit-foss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/sliit-foss/bashaway-official/assets/73662613/c15f7a94-592b-410f-b581-c98d25a9ca42\" width=\"420\" alt=\"Bashaway Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"SLIIT FOSS logo\" href=\"https://sliitfoss.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Made_by_the_SLIIT_FOSS_Community-blue\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"License\" href=\"https://github.com/sliit-foss/bashaway-ui/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"CI Deploy\" href=\"https://github.com/sliit-foss/bashaway-ui/actions/workflows/release.yml\"\u003e\n    \u003cimg alt=\"\" src=\"https://github.com/sliit-foss/bashaway-ui/actions/workflows/release.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nThe official design system for Bashaway 2023\n\n## Using components\n\nRun `pnpm i @sliit-foss/bashaway-ui` to incorporate into your project \u003cbr/\u003e \u003cbr/\u003e\nExample\n\n```js\nimport { Button, Bashaway, Title } from \"@sliit-foss/bashaway-ui\"\n\n---or---\n\nimport { Button } from  \"@sliit-foss/bashaway-ui/components\"\nimport { Title } from  \"@sliit-foss/bashaway-ui/typography\"\nimport { Bashaway } from  \"@sliit-foss/bashaway-ui/icons\"\n\n....\n  \u003c\u003e\n    \u003cBashaway/\u003e\n    \u003cTitle\u003eHello there\u003c/Title\u003e\n    \u003cButton\u003eClick Me!\u003c/Button/\u003e\n  \u003c/\u003e\n...\n```\n\n## Getting started\n\n- Run `pnpm install` to install all dependencies\n- Run `pnpm storybook` to start the storybooks dev server\n- Run `pnpm build-storybook` to build the project for a web release\n- Run `pnpm build` to build the project for a package release\n\n## Commit messages\n\n- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)\n- Refer the [commitlint.config.js](https://github.com/sliit-foss/bashaway-ui/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes\n\n## Additional tools\n\n- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliit-foss%2Fbashaway-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsliit-foss%2Fbashaway-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsliit-foss%2Fbashaway-ui/lists"}