https://github.com/cdcgov/fdns-ui-react
A collection of reusable React components for quickly building modern and accessible web applications.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.7%) to scientific vocabulary
Keywords
Repository
A collection of reusable React components for quickly building modern and accessible web applications.
Basic Info
Statistics
- Stars: 8
- Watchers: 7
- Forks: 11
- Open Issues: 20
- Releases: 0
Topics
Metadata Files
README.md
FDNS User Interface Library for React
This repository contains a front-end library built in React. The library is designed to help developers efficiently build user interfaces on top of the Foundation Services. The library is pre-release software and being made public to gain feedback from the open source community.
Running locally
Carefully read the following instructions on how to run and test this library in your local environment.
Dependencies
Before you start
You will need to have the following software installed to run this library locally:
- Node.js
- Windows Users: Please use Cygwin or the Windows Subsystem for Linux for running the commands in this README
Basic Usage
Create your project with create-react-app.
sh
create-react-app my-app
cd my-app
npm install --save fdns-ui-react
Open up src/App.js in your text editor of choice and include the React components:
```js import React, { Component } from 'react'; import { SuperGrid, fixtures } from 'fdns-ui-react'; import logo from './logo.svg'; import './App.css';
// grab some test fixtures const { headers, messages } = fixtures;
class App extends Component { render() { return (
Welcome to React
export default App; ```
Start your project:
sh
npm start
Open http://localhost:3000/ in a web browser and view your Grid. You can now add any components in the library into your application.
Development/StyleGuidist
This library currently uses react-styleguidist to document and view examples of the various components.
To view the StyleGuide, after running npm i, use the command:
sh
npm start
or npx styleguidist server. This will run the styleguide on http://localhost:6060/.
Public Domain
This repository constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. This repository is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication. All contributions to this repository will be released under the CC0 dedication. By submitting a pull request you are agreeing to comply with this waiver of copyright interest.
License
The repository utilizes code licensed under the terms of the Apache Software License and therefore is licensed under ASL v2 or later.
The source code in this repository is free: you can redistribute it and/or modify it under the terms of the Apache Software License version 2, or (at your option) any later version.
The source code in this repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache Software License for more details.
You should have received a copy of the Apache Software License along with this program. If not, see https://www.apache.org/licenses/LICENSE-2.0.html.
The source code forked from other open source projects will inherit its license.
Privacy
This repository contains only non-sensitive, publicly available data and information. All material and community participation is covered by the Surveillance Platform Disclaimer and Code of Conduct. For more information about CDC's privacy policy, please visit https://www.cdc.gov/privacy.html.
Contributing
Anyone is encouraged to contribute to the repository by forking and submitting a pull request. (If you are new to GitHub, you might start with a basic tutorial.) By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the Apache Software License v2 or later.
All comments, messages, pull requests, and other submissions received through CDC including this GitHub page are subject to the Presidential Records Act and may be archived. Learn more at https://www.cdc.gov/other/privacy.html.
Records
This repository is not a source of government records, but is a copy to increase collaboration and collaborative potential. All government records will be published through the CDC web site.
Notices
Please refer to CDC's Template Repository for more information about contributing to this repository, public domain notices and disclaimers, and code of conduct.
Owner
- Name: Centers for Disease Control and Prevention
- Login: CDCgov
- Kind: organization
- Email: data@cdc.gov
- Location: Atlanta, GA
- Website: http://open.cdc.gov/
- Twitter: CDCgov
- Repositories: 114
- Profile: https://github.com/CDCgov
CDC's collaborative software projects to protect America from health, safety, and security threats, both foreign and in the U.S.
GitHub Events
Total
- Fork event: 2
Last Year
- Fork event: 2
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jared Trotter | h****o@j****m | 73 |
| Russell Ingram | b****s@g****m | 64 |
| Drew Morris | d****s@g****m | 14 |
| AbhinayMethuku | 3****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 76
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Total issue authors: 2
- Total pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.42
- Merged pull requests: 32
- Bot issues: 0
- Bot pull requests: 42
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- drewry (3)
- jtrotter (1)
Pull Request Authors
- dependabot[bot] (42)
- russell-ingram (21)
- drewry (8)
- jtrotter (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- npm 46 last-month
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 27
- Total maintainers: 4
npmjs.org: fdns-ui-react
This is the open source UI library for react components using Foundation Services (FDNS).
- Homepage: https://github.com/CDCgov/fdns-ui-react#readme
- License: Apache-2.0
-
Latest release: 0.9.1
published over 4 years ago
Rankings
Maintainers (4)
Dependencies
- 1421 dependencies
- @babel/cli ^7.2.3 development
- @babel/core ^7.2.2 development
- @babel/plugin-proposal-class-properties ^7.3.0 development
- @babel/plugin-proposal-export-default-from ^7.2.0 development
- @babel/plugin-proposal-export-namespace-from ^7.2.0 development
- @babel/preset-env ^7.3.4 development
- @babel/preset-react ^7.0.0 development
- babel-eslint ^10.0.1 development
- babel-jest ^24.1.0 development
- babel-loader ^8.0.6 development
- chai ^4.1.2 development
- classnames ^2.2.6 development
- css-loader ^2.1.1 development
- enzyme ^3.6.0 development
- enzyme-adapter-react-16 ^1.5.0 development
- enzyme-to-json ^3.3.0 development
- eslint ^4.19.1 development
- eslint-plugin-babel ^5.2.0 development
- eslint-plugin-react ^7.11.1 development
- file-loader ^1.1.11 development
- jest ^24.1.0 development
- jsdom ^11.12.0 development
- mocha ^8.1.3 development
- node-sass ^6.0.1 development
- prop-types ^15.6.2 development
- react ^16.8.0 development
- react-dom ^16.8.0 development
- react-styleguidist ^11.1.0 development
- react-test-renderer ^16.8.3 development
- sass-loader ^7.1.0 development
- sinon ^5.1.1 development
- style-loader ^0.21.0 development
- url-loader ^1.1.1 development
- @babel/polyfill ^7.2.5
- @date-io/luxon ^1.0.1
- @fortawesome/fontawesome-svg-core ^1.2.4
- @fortawesome/free-regular-svg-icons ^5.3.1
- @fortawesome/free-solid-svg-icons ^5.3.1
- @fortawesome/react-fontawesome ^0.1.3
- @material-ui/core ^4.0.0
- @material-ui/icons ^4.0.0
- @material-ui/pickers 3.0.0
- animate.css ^3.7.0
- babel-runtime ^6.26.0
- flexbox 0.0.3
- i ^0.3.6
- interactjs ^1.3.4
- jsonpath ^1.0.2
- lodash ^4.17.20
- luxon ^1.10.0
- moment ^2.19.4
- object-dig ^0.1.0
- polyfill ^0.1.0
- react-day-picker ^7.2.4
- react-draggable ^3.0.5
- react-dropzone ^4.3.0
- react-virtualized ^9.21.0