{"id":16925081,"url":"https://github.com/hiroppy/scuba","last_synced_at":"2025-03-17T07:31:40.411Z","repository":{"id":66361483,"uuid":"74972972","full_name":"hiroppy/scuba","owner":"hiroppy","description":"UI Components with a color unity that built by React. https://abouthiroppy.github.io/scuba/","archived":false,"fork":false,"pushed_at":"2020-08-17T02:42:29.000Z","size":3427,"stargazers_count":13,"open_issues_count":100,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T23:04:16.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hiroppy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2016-11-28T12:56:05.000Z","updated_at":"2021-01-13T09:39:00.000Z","dependencies_parsed_at":"2023-02-23T04:15:55.159Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/scuba","commit_stats":null,"previous_names":["abouthiroppy/scuba"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fscuba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fscuba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fscuba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fscuba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/scuba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652702,"owners_count":20325612,"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":[],"created_at":"2024-10-13T20:08:46.917Z","updated_at":"2025-03-17T07:31:40.076Z","avatar_url":"https://github.com/hiroppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scuba\n\n\u003cstrong\u003eUI components with a color unity that built by React.\u003c/strong\u003e\n\nsee: https://abouthiroppy.github.io/scuba/\n\n[![npm version](https://badge.fury.io/js/scuba.svg)](https://badge.fury.io/js/scuba)\n[![Build Status](https://travis-ci.org/abouthiroppy/scuba.svg?branch=master)](https://travis-ci.org/abouthiroppy/scuba)\n[![Build status](https://ci.appveyor.com/api/projects/status/hrk1vpy5gsxl8r37/branch/master?svg=true)](https://ci.appveyor.com/project/abouthiroppy/scuba/branch/master)\n[![codecov](https://codecov.io/gh/abouthiroppy/scuba/branch/master/graph/badge.svg)](https://codecov.io/gh/abouthiroppy/scuba)\n[![dependencies Status](https://david-dm.org/abouthiroppy/scuba/status.svg)](https://david-dm.org/abouthiroppy/scuba)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\n# Getting Started\n\n[scuba/getting-started](https://abouthiroppy.github.io/scuba/#/getting-started)\n\nInstall the module with `npm install --save scuba`.\n\nScuba has 5 themes and 2 subColors.\nTheme and subColor are reflected only in Container.\n\n```javascript\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport Container, {Button} from 'scuba';\n\nconst Root = () =\u003e (\n  \u003cContainer\n    theme=\"mint\"\n    subColor=\"dark\"\n  \u003e\n    \u003cButton\u003eHello!!\u003c/Button\u003e\n  \u003c/Container\u003e\n);\n\nReactDOM.render(\n  \u003cRoot /\u003e,\n  document.getElementById('root')\n);\n```\n\n## Components List\n[scuba/components](https://abouthiroppy.github.io/scuba/#/components)\n\n- [x] Typography\n- [x] Avatars\n- [x] Blockquotes\n- [x] Buttons\n- [x] Drawers\n- [x] Codes\n- [x] Forms\n- [x] SelectBoxes\n- [x] Lists\n- [x] Tables\n- [x] Papers\n- [x] Grids\n\n## Development\n```\n$ git clone git@github.com:abouthiroppy/scuba.git\n$ cd scuba\n$ npm install\n$ npm run storybook\n$ open localhost:8080\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fscuba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fscuba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fscuba/lists"}