{"id":20999789,"url":"https://github.com/jjordy/gfas-react-components","last_synced_at":"2025-12-29T23:22:21.562Z","repository":{"id":57121425,"uuid":"82733016","full_name":"jjordy/gfas-react-components","owner":"jjordy","description":"Global Financial Aid Services Layout and design Components for react.","archived":false,"fork":false,"pushed_at":"2017-03-12T19:13:19.000Z","size":193,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T08:57:04.337Z","etag":null,"topics":["components","layout","react","styled-components"],"latest_commit_sha":null,"homepage":null,"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/jjordy.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}},"created_at":"2017-02-21T22:20:40.000Z","updated_at":"2019-11-12T15:49:00.000Z","dependencies_parsed_at":"2022-08-24T00:20:35.016Z","dependency_job_id":null,"html_url":"https://github.com/jjordy/gfas-react-components","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/jjordy%2Fgfas-react-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjordy%2Fgfas-react-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjordy%2Fgfas-react-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjordy%2Fgfas-react-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjordy","download_url":"https://codeload.github.com/jjordy/gfas-react-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243417254,"owners_count":20287592,"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":["components","layout","react","styled-components"],"created_at":"2024-11-19T08:08:18.213Z","updated_at":"2025-12-29T23:22:21.535Z","avatar_url":"https://github.com/jjordy.png","language":"JavaScript","readme":"# Gfas React Components\n\n[![CircleCI](https://circleci.com/gh/jjordy/gfas-react-components.svg?style=svg)](https://circleci.com/gh/jjordy/gfas-react-components)\n[![codecov](https://codecov.io/gh/jjordy/gfas-react-components/branch/master/graph/badge.svg)](https://codecov.io/gh/jjordy/gfas-react-components)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n## Install\n\n```bash\n$ npm install gfas-react-components styled-components             # We love styled components\n```\n\n## Setup\n\nYou must provide your theme to the components like so.\n\n```javascript\n// in your root component\n\nimport React from 'react'\nimport { ThemeProvider } from 'styled-components'\nimport theme from './myCustomTheme.js'\n// pass in your custom theme to the components\nconst Root = () =\u003e (\n\n  \u003cThemeProvider theme={theme}\u003e\n    \u003cMyAppOrWhatever /\u003e\n  \u003c/ThemeProvider\u003e\n)\n\n\n\n```\n\n### Theme file\n\nYou can use this theme file as a base \nthe components look for the following values to be defined\nyou can customize them to get a look to your liking\n```javascript\nconst theme = {\n  sizes: [16, 18, 24, 32, 36, 48],\n  padding: [0, 6, 12, 24, 32, 64],\n  margin: [0, 8, 16, 24, 32, 64],\n  borderWidth: 1,\n  borderRadius: 4,\n  colors: {\n    default: '#222',\n    white: '#FFF',\n    black: '#222',\n    transparent: 'transparent',\n    gray: '#e7e7e7',\n    lightgray: '#f8f8f8',\n    primary: '#0193F5',\n    secondary: '#E921FF',\n    info: '#11FFEA',\n    success: '#40E59B',\n    warning: '#FFC32F',\n    error: '#E84548'\n  },\n  fontFamily: 'Open Sans, Helvetica, Arial, sans-serif'\n}\n\nexport default theme\n\n```\n\n\n## Requirements\n* node `v6 - v7`\n* npm `^3.0.0`\n\n# Contributing \u0026 Development Instructions\n\n## Install dependencies, and check to see it works\n\n```bash\n$ npm install                   # Install project dependencies\n$ npm run dev                     # Development via storybook @ localhost:9001\n```\nWhile developing, you will probably rely mostly on `npm run dev`; however, there are additional scripts at your disposal:\n\n|`npm run \u003cscript\u003e`|Description|\n|------------------|-----------|\n|`dev`| Development Mode |\n|`lint`|Lint all `.js` files.|\n|`build`| Build Production Library.|\n|`lint:fix`|Lint and fix all `.js` files. [Read more on this](http://eslint.org/docs/user-guide/command-line-interface.html#fix).|\n\n## Project Structure\n```\n.\n├── .storybook               # Storybook config\n├── src                      # Client entry point\n│   |   ├── components       # Component Source\n|   |   ├── theme.js         # default theme file for development\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjordy%2Fgfas-react-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjordy%2Fgfas-react-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjordy%2Fgfas-react-components/lists"}