hexsha stringlengths 40 40 | size int64 3 522k | ext stringclasses 1
value | lang stringclasses 1
value | max_stars_repo_path stringlengths 6 191 | max_stars_repo_name stringlengths 6 110 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses list | max_stars_count int64 1 82k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 6 191 | max_issues_repo_name stringlengths 6 110 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses list | max_issues_count int64 1 74.7k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 6 191 | max_forks_repo_name stringlengths 6 110 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses list | max_forks_count int64 1 17.8k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 3 522k | avg_line_length float64 3 44.5k | max_line_length int64 3 401k | alphanum_fraction float64 0.08 1 | tabs_spaces.tabs bool 2
classes | tabs_spaces.spaces bool 2
classes | react_component.class bool 2
classes | react_component.function bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d009cb15ccac1cf91f10c3cedd1e392e31df9b44 | 3,704 | jsx | JSX | src/variables/styles/iconButtonStyle.jsx | johnvincentio/repo-material-ui-dashboard-1 | aa73a7384ff4312181ea826755d232db4cd5dd13 | [
"OML",
"RSA-MD"
] | null | null | null | src/variables/styles/iconButtonStyle.jsx | johnvincentio/repo-material-ui-dashboard-1 | aa73a7384ff4312181ea826755d232db4cd5dd13 | [
"OML",
"RSA-MD"
] | null | null | null | src/variables/styles/iconButtonStyle.jsx | johnvincentio/repo-material-ui-dashboard-1 | aa73a7384ff4312181ea826755d232db4cd5dd13 | [
"OML",
"RSA-MD"
] | null | null | null | // ##############################
// // // IconButton styles
// #############################
import {
grayColor,
roseColor,
primaryColor,
infoColor,
successColor,
warningColor,
dangerColor
} from '../../variables/styles';
const iconButtonStyle = {
button: {
height: '40px',
minWidth: '40px',
width: '40p... | 29.632 | 127 | 0.602052 | true | false | false | true |
d009cb5b8280a83fdb4b24d5120a2d0411577932 | 976 | jsx | JSX | src/components/home/Post.jsx | madeusblack/servermuni | 50563f6f59e35a462cd179474eae0ade5a38c91e | [
"MIT"
] | null | null | null | src/components/home/Post.jsx | madeusblack/servermuni | 50563f6f59e35a462cd179474eae0ade5a38c91e | [
"MIT"
] | null | null | null | src/components/home/Post.jsx | madeusblack/servermuni | 50563f6f59e35a462cd179474eae0ade5a38c91e | [
"MIT"
] | null | null | null | /* eslint-disable react/no-danger */
import React from 'react';
import axios from 'axios';
import '../../assets/styles/Post.scss';
/*This component is used to display content of the single post*/
class Post extends React.Component {
constructor(props) {
super(props);
this.state = {
title: '',
con... | 23.238095 | 94 | 0.588115 | false | true | true | false |
d009cd22d48a616ef81f63f7e69b09c5b8a8426d | 2,643 | jsx | JSX | src/components/main/templates/play/components/renderRunner/index.jsx | JoseMayconHS/Run-React | 959d0e9a6edd206c2541f5887f27e69c02c78b6e | [
"MIT"
] | 2 | 2019-08-09T00:49:42.000Z | 2019-08-10T18:34:57.000Z | src/components/main/templates/play/components/renderRunner/index.jsx | Maycon-PE/Run-React | 959d0e9a6edd206c2541f5887f27e69c02c78b6e | [
"MIT"
] | 3 | 2020-09-06T08:57:29.000Z | 2021-10-06T00:02:09.000Z | src/components/main/templates/play/components/renderRunner/index.jsx | JoseMayconHS/Run-React | 959d0e9a6edd206c2541f5887f27e69c02c78b6e | [
"MIT"
] | null | null | null | import React from 'react'
import start from './script/engine/index.js'
import './css/index.css'
import Table from './components/table'
import P from './components/p'
import Span from './components/spanSom'
function renderTables(participants) {
const tables = []
for (let t = 0; t < participants.length; t++) {
... | 27.821053 | 127 | 0.626561 | false | true | false | true |
d009dfad6d0a388d8c6ead93cfa1c9f3654f67c3 | 3,174 | jsx | JSX | src/components/compra/components/IntroCard/IntroCard.jsx | paularrea/earlyKolyerLanding | dbfc7f5809ec6d66c600b054b504da0cf487cdbe | [
"RSA-MD"
] | null | null | null | src/components/compra/components/IntroCard/IntroCard.jsx | paularrea/earlyKolyerLanding | dbfc7f5809ec6d66c600b054b504da0cf487cdbe | [
"RSA-MD"
] | null | null | null | src/components/compra/components/IntroCard/IntroCard.jsx | paularrea/earlyKolyerLanding | dbfc7f5809ec6d66c600b054b504da0cf487cdbe | [
"RSA-MD"
] | null | null | null | import React, { useState } from "react";
import IntroInfo from "../../../LandingComponents/Collar/components/introInfo/IntroInfo";
import ImgIntroCard from "./ImgIntroCard";
import Button from "../Button";
import {
container,
img,
flex,
info_container,
text,
abs,
btn_container,
interrogant,
only_kolye... | 27.128205 | 89 | 0.50189 | false | true | false | true |
d009eaf8942130527f1e3d820e9fc60c9dbf9a68 | 417 | jsx | JSX | packages/dx-react-grid-demos/src/theme-sources/bootstrap4/demo-container.jsx | Krijovnick/devextreme-reactive | a8686e49b76db88a086ab9378e08276bac30b8ba | [
"Apache-2.0"
] | 1,955 | 2017-05-16T12:16:27.000Z | 2022-03-27T17:29:41.000Z | packages/dx-react-grid-demos/src/theme-sources/bootstrap4/demo-container.jsx | Krijovnick/devextreme-reactive | a8686e49b76db88a086ab9378e08276bac30b8ba | [
"Apache-2.0"
] | 1,812 | 2017-05-17T07:33:28.000Z | 2022-03-24T00:11:06.000Z | packages/dx-react-grid-demos/src/theme-sources/bootstrap4/demo-container.jsx | Krijovnick/devextreme-reactive | a8686e49b76db88a086ab9378e08276bac30b8ba | [
"Apache-2.0"
] | 395 | 2017-05-16T11:01:00.000Z | 2022-03-15T05:47:50.000Z | import * as React from 'react';
import * as PropTypes from 'prop-types';
import '@devexpress/dx-react-grid-bootstrap4/dist/dx-react-grid-bootstrap4.css';
import '@devexpress/dx-react-chart-bootstrap4/dist/dx-react-chart-bootstrap4.css';
const DemoContainer = ({ children }) => (
<div>
{children}
</div>
);
Demo... | 24.529412 | 82 | 0.726619 | false | true | false | true |
d009f8ce55803b16c5f195c533d3baf3383799ef | 6,123 | jsx | JSX | src/sentry/static/sentry/app/views/organizationIncidents/details/header.jsx | Dhivyanshup/sentry | b1436dcac10d7b5b396e845ed61ac5436b3e6ee7 | [
"BSD-3-Clause"
] | 2 | 2019-03-04T12:45:54.000Z | 2019-03-04T12:45:55.000Z | src/sentry/static/sentry/app/views/organizationIncidents/details/header.jsx | Dhivyanshup/sentry | b1436dcac10d7b5b396e845ed61ac5436b3e6ee7 | [
"BSD-3-Clause"
] | null | null | null | src/sentry/static/sentry/app/views/organizationIncidents/details/header.jsx | Dhivyanshup/sentry | b1436dcac10d7b5b396e845ed61ac5436b3e6ee7 | [
"BSD-3-Clause"
] | null | null | null | import {Link} from 'react-router';
import PropTypes from 'prop-types';
import React from 'react';
import moment from 'moment';
import styled from 'react-emotion';
import {PageHeader} from 'app/styles/organization';
import {t} from 'app/locale';
import Access from 'app/components/acl/access';
import Count from 'app/com... | 29.018957 | 89 | 0.592357 | false | true | true | false |
d009fd3ade97d1e419d754a90625e4c534443df1 | 1,532 | jsx | JSX | node_modules/bizcharts/src/components/Chart/index.jsx | 13020030191/pc | 1f003beaaa7dfef753a2302cc91bb470f1df11e7 | [
"MIT"
] | 2 | 2021-09-01T08:52:19.000Z | 2022-03-13T03:09:02.000Z | src/components/Chart/index.jsx | 591094733/BizCharts | 5f31e0a096ac5f3ac5a9089507714d0c8e502c00 | [
"MIT"
] | null | null | null | src/components/Chart/index.jsx | 591094733/BizCharts | 5f31e0a096ac5f3ac5a9089507714d0c8e502c00 | [
"MIT"
] | null | null | null | /**
* Chart Component
*/
import React from 'react';
import PureChart from './purechart';
import Empty from './empty';
import ErrorBoundary from '../ErrorBoundary';
function hasSource(source) {
let flag = true;
if (source == null || source.length === 0) {
flag = false;
}
return !!flag;
}
class Chart ... | 21.885714 | 155 | 0.564621 | false | true | true | false |
d00a11e0d28e1ada25445c7855ccf0b3261ed747 | 3,378 | jsx | JSX | src/app/SiderMenu.jsx | fidelfly/fxras | 6e416222f5f56381d8eca6d6aa32d776e8bc8fc2 | [
"MIT"
] | null | null | null | src/app/SiderMenu.jsx | fidelfly/fxras | 6e416222f5f56381d8eca6d6aa32d776e8bc8fc2 | [
"MIT"
] | null | null | null | src/app/SiderMenu.jsx | fidelfly/fxras | 6e416222f5f56381d8eca6d6aa32d776e8bc8fc2 | [
"MIT"
] | 1 | 2018-07-20T03:11:07.000Z | 2018-07-20T03:11:07.000Z | import { Component } from "react";
import { Menu, Icon } from "antd";
import React from "react";
import PropTypes from "prop-types";
import { Link } from "react-router-dom";
import { SiderMenus } from "../system";
import { MenuMessage } from "../messages";
import { injectIntl } from "react-intl";
import { PathUtil } fr... | 28.15 | 106 | 0.48431 | false | true | true | false |
d00a18305c8e14e977b8dfee0ee6ff4f743cce66 | 1,683 | jsx | JSX | frontend/src/components/Result.jsx | abu-dhabi-code/KyselyApp | 985fc06a48611d29c610119e782127e6f78ce6a0 | [
"MIT"
] | null | null | null | frontend/src/components/Result.jsx | abu-dhabi-code/KyselyApp | 985fc06a48611d29c610119e782127e6f78ce6a0 | [
"MIT"
] | null | null | null | frontend/src/components/Result.jsx | abu-dhabi-code/KyselyApp | 985fc06a48611d29c610119e782127e6f78ce6a0 | [
"MIT"
] | null | null | null | import { useState } from "react";
import RadioResult from "./RadioResult";
import MultiselectResult from "./MultiselectResult";
import TextResult from "./TextResult";
/**
*
* @param {{result: import("../utils/api").Question}} result - the question to display the results of
* @returns {JSX.Element}
*/
function Res... | 26.296875 | 101 | 0.534165 | false | true | false | true |
d00a20e3453f1469357b39496cbb0d2156431a8e | 8,255 | jsx | JSX | src/pages/List/Lists.jsx | OneEightZeroEight/miya | 42fecf855a2bea0f62dd0dcb4f8b79ba979e9aec | [
"Apache-2.0"
] | 1 | 2018-12-23T06:38:59.000Z | 2018-12-23T06:38:59.000Z | src/pages/List/Lists.jsx | OneEightZeroEight/miya | 42fecf855a2bea0f62dd0dcb4f8b79ba979e9aec | [
"Apache-2.0"
] | null | null | null | src/pages/List/Lists.jsx | OneEightZeroEight/miya | 42fecf855a2bea0f62dd0dcb4f8b79ba979e9aec | [
"Apache-2.0"
] | null | null | null | import React, { Component } from 'react';
import { connect } from 'react-redux';
import {Link } from 'react-router-dom'
// import Hfooter from '../../components/Hfooter.jsx';
// import ListHeader from './ListHeader.jsx';
import '../../styles/Lists.scss';
import { Spin, BackTop } from 'antd'; //引入 ant
class Lists exten... | 37.184685 | 192 | 0.374561 | false | true | true | false |
d00a211a71a0e9d13bb424257afc36f2908d16c4 | 2,799 | jsx | JSX | MapStore2/web/client/components/manager/importer/Layer.jsx | MaddoxMaila/mapstore-v1 | 6f728c16be075e285c7389c9188f3c8d072d2ae1 | [
"BSD-2-Clause-FreeBSD"
] | 349 | 2015-08-07T18:07:52.000Z | 2022-03-22T13:41:23.000Z | MapStore2/web/client/components/manager/importer/Layer.jsx | MaddoxMaila/mapstore-v1 | 6f728c16be075e285c7389c9188f3c8d072d2ae1 | [
"BSD-2-Clause-FreeBSD"
] | 7,114 | 2015-07-27T15:28:52.000Z | 2022-03-31T11:05:12.000Z | MapStore2/web/client/components/manager/importer/Layer.jsx | MaddoxMaila/mapstore-v1 | 6f728c16be075e285c7389c9188f3c8d072d2ae1 | [
"BSD-2-Clause-FreeBSD"
] | 335 | 2015-07-28T09:36:34.000Z | 2022-03-26T02:41:05.000Z |
/**
* Copyright 2016, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
import React from 'react';
import PropTypes from 'prop-types';
import Button from '../../misc/Button';
import { P... | 27.99 | 132 | 0.499821 | false | true | true | false |
d00a5f3959337a6a1cd40acf2a4750fd83c359c8 | 1,637 | jsx | JSX | src/component/user/authentication-simple-component.jsx | Kouzukii/unleash-frontend | 0c4337f3697dd45c32305bb65f7e7e96e566e53a | [
"Apache-2.0"
] | null | null | null | src/component/user/authentication-simple-component.jsx | Kouzukii/unleash-frontend | 0c4337f3697dd45c32305bb65f7e7e96e566e53a | [
"Apache-2.0"
] | null | null | null | src/component/user/authentication-simple-component.jsx | Kouzukii/unleash-frontend | 0c4337f3697dd45c32305bb65f7e7e96e566e53a | [
"Apache-2.0"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import { CardActions, Button, Textfield } from 'react-mdl';
class SimpleAuthenticationComponent extends React.Component {
static propTypes = {
authDetails: PropTypes.object.isRequired,
unsecureLogin: PropTypes.func.isRequired,
f... | 34.829787 | 118 | 0.562004 | false | true | true | false |
d00a67434ca0a2d64058a3aef6f2d606e30978ff | 274 | jsx | JSX | example/fullstack/browser/js/routes/people/index.jsx | dadleyy/hoctable | 11fcdd38419d2c2ae34d5f63f5783a0f2a4f79a5 | [
"MIT"
] | 4 | 2016-12-05T19:55:09.000Z | 2019-07-12T22:02:59.000Z | example/fullstack/browser/js/routes/people/index.jsx | dadleyy/hoctable | 11fcdd38419d2c2ae34d5f63f5783a0f2a4f79a5 | [
"MIT"
] | 61 | 2017-01-29T03:35:25.000Z | 2018-03-14T17:35:44.000Z | example/fullstack/browser/js/routes/people/index.jsx | dadleyy/hoctable | 11fcdd38419d2c2ae34d5f63f5783a0f2a4f79a5 | [
"MIT"
] | 1 | 2016-09-02T10:01:07.000Z | 2016-09-02T10:01:07.000Z | import Paged from "../../pages/people";
import PagedDelegate from "../../services/delegates/people/paged";
import * as React from "react";
function Route() {
let delegate = new PagedDelegate();
return Q.resolve(<Paged delegate={delegate} />);
}
export default Route;
| 22.833333 | 66 | 0.70073 | false | true | false | true |
d00a783d29f5d18bfcae67cfb8cb599db7e1b721 | 4,010 | jsx | JSX | src/components/Parabirimi/Parabirimi.jsx | akayee/hoopbooks | ae927bdd338de238acb5469458bdfbc3c3b35d0b | [
"MIT"
] | null | null | null | src/components/Parabirimi/Parabirimi.jsx | akayee/hoopbooks | ae927bdd338de238acb5469458bdfbc3c3b35d0b | [
"MIT"
] | null | null | null | src/components/Parabirimi/Parabirimi.jsx | akayee/hoopbooks | ae927bdd338de238acb5469458bdfbc3c3b35d0b | [
"MIT"
] | null | null | null | import React from "react";
import classNames from "classnames";
// @material-ui/core components
import withStyles from "@material-ui/core/styles/withStyles";
import MenuList from "@material-ui/core/MenuList";
import MenuItem from "@material-ui/core/MenuItem";
import Grow from "@material-ui/core/Grow";
import Paper from... | 32.601626 | 82 | 0.508728 | false | true | true | false |
d00a8212c081842b77880c23c0f9ff56f1fa58fe | 400 | jsx | JSX | src/stories/utils/ValueTypeBadge.jsx | Alejandroid17/useScraper | 510e7986f8d0b0576f4123153697689bf8b6f4f9 | [
"MIT"
] | 1 | 2022-01-02T22:24:04.000Z | 2022-01-02T22:24:04.000Z | src/stories/utils/ValueTypeBadge.jsx | Alejandroid17/useScraper | 510e7986f8d0b0576f4123153697689bf8b6f4f9 | [
"MIT"
] | 2 | 2022-01-03T21:21:11.000Z | 2022-01-09T12:48:46.000Z | src/stories/utils/ValueTypeBadge.jsx | Alejandroid17/useScraper | 510e7986f8d0b0576f4123153697689bf8b6f4f9 | [
"MIT"
] | null | null | null | import React from "react"
const ValueTypeBadge = ({ value }) => {
const valueType =
typeof value === "object"
? Array.isArray(value)
? "array"
: typeof value
: typeof value
return (
<span className="flex items-center px-2 py-1 mx-1 text-sm leading-none text-green-500 rounded bg... | 21.052632 | 112 | 0.62 | false | true | false | true |
d00a88b8b4aed711863ac0e097b1bc41fbd597d6 | 2,734 | jsx | JSX | web/src/components/repoCard/repoCard.jsx | szabogabor91/gimlet-dashboard | 1300866570a84a358352f52a6aea403de12446cb | [
"Apache-2.0"
] | null | null | null | web/src/components/repoCard/repoCard.jsx | szabogabor91/gimlet-dashboard | 1300866570a84a358352f52a6aea403de12446cb | [
"Apache-2.0"
] | null | null | null | web/src/components/repoCard/repoCard.jsx | szabogabor91/gimlet-dashboard | 1300866570a84a358352f52a6aea403de12446cb | [
"Apache-2.0"
] | null | null | null | import React from "react";
import {StarIcon} from "@heroicons/react/outline";
import {StarIcon as SolidStarIcon} from "@heroicons/react/solid";
function RepoCard(props) {
const {name, services, navigateToRepo, favorite, favoriteHandler} = props;
const numberOfReposOnCard = 5;
const truncatedServices = services.l... | 34.607595 | 152 | 0.565106 | false | true | false | true |
d00a8c78d9ac50e97dff7ef6326e3575d22d2a01 | 6,455 | jsx | JSX | hasher-matcher-actioner/webapp/src/components/settings/ActionPerformer/ActionPerformerRows.jsx | SantaKaus/ThreatExchange | 659b385a851722c116191a0943788e1217e02c27 | [
"BSD-3-Clause"
] | null | null | null | hasher-matcher-actioner/webapp/src/components/settings/ActionPerformer/ActionPerformerRows.jsx | SantaKaus/ThreatExchange | 659b385a851722c116191a0943788e1217e02c27 | [
"BSD-3-Clause"
] | 3 | 2021-08-21T07:49:33.000Z | 2022-03-12T01:03:31.000Z | hasher-matcher-actioner/webapp/src/components/settings/ActionPerformer/ActionPerformerRows.jsx | SantaKaus/ThreatExchange | 659b385a851722c116191a0943788e1217e02c27 | [
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
*/
import React, {useState} from 'react';
import {PropTypes} from 'prop-types';
import Button from 'react-bootstrap/Button';
import Modal from 'react-bootstrap/Modal';
import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
import Toolti... | 31.334951 | 78 | 0.53261 | false | true | false | true |
d00a8f52c66e10a5bdbdbe5f7ea0ad183ad55aba | 3,552 | jsx | JSX | src/phenome/components/icon.jsx | nealyip/framework7 | b42f48ecdca7f469df9023d47e37cf17d867356f | [
"MIT"
] | 1 | 2019-10-11T02:54:22.000Z | 2019-10-11T02:54:22.000Z | src/phenome/components/icon.jsx | nealyip/framework7 | b42f48ecdca7f469df9023d47e37cf17d867356f | [
"MIT"
] | null | null | null | src/phenome/components/icon.jsx | nealyip/framework7 | b42f48ecdca7f469df9023d47e37cf17d867356f | [
"MIT"
] | null | null | null | import Utils from '../utils/utils';
import Mixins from '../utils/mixins';
export default {
name: 'f7-icon',
props: {
id: [String, Number],
material: String, // Material Icons
f7: String, // Framework7 Icons
ion: String, // Ionicons
fa: String, // Font Awesome
icon: String, // Custom
ifM... | 26.117647 | 116 | 0.502534 | false | true | false | true |
d00a8f894044eadc6ef054153a475866b1b9ef74 | 2,097 | jsx | JSX | src/views/client/MyCoupons.jsx | Killua010/random-things-UI-E-Commerce | 76b649f156a19aff8ec16286802b44c635193fb7 | [
"MIT"
] | 1 | 2019-07-08T16:10:19.000Z | 2019-07-08T16:10:19.000Z | src/views/client/MyCoupons.jsx | Killua010/coisas-aleatorias-UI | 76b649f156a19aff8ec16286802b44c635193fb7 | [
"MIT"
] | 1 | 2022-02-10T16:48:33.000Z | 2022-02-10T16:48:33.000Z | src/views/client/MyCoupons.jsx | Killua010/coisas-aleatorias-UI | 76b649f156a19aff8ec16286802b44c635193fb7 | [
"MIT"
] | null | null | null | /* eslint-disable no-unused-vars */
import React from "react";
import { CardBody, Card, CardHeader, CardTitle, Row, Col } from "reactstrap";
import Table from "@material-ui/core/Table";
import TableBody from "@material-ui/core/TableBody";
import TableCell from "@material-ui/core/TableCell";
import TableRow from "@mater... | 21.397959 | 91 | 0.570815 | true | false | true | false |
d00a92249b13c7b75ea6506edeff7334f76104cb | 314 | jsx | JSX | src/app.jsx | unirakun/multi-store-redux-saga | a09a2f1ece00533a7f5042b1737a77ef8bd119b7 | [
"MIT"
] | null | null | null | src/app.jsx | unirakun/multi-store-redux-saga | a09a2f1ece00533a7f5042b1737a77ef8bd119b7 | [
"MIT"
] | 3 | 2018-01-06T13:37:57.000Z | 2018-01-08T11:11:22.000Z | src/app.jsx | alakarteio/multi-store-redux-saga | a09a2f1ece00533a7f5042b1737a77ef8bd119b7 | [
"MIT"
] | null | null | null | import React from 'react'
import Header from './components/header'
import Cities from './screens/cities'
import Contacts from './screens/contacts'
const App = () => {
return (
<div style={{ backgroundColor: 'red' }}>
<Header />
<Cities />
<Contacts />
</div>
)
}
export default App
| 18.470588 | 44 | 0.61465 | false | true | false | true |
d00a99c8240ba883e57871e8851fa5afc46e4a48 | 4,120 | jsx | JSX | src/components/Settings/CycleInput.jsx | veritasnz/devclock | 0161aeea9b5aa13ec93460273e3cef813d87d9d4 | [
"MIT"
] | null | null | null | src/components/Settings/CycleInput.jsx | veritasnz/devclock | 0161aeea9b5aa13ec93460273e3cef813d87d9d4 | [
"MIT"
] | null | null | null | src/components/Settings/CycleInput.jsx | veritasnz/devclock | 0161aeea9b5aa13ec93460273e3cef813d87d9d4 | [
"MIT"
] | null | null | null | import { Fragment, useRef, useState } from "react";
import messages from "../../messageConfig";
import s from "./CycleInput.module.css";
const typeOptions = [];
for (const key in messages) {
typeOptions.push(
<option key={key} value={key}>
{key}
</option>
);
}
const CycleInput =... | 28.611111 | 87 | 0.482039 | false | true | false | true |
d00aa744b2d2057b9664fa3bc29ee1445e9be4c9 | 1,549 | jsx | JSX | src/js/components/SettingsPage.jsx | mArchiver/lantern | 62d3cb39afd1a24980b458e649584598b772b5ca | [
"MIT"
] | null | null | null | src/js/components/SettingsPage.jsx | mArchiver/lantern | 62d3cb39afd1a24980b458e649584598b772b5ca | [
"MIT"
] | null | null | null | src/js/components/SettingsPage.jsx | mArchiver/lantern | 62d3cb39afd1a24980b458e649584598b772b5ca | [
"MIT"
] | null | null | null | import React from 'react';
// Decorators
import { router, flux, i18n } from 'Decorator';
import Header from './Header.jsx';
import SettingsMenu from './SettingsMenu.jsx';
import UserProfile from './UserProfile.jsx';
import AccountSettings from './AccountSettings.jsx';
class SettingsRouter extends React.Component {
... | 20.653333 | 71 | 0.650742 | true | false | true | false |
d00ab4c87c2fb041362652fbdcbe7d51cfe98fb7 | 884 | jsx | JSX | src/components/WindBellList/Language.jsx | birdfishdrumn/mysite | daeb6d0dcd8ec59301d0f4daae2e643f9c1951eb | [
"RSA-MD"
] | null | null | null | src/components/WindBellList/Language.jsx | birdfishdrumn/mysite | daeb6d0dcd8ec59301d0f4daae2e643f9c1951eb | [
"RSA-MD"
] | null | null | null | src/components/WindBellList/Language.jsx | birdfishdrumn/mysite | daeb6d0dcd8ec59301d0f4daae2e643f9c1951eb | [
"RSA-MD"
] | null | null | null | import React from "react"
export const Language = ({ lang, language }) => {
switch (language) {
case "France":
return <div>{lang.translatedDescription.fr}</div>
case "English":
return <div>{lang.translatedDescription.en}</div>
case "Chinese":
return <div>{lang.translatedDescription.zh_T... | 28.516129 | 58 | 0.647059 | false | true | false | true |
d00ab5da57ae2de58ba23c830dfa64c0f3629ec5 | 6,020 | jsx | JSX | awx/ui_next/src/screens/Project/ProjectDetail/ProjectDetail.jsx | jborean93/awx | 646c9cc7081270baf03c2261e10393d3c48e2fc4 | [
"Apache-2.0"
] | null | null | null | awx/ui_next/src/screens/Project/ProjectDetail/ProjectDetail.jsx | jborean93/awx | 646c9cc7081270baf03c2261e10393d3c48e2fc4 | [
"Apache-2.0"
] | null | null | null | awx/ui_next/src/screens/Project/ProjectDetail/ProjectDetail.jsx | jborean93/awx | 646c9cc7081270baf03c2261e10393d3c48e2fc4 | [
"Apache-2.0"
] | null | null | null | import React, { useCallback } from 'react';
import { Link, useHistory } from 'react-router-dom';
import { withI18n } from '@lingui/react';
import { t } from '@lingui/macro';
import { Button, List, ListItem } from '@patternfly/react-core';
import { Project } from '../../../types';
import { Config } from '../../../contex... | 30.1 | 97 | 0.559136 | false | true | false | true |
d00abd9484700e66feef83d9eaa3d23bf8323827 | 3,961 | jsx | JSX | src/components/Modals/ModalCreateEchoAddress.jsx | instaloper/store-wallet | 045f35e2ad3cba437a3e9a1c628f9d9c7ef234c8 | [
"MIT"
] | 18 | 2018-10-05T14:12:20.000Z | 2021-02-20T19:46:22.000Z | src/components/Modals/ModalCreateEchoAddress.jsx | instaloper/store-wallet | 045f35e2ad3cba437a3e9a1c628f9d9c7ef234c8 | [
"MIT"
] | 7 | 2019-10-08T08:42:38.000Z | 2022-03-25T18:52:10.000Z | src/components/Modals/ModalCreateEchoAddress.jsx | instaloper/store-wallet | 045f35e2ad3cba437a3e9a1c628f9d9c7ef234c8 | [
"MIT"
] | 1 | 2019-11-04T16:41:17.000Z | 2019-11-04T16:41:17.000Z | import React from 'react';
import { Modal, Button, Form } from 'semantic-ui-react';
import PropTypes from 'prop-types';
import classnames from 'classnames';
import { connect } from 'react-redux';
import _ from 'lodash';
import FocusLock from 'react-focus-lock';
import { injectIntl } from 'react-intl';
import { closeMo... | 28.496403 | 104 | 0.630144 | true | false | true | false |
d00ac221cd36e3bd12ebed9352e85b26bb531ef7 | 931 | jsx | JSX | public/Components/Table.jsx | SimonSun1988/reactMessageWall | 916b8059a78e486231ef2b544ecaf0394ac80442 | [
"MIT"
] | null | null | null | public/Components/Table.jsx | SimonSun1988/reactMessageWall | 916b8059a78e486231ef2b544ecaf0394ac80442 | [
"MIT"
] | null | null | null | public/Components/Table.jsx | SimonSun1988/reactMessageWall | 916b8059a78e486231ef2b544ecaf0394ac80442 | [
"MIT"
] | null | null | null |
import React from 'react'
import AppStore from '../stores/AppStore'
var Table = React.createClass({
getInitialState() {
return AppStore.getState();
},
componentDidMount() {
AppStore.listen(this.onChange);
},
componentWillUnmount() {
// 取消事件監聽
AppStore.unlisten(t... | 19.395833 | 66 | 0.444683 | false | true | false | true |
d00ac44a8354d3859af8ea2bca7a8cd42de98ec4 | 1,033 | jsx | JSX | src/components/header.jsx | Camboridesbikes/ENG1002933 | 9ceeac3523f102992831cf8652be033beded16e8 | [
"MIT"
] | null | null | null | src/components/header.jsx | Camboridesbikes/ENG1002933 | 9ceeac3523f102992831cf8652be033beded16e8 | [
"MIT"
] | null | null | null | src/components/header.jsx | Camboridesbikes/ENG1002933 | 9ceeac3523f102992831cf8652be033beded16e8 | [
"MIT"
] | null | null | null | import { Link } from "gatsby"
import PropTypes from "prop-types"
import React from "react"
const Header = ({ siteTitle, siteDescription }) => (
<header
style={{
height:`1.5rem`,
background: `black`,
marginBottom: `0`,
}}
>
<div
style={{
margin: `.1rem 0`,
... | 18.446429 | 52 | 0.45789 | false | true | false | true |
d00acfac75fcd5cea8749ab1e3c50eec28181e1e | 7,490 | jsx | JSX | frontend/src/views/UserProfile/OtherUserProfile.jsx | bounswe/bounswe2018group5 | d547820bfb3070da3e3935a64429e4c45aef6098 | [
"MIT"
] | 10 | 2018-03-18T20:33:39.000Z | 2021-03-03T07:37:33.000Z | frontend/src/views/UserProfile/OtherUserProfile.jsx | bounswe/bounswe2018group5 | d547820bfb3070da3e3935a64429e4c45aef6098 | [
"MIT"
] | 254 | 2018-02-07T15:52:26.000Z | 2019-01-08T04:11:47.000Z | frontend/src/views/UserProfile/OtherUserProfile.jsx | bounswe/bounswe2018group5 | d547820bfb3070da3e3935a64429e4c45aef6098 | [
"MIT"
] | 5 | 2018-03-01T13:28:45.000Z | 2021-05-24T11:07:06.000Z | import React, {Component} from "react";
import Helmet from "react-helmet";
// @material-ui/core components
import withStyles from "@material-ui/core/styles/withStyles";
import AddAlert from "@material-ui/icons/AddAlert";
// core components
import PortfolioCard from "components/Card/PortfolioCard";
import Grid from '@ma... | 38.608247 | 152 | 0.473431 | false | true | true | false |
d00ad4eb4c60a2affd6b64f49a0154961c1349b7 | 548 | jsx | JSX | apps/frontend/src/main.jsx | DBuckley0126/n-back-task | 2dfc1abb6a94a295a6b9885ec097c9013273df53 | [
"MIT"
] | null | null | null | apps/frontend/src/main.jsx | DBuckley0126/n-back-task | 2dfc1abb6a94a295a6b9885ec097c9013273df53 | [
"MIT"
] | null | null | null | apps/frontend/src/main.jsx | DBuckley0126/n-back-task | 2dfc1abb6a94a295a6b9885ec097c9013273df53 | [
"MIT"
] | null | null | null | import { StrictMode } from 'react'
import { getTheme } from '@n-back-task/ui'
import { Provider } from 'react-redux'
import { ThemeProvider } from '@material-ui/core/styles'
import * as ReactDOM from 'react-dom'
import App from './app/App'
import RootLayout from './app/layouts/RootLayout'
import store from './store'
R... | 24.909091 | 56 | 0.693431 | true | false | false | true |
d00af3567e960ce3e2f1479218b510005dff4b18 | 1,305 | jsx | JSX | src/components/Modal/CloseModalButton.jsx | JoshMDiaz/diazre | 056c8a44b57934ca9c548f98795ccded004674e4 | [
"MIT"
] | null | null | null | src/components/Modal/CloseModalButton.jsx | JoshMDiaz/diazre | 056c8a44b57934ca9c548f98795ccded004674e4 | [
"MIT"
] | null | null | null | src/components/Modal/CloseModalButton.jsx | JoshMDiaz/diazre | 056c8a44b57934ca9c548f98795ccded004674e4 | [
"MIT"
] | null | null | null | import React, { Component } from 'react'
import PropTypes from 'prop-types'
import x from '../../images/x.svg'
import xDark from '../../images/x_dark.svg'
class CloseModalButton extends Component {
constructor(props) {
super(props);
this.state = {
circleClass: ''
}
}
showCircleClass = () => {
... | 26.632653 | 181 | 0.596169 | false | true | true | false |
d00afef8429562b5a1ea4d880d6b2b765a80405c | 401 | jsx | JSX | app/src/components/PrivateRoute/index.jsx | Build-Week-the-subreddit-predictor-intl/Front-End | 52b6b7ea3a5b3b5830e72d624e03486a65a5aab5 | [
"MIT"
] | null | null | null | app/src/components/PrivateRoute/index.jsx | Build-Week-the-subreddit-predictor-intl/Front-End | 52b6b7ea3a5b3b5830e72d624e03486a65a5aab5 | [
"MIT"
] | 38 | 2019-11-19T13:38:53.000Z | 2022-03-15T19:58:36.000Z | app/src/components/PrivateRoute/index.jsx | Build-Week-the-subreddit-predictor-intl/Front-End | 52b6b7ea3a5b3b5830e72d624e03486a65a5aab5 | [
"MIT"
] | 1 | 2019-11-18T04:39:01.000Z | 2019-11-18T04:39:01.000Z | import React from "react";
import { Route, Redirect } from "react-router-dom";
const isAuthed = () => {
return localStorage.getItem("token") ? true : false;
};
const PrivateRoute = ({ children, ...rest }) => {
return (
<Route
{...rest}
render={() =>
isAuthed() ? children : <Redirect to=... | 19.095238 | 72 | 0.55611 | false | true | false | true |
d00b0621abf5885cad7ffa79bb503599ee0dcbfb | 3,781 | jsx | JSX | src/components/organisms/chartElements/HorizontalStackedBarChartContainer.jsx | andras-szesztai/boring-bar-chart-gatsby | 231c84808e240be985a359acfbe4a7c3757881f5 | [
"MIT"
] | null | null | null | src/components/organisms/chartElements/HorizontalStackedBarChartContainer.jsx | andras-szesztai/boring-bar-chart-gatsby | 231c84808e240be985a359acfbe4a7c3757881f5 | [
"MIT"
] | 7 | 2020-04-04T07:24:54.000Z | 2020-04-07T17:08:35.000Z | src/components/organisms/chartElements/HorizontalStackedBarChartContainer.jsx | andras-szesztai/boring-bar-chart-gatsby | 231c84808e240be985a359acfbe4a7c3757881f5 | [
"MIT"
] | null | null | null | import React, { useState, useEffect } from "react"
import _ from "lodash"
import { FlexContainer, GridContainer } from "../../atoms"
import { usePrevious } from "../../../hooks"
import { HorizontalStackedBar } from "../../molecules"
function getResultsData(data) {
const orderedList = ["Lose", "Draw", "Win"]
const... | 27.59854 | 77 | 0.533457 | false | true | false | true |
d00b07d11417f0dd7eece69d3f8db8c7d530d479 | 421 | jsx | JSX | client/src/components/tabs/Tab.jsx | mesh029/Urban-50 | 93618def7eb346c606746a107c0bd4208f9379a7 | [
"MIT"
] | null | null | null | client/src/components/tabs/Tab.jsx | mesh029/Urban-50 | 93618def7eb346c606746a107c0bd4208f9379a7 | [
"MIT"
] | null | null | null | client/src/components/tabs/Tab.jsx | mesh029/Urban-50 | 93618def7eb346c606746a107c0bd4208f9379a7 | [
"MIT"
] | null | null | null | import React from 'react'
import { Tab } from 'semantic-ui-react'
import './tab.css'
const TabExampleBasic = ({component}) => <Tab panes={panes} />
const panes=[
{ menuItem: 'Tab 1', render: () => <Tab.Pane>{component}</Tab.Pane> },
{ menuItem: 'Tab 2', render: () => <Tab.Pane>Tab 2 Content</Tab.Pane> },
{ menu... | 30.071429 | 74 | 0.634204 | false | true | false | true |
d00b0bb8f5c262f856bce66ccb153aeb1f9ebe72 | 208 | jsx | JSX | vant-cli/base/src/my-icon/index.jsx | cpylua/vant-demo | 2a62dc75f87c256fe734acecdcf6c7b0455a71ce | [
"MIT"
] | 1,636 | 2017-11-28T02:11:14.000Z | 2022-03-30T17:29:50.000Z | vant-cli/base/src/my-icon/index.jsx | Fabuhaokan/vant-demo | 43212a96ed71db319bc7c081710407b5bf8e8501 | [
"MIT"
] | 86 | 2017-11-16T02:35:20.000Z | 2022-02-16T07:42:56.000Z | vant-cli/base/src/my-icon/index.jsx | Fabuhaokan/vant-demo | 43212a96ed71db319bc7c081710407b5bf8e8501 | [
"MIT"
] | 1,157 | 2017-11-17T02:09:36.000Z | 2022-03-28T07:01:32.000Z | import { Icon } from 'vant';
export default {
name: 'my-icon',
props: {
name: String,
dot: Boolean
},
render() {
return <Icon name={this.name} dot={this.dot} class="my-icon" />;
}
};
| 13.866667 | 68 | 0.552885 | false | true | false | true |
d00b19167fa4c4b78924a93845a3915a418ee6e6 | 1,267 | jsx | JSX | src/components/common/footer.jsx | veeqtor/personal-resume | beda86f4e8c06f6f4cc711b405fca4cac9a09fc3 | [
"MIT"
] | null | null | null | src/components/common/footer.jsx | veeqtor/personal-resume | beda86f4e8c06f6f4cc711b405fca4cac9a09fc3 | [
"MIT"
] | 5 | 2021-03-09T15:11:15.000Z | 2022-02-26T16:43:19.000Z | src/components/common/footer.jsx | veeqtor/personal-resume | beda86f4e8c06f6f4cc711b405fca4cac9a09fc3 | [
"MIT"
] | null | null | null | import React from "react"
import data from "../../data/siteData"
const Footer = () => {
return (
<footer id="contact">
<h3 className="footer-header wow fadeInUp"
data-wow-duration="2s">Get in touch</h3>
<div className="footer-contacts wow fadeInUp"
data-wow-duration="1s"
... | 34.243243 | 72 | 0.550908 | false | true | false | true |
d00b1c4ca0a5f1b14c37461722d24c08344d2d0f | 531 | jsx | JSX | examples/Convergence.Demo/Convergence.Demo/js/components/chuck_norris/chuck_norris.app.jsx | MValle21/convergence | 1a2fb4704c822793984064f53eff7d29703650e0 | [
"MIT"
] | 4 | 2017-11-03T13:21:48.000Z | 2017-11-09T15:17:58.000Z | examples/Convergence.Demo/Convergence.Demo/js/components/chuck_norris/chuck_norris.app.jsx | MValle21/convergence | 1a2fb4704c822793984064f53eff7d29703650e0 | [
"MIT"
] | 1 | 2020-04-17T14:36:55.000Z | 2020-04-17T14:36:55.000Z | examples/Convergence.Demo/Convergence.Demo/js/components/chuck_norris/chuck_norris.app.jsx | MValle21/convergence | 1a2fb4704c822793984064f53eff7d29703650e0 | [
"MIT"
] | 1 | 2021-01-14T02:05:00.000Z | 2021-01-14T02:05:00.000Z | import React from 'react';
import PropTypes from 'prop-types';
import { Provider } from 'react-redux'
import { create } from './store';
import ChuckNorrisContainer from './chuck_norris.container';
const ChuckNorrisApp = ({ state }) => {
const local = create(state);
return (
<Provider store={local} >
... | 21.24 | 60 | 0.659134 | false | true | false | true |
d00b389c9bc25519783f7a5abab65879405ef3a4 | 252 | jsx | JSX | components/common/LoadingOverlay.jsx | pranavraagz/curator-frontend | af04777769058ad69c6b4c71433ecaaa7ee3800b | [
"Apache-2.0"
] | 1 | 2022-02-04T13:58:52.000Z | 2022-02-04T13:58:52.000Z | components/common/LoadingOverlay.jsx | pranavraagz/curator-frontend | af04777769058ad69c6b4c71433ecaaa7ee3800b | [
"Apache-2.0"
] | null | null | null | components/common/LoadingOverlay.jsx | pranavraagz/curator-frontend | af04777769058ad69c6b4c71433ecaaa7ee3800b | [
"Apache-2.0"
] | null | null | null | function LoadingOverlay({ children }) {
return (
<div className="fixed w-full h-full fcc backdrop-filter backdrop-blur-sm">
<div className="p-4 rounded-lg bg-opacity-80 fcc ">{children}</div>
</div>
)
}
export default LoadingOverlay
| 25.2 | 78 | 0.68254 | false | true | false | true |
d00b472c79f7624acdd2ca8dcc6b4efc49fee3d7 | 1,722 | jsx | JSX | src/components/Footer/Footer.jsx | AKi8-itm/akiportfolio2 | 0ffe18875a98c57fc06339267db29497075f1660 | [
"MIT"
] | null | null | null | src/components/Footer/Footer.jsx | AKi8-itm/akiportfolio2 | 0ffe18875a98c57fc06339267db29497075f1660 | [
"MIT"
] | null | null | null | src/components/Footer/Footer.jsx | AKi8-itm/akiportfolio2 | 0ffe18875a98c57fc06339267db29497075f1660 | [
"MIT"
] | null | null | null | import React, { useContext } from 'react';
import { Container } from 'react-bootstrap';
import { Link } from 'react-scroll';
import PortfolioContext from '../../context/context';
import GithubButtons from '../GithubButtons/GithubButtons';
import { githubButtons } from '../../mock/data';
const Footer = () => {... | 31.888889 | 104 | 0.498258 | false | true | false | true |
d00b6f3a2e3adf120cd12b63526c0aab4c93205b | 1,030 | jsx | JSX | src/js/App.jsx | Mydayyy/webpack4-react-boilerplate | 61f959a85782c02659924dec53bb9777a795871b | [
"MIT"
] | 7 | 2018-05-14T12:37:37.000Z | 2020-07-20T18:10:17.000Z | src/js/App.jsx | Mydayyy/webpack4-react-boilerplate | 61f959a85782c02659924dec53bb9777a795871b | [
"MIT"
] | 8 | 2018-12-20T02:01:30.000Z | 2022-02-26T03:43:48.000Z | src/js/App.jsx | Mydayyy/webpack4-react-boilerplate | 61f959a85782c02659924dec53bb9777a795871b | [
"MIT"
] | null | null | null | import React from "react";
import ReactDOM from "react-dom";
import {hot} from "react-hot-loader";
import {Route, Switch, Redirect} from "react-router-dom";
import Page1 from "~/pages/Page1/Page1";
import Page2 from "~/pages/Page2/Page2";
class App extends React.Component {
constructor(props) {
super(pro... | 29.428571 | 113 | 0.496117 | false | true | true | false |
d00b8707ab2b7783ce844089850500eb5bd88156 | 476 | jsx | JSX | src/react-context/src/main.jsx | daviddesmet/playground | 8eb0abbe545f17907fd3c8ac4b0601b184618e14 | [
"MIT"
] | null | null | null | src/react-context/src/main.jsx | daviddesmet/playground | 8eb0abbe545f17907fd3c8ac4b0601b184618e14 | [
"MIT"
] | null | null | null | src/react-context/src/main.jsx | daviddesmet/playground | 8eb0abbe545f17907fd3c8ac4b0601b184618e14 | [
"MIT"
] | null | null | null | import "simplebar/src/simplebar.css";
import React from "react";
import ReactDOM from "react-dom";
import { BrowserRouter } from "react-router-dom";
import { HelmetProvider } from "react-helmet-async";
import ContextWrapper from "./ContextWrapper";
import App from "./App";
ReactDOM.render(
<HelmetProvider>
<B... | 21.636364 | 52 | 0.697479 | false | true | false | true |
d00ba15b40d29596173e5ee476d9f75f2aaa717a | 1,812 | jsx | JSX | src/index.jsx | real-fakeuser/FluxReduxSiteSearchTapp | f6006c27f734b03ff0a3229f69bd400dc672ffba | [
"MIT"
] | 1 | 2017-09-05T06:42:22.000Z | 2017-09-05T06:42:22.000Z | src/index.jsx | real-fakeuser/FluxReduxSiteSearchTapp | f6006c27f734b03ff0a3229f69bd400dc672ffba | [
"MIT"
] | null | null | null | src/index.jsx | real-fakeuser/FluxReduxSiteSearchTapp | f6006c27f734b03ff0a3229f69bd400dc672ffba | [
"MIT"
] | 2 | 2017-09-05T06:42:25.000Z | 2018-09-04T09:40:18.000Z | import React from 'react';
import ReactDOM from 'react-dom';
import { createStore, applyMiddleware } from 'redux';
import thunk from 'redux-thunk';
import { Provider } from 'react-redux';
import immutable from 'immutable';
import { ModeSwitch } from 'chayns-components';
import App from './components/App';
import rootRe... | 28.3125 | 102 | 0.661148 | false | true | false | true |
d00baac12e468cb2c568fa35eb80687304dfcac0 | 1,225 | jsx | JSX | packages/terra-paginator/src/terra-dev-site/doc/paginator/ProgressivePaginator.3.doc.jsx | CompSciLauren/terra-core | 6e84583b6841055f49bd4a52ebeb23a378a43384 | [
"Apache-2.0"
] | null | null | null | packages/terra-paginator/src/terra-dev-site/doc/paginator/ProgressivePaginator.3.doc.jsx | CompSciLauren/terra-core | 6e84583b6841055f49bd4a52ebeb23a378a43384 | [
"Apache-2.0"
] | null | null | null | packages/terra-paginator/src/terra-dev-site/doc/paginator/ProgressivePaginator.3.doc.jsx | CompSciLauren/terra-core | 6e84583b6841055f49bd4a52ebeb23a378a43384 | [
"Apache-2.0"
] | null | null | null | import React from 'react';
import DocTemplate from 'terra-doc-template';
import ReadMe from '../../../../docs/ProgressiveREADME.md';
import { name, version } from '../../../../package.json';
// Example Files
import ProgressivePaginatorPropsTable from '!terra-props-table-loader!../../../../src/ProgressivePaginator';
i... | 33.108108 | 128 | 0.688163 | false | true | false | true |
d00bb486aa9d544ad0ee2da2db877e2720466349 | 2,646 | jsx | JSX | src/components/VolunteerLogs/VolunteerLogsRows.jsx | ctc-uci/oc-habitats-frontend | fe1aa6321af53d65e87f4ae057484f1e39aa9063 | [
"MIT"
] | null | null | null | src/components/VolunteerLogs/VolunteerLogsRows.jsx | ctc-uci/oc-habitats-frontend | fe1aa6321af53d65e87f4ae057484f1e39aa9063 | [
"MIT"
] | 58 | 2021-11-01T02:17:36.000Z | 2022-03-31T21:31:27.000Z | src/components/VolunteerLogs/VolunteerLogsRows.jsx | ctc-uci/oc-habitats-frontend | fe1aa6321af53d65e87f4ae057484f1e39aa9063 | [
"MIT"
] | null | null | null | import { Button, Checkbox, Icon } from '@chakra-ui/react';
import PropTypes from 'prop-types';
import { React } from 'react';
import { FiEdit3 } from 'react-icons/fi';
import { Link } from 'react-router-dom';
const DateFormat = ({ date }) => {
return new Date(date).toLocaleDateString();
};
const Check = ({ checked,... | 26.46 | 84 | 0.629252 | false | true | false | true |
d00be9e644b051a6cf21e25a8ae1573098e474ee | 1,791 | jsx | JSX | components/AcknowledgementsView.jsx | TheStanfordDaily/archives-web | 7e3f6351a64fd28270ead41d68dfe4908be64424 | [
"Apache-2.0"
] | 2 | 2019-05-13T17:36:04.000Z | 2019-12-02T10:08:26.000Z | components/AcknowledgementsView.jsx | TheStanfordDaily/archives-web | 7e3f6351a64fd28270ead41d68dfe4908be64424 | [
"Apache-2.0"
] | 80 | 2019-05-11T06:11:36.000Z | 2021-12-09T01:38:09.000Z | components/AcknowledgementsView.jsx | TheStanfordDaily/archives-web | 7e3f6351a64fd28270ead41d68dfe4908be64424 | [
"Apache-2.0"
] | 1 | 2019-11-15T03:09:34.000Z | 2019-11-15T03:09:34.000Z | import React from "react";
import { STRINGS } from "../helpers/constants";
class AcknowledgementsView extends React.Component {
componentDidMount() {
document.title = "Acknowledgements" + STRINGS.SITE_NAME_WITH_DIVIDER;
}
render() {
return (
<div className="AcknowledgementsMainView">
<div c... | 35.82 | 80 | 0.592965 | false | true | true | false |
d00bee3466da407f71bb179ba8a6481bd0e33e2f | 573 | jsx | JSX | tour/components/slides/Create.jsx | imajeet/Manta | afaa38c548ffc2551ecdbec6249276e740d277e9 | [
"CC0-1.0"
] | 1 | 2017-12-31T14:44:27.000Z | 2017-12-31T14:44:27.000Z | tour/components/slides/Create.jsx | SebastianGaud/Manta | 06c753ed7063454e720f4afeb33ebf5eb58c2e5c | [
"CC0-1.0"
] | 1 | 2021-05-09T10:32:37.000Z | 2021-05-09T10:32:37.000Z | tour/components/slides/Create.jsx | SebastianGaud/Manta | 06c753ed7063454e720f4afeb33ebf5eb58c2e5c | [
"CC0-1.0"
] | null | null | null | import React from 'react';
import path from 'path';
import Slide from '../Slide';
const description = `
Manta has a flexible form interface. It keeps things simple by default but you can always turn on/off additional fields whenever you find necessary.
`;
console.log('__dirname: ', __dirname);
function Create() {
... | 22.92 | 148 | 0.675393 | false | true | false | true |
d00bf06fff9e855e3377f25ae9c58bf7611b1b97 | 6,441 | jsx | JSX | src/_metronic/partials/layout/MenuModal.jsx | gloffer/crypto | 5c7d5a82255687c6bc08e82a0554f40140f6b762 | [
"MIT"
] | null | null | null | src/_metronic/partials/layout/MenuModal.jsx | gloffer/crypto | 5c7d5a82255687c6bc08e82a0554f40140f6b762 | [
"MIT"
] | null | null | null | src/_metronic/partials/layout/MenuModal.jsx | gloffer/crypto | 5c7d5a82255687c6bc08e82a0554f40140f6b762 | [
"MIT"
] | null | null | null | /* eslint-disable react-hooks/exhaustive-deps */
/* eslint-disable jsx-a11y/anchor-is-valid */
import React, { useEffect, useRef } from 'react';
import { Modal } from 'react-bootstrap-v5';
import { Link, useLocation } from 'react-router-dom';
import { KTSVG, toAbsoluteUrl } from '../../helpers';
const MenuModal = ({ sh... | 48.428571 | 176 | 0.475858 | false | true | false | true |
d00bfd14c2b2e7963202baadeecbaf50ef89276f | 4,979 | jsx | JSX | web/client/examples/scalebar/app.jsx | ComputingFreedomCollective/MapStore2 | b8a0ddbcae3b980b0fa53be356e6ca10f0fdd13e | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | web/client/examples/scalebar/app.jsx | ComputingFreedomCollective/MapStore2 | b8a0ddbcae3b980b0fa53be356e6ca10f0fdd13e | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | web/client/examples/scalebar/app.jsx | ComputingFreedomCollective/MapStore2 | b8a0ddbcae3b980b0fa53be356e6ca10f0fdd13e | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | const PropTypes = require('prop-types');
/**
* Copyright 2015, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
var React = require('react');
var ReactDOM = require('react-dom');
var Deb... | 34.818182 | 136 | 0.512954 | false | true | true | false |
d00c263205868ded6d854a861fa0999801af1018 | 4,615 | jsx | JSX | app/components/type/EditModal.jsx | git9am/actionview-fe | eabc08b4807e2f84fad60873c1866b66b7d8907e | [
"Apache-2.0"
] | null | null | null | app/components/type/EditModal.jsx | git9am/actionview-fe | eabc08b4807e2f84fad60873c1866b66b7d8907e | [
"Apache-2.0"
] | null | null | null | app/components/type/EditModal.jsx | git9am/actionview-fe | eabc08b4807e2f84fad60873c1866b66b7d8907e | [
"Apache-2.0"
] | null | null | null | import React, { PropTypes, Component } from 'react';
import { reduxForm } from 'redux-form';
import { Modal, Button, ControlLabel, FormControl, FormGroup, HelpBlock } from 'react-bootstrap';
import Select from 'react-select';
import _ from 'lodash';
import { notify } from 'react-notify-toast';
const img = require('../... | 36.338583 | 132 | 0.6039 | false | true | true | false |
d00c38dfb34664b45a93633ba0e14b8c3c0fe5f1 | 1,420 | jsx | JSX | client/src/Components/Leave/LeavePageCard/LeavePageCardEmp.jsx | ruhin31416/Human-Resource-Management-System | bb14af3870295cf397c8d9c115e5e724c90d0c7b | [
"Apache-2.0"
] | null | null | null | client/src/Components/Leave/LeavePageCard/LeavePageCardEmp.jsx | ruhin31416/Human-Resource-Management-System | bb14af3870295cf397c8d9c115e5e724c90d0c7b | [
"Apache-2.0"
] | null | null | null | client/src/Components/Leave/LeavePageCard/LeavePageCardEmp.jsx | ruhin31416/Human-Resource-Management-System | bb14af3870295cf397c8d9c115e5e724c90d0c7b | [
"Apache-2.0"
] | null | null | null | import React from 'react';
import { Card, Col, Row } from 'antd';
const LeavePageCard = () => {
return (
<div className="site-statistic-demo-card">
<Row gutter={16}>
<Col span={6}>
<Card style={{ textAlign:"center", background: "#fff7e6", borderRadius: "20px",borderColor... | 33.809524 | 121 | 0.464085 | false | true | false | true |
d00c42d7f4d251c5aa32071289161ac12aa8c0c2 | 681 | jsx | JSX | src/assets/jss/material-kit-react/views/landingPageSections/productStyle.jsx | BushidoLab/bushido_v2 | 5a595a5150d10b74b1365862b9622982a2381143 | [
"MIT"
] | null | null | null | src/assets/jss/material-kit-react/views/landingPageSections/productStyle.jsx | BushidoLab/bushido_v2 | 5a595a5150d10b74b1365862b9622982a2381143 | [
"MIT"
] | null | null | null | src/assets/jss/material-kit-react/views/landingPageSections/productStyle.jsx | BushidoLab/bushido_v2 | 5a595a5150d10b74b1365862b9622982a2381143 | [
"MIT"
] | null | null | null | import { title } from "assets/jss/material-kit-react.jsx";
const productStyle = {
section: {
padding: "70px 5px",
textAlign: "center"
},
title: {
...title,
marginBottom: "1rem",
marginTop: "30px",
minHeight: "32px",
textDecoration: "none"
},
description: {
color: "#545454",
marginBottom: "30px"
... | 16.214286 | 58 | 0.625551 | true | false | false | true |
d00c465693241c75b708b59e7ecce271bfbd7fa2 | 1,644 | jsx | JSX | frontend/components/posts/post_box.jsx | JamesKoenig/barrl | f586dc8c62b6d197965a8dfab24db58ce45da103 | [
"BSD-3-Clause"
] | null | null | null | frontend/components/posts/post_box.jsx | JamesKoenig/barrl | f586dc8c62b6d197965a8dfab24db58ce45da103 | [
"BSD-3-Clause"
] | 2 | 2021-02-08T17:41:47.000Z | 2021-02-19T20:02:37.000Z | frontend/components/posts/post_box.jsx | JamesKoenig/barrl | f586dc8c62b6d197965a8dfab24db58ce45da103 | [
"BSD-3-Clause"
] | null | null | null | import React from 'react';
import { useHistory,useLocation } from 'react-router-dom';
import PostFollowButton from './post_follow_button';
import TotalLikes from '../likes/total_likes';
import LikeButton from '../likes/like_button_container';
export default ({ post, author }) => {
const history = useHistory();
con... | 29.890909 | 78 | 0.575426 | false | true | false | true |
d00c61a64ec437a307d4896b5c9078c1ee500550 | 3,280 | jsx | JSX | src/components/AddPostForm/AddPostForm.jsx | pfeeny84/packrat | 815c50123ecc0f76ac8ab79120832e3de9e57204 | [
"MIT"
] | null | null | null | src/components/AddPostForm/AddPostForm.jsx | pfeeny84/packrat | 815c50123ecc0f76ac8ab79120832e3de9e57204 | [
"MIT"
] | null | null | null | src/components/AddPostForm/AddPostForm.jsx | pfeeny84/packrat | 815c50123ecc0f76ac8ab79120832e3de9e57204 | [
"MIT"
] | null | null | null | import React, { useState } from 'react';
import './AddPostForm.css'
import { Button, Form, Grid, Header, Image, Divider, Segment } from 'semantic-ui-react'
import { FaPhotoVideo } from 'react-icons/fa';
export default function AddPostForm(props){
const [selectedFile, setSelectedFile] = useState('')
const initial... | 27.563025 | 88 | 0.485671 | false | true | false | true |
d00c8a3513d45eb9376f70eba9f4e0f4aa622007 | 9,212 | jsx | JSX | front/src/routes/scene/edit-scene/ActionCard.jsx | jukeb0x/Gladys | afe4a2473333ef7f8984adf8a778f96f65becb76 | [
"Apache-2.0"
] | 1,024 | 2019-01-07T15:11:18.000Z | 2022-03-31T11:40:05.000Z | front/src/routes/scene/edit-scene/ActionCard.jsx | jukeb0x/Gladys | afe4a2473333ef7f8984adf8a778f96f65becb76 | [
"Apache-2.0"
] | 1,059 | 2019-01-13T19:36:21.000Z | 2022-03-31T23:20:47.000Z | front/src/routes/scene/edit-scene/ActionCard.jsx | jukeb0x/Gladys | afe4a2473333ef7f8984adf8a778f96f65becb76 | [
"Apache-2.0"
] | 147 | 2019-01-21T19:13:00.000Z | 2022-03-31T23:18:51.000Z | import { h } from 'preact';
import { Text } from 'preact-i18n';
import cx from 'classnames';
import { ACTIONS } from '../../../../../server/utils/constants';
// Actions cards
import ChooseActionTypeParams from './actions/ChooseActionTypeCard';
import DelayActionParams from './actions/DelayActionParams';
import Device... | 37.145161 | 120 | 0.594008 | false | true | false | true |
d00c8c85f9e6a21bdbd9b9f5a8a596da56fbb804 | 5,001 | jsx | JSX | src/Clock.jsx | yhlben/react-clock | 7c70e1e3cb52310746eb2abb2c1e2c90724d0dfe | [
"MIT"
] | null | null | null | src/Clock.jsx | yhlben/react-clock | 7c70e1e3cb52310746eb2abb2c1e2c90724d0dfe | [
"MIT"
] | null | null | null | src/Clock.jsx | yhlben/react-clock | 7c70e1e3cb52310746eb2abb2c1e2c90724d0dfe | [
"MIT"
] | null | null | null | import React, { Component } from 'react';
import PropTypes from 'prop-types';
import mergeClassNames from 'merge-class-names';
import Hand from './Hand';
import Mark from './Mark';
import {
getHours,
getMinutes,
getSeconds,
} from './shared/dates';
import { isHandLength, isOppositeHandLength, isHandWidth, isMa... | 21.556034 | 112 | 0.59928 | false | true | true | false |
d00cc59607827708d87a95b31af328944cb4857a | 9,522 | jsx | JSX | frontend/public/components/utils/value-from-pair.jsx | shdn-ibm/console | 8c87a967a04b4df4ba253cd7e88a6b993814d9fc | [
"Apache-2.0"
] | null | null | null | frontend/public/components/utils/value-from-pair.jsx | shdn-ibm/console | 8c87a967a04b4df4ba253cd7e88a6b993814d9fc | [
"Apache-2.0"
] | 1 | 2020-04-22T13:04:09.000Z | 2020-04-22T13:04:09.000Z | frontend/public/components/utils/value-from-pair.jsx | shdn-ibm/console | 8c87a967a04b4df4ba253cd7e88a6b993814d9fc | [
"Apache-2.0"
] | 2 | 2020-08-03T08:23:58.000Z | 2020-08-21T02:48:05.000Z | import * as React from 'react';
import * as PropTypes from 'prop-types';
import * as _ from 'lodash-es';
import * as fuzzy from 'fuzzysearch';
import { useTranslation } from 'react-i18next';
import { Dropdown, ResourceName } from './';
// https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#envvarsour... | 27.205714 | 98 | 0.617202 | false | true | false | true |
d00cc655a06b44d54465f1b230fe8aa7aaa6e0ef | 7,748 | jsx | JSX | awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx | chris93111/awx | cd49213924f1cd451e5c17390b9c2b237085d1be | [
"Apache-2.0"
] | null | null | null | awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx | chris93111/awx | cd49213924f1cd451e5c17390b9c2b237085d1be | [
"Apache-2.0"
] | 1 | 2020-11-05T16:07:07.000Z | 2020-11-05T16:07:07.000Z | awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx | chris93111/awx | cd49213924f1cd451e5c17390b9c2b237085d1be | [
"Apache-2.0"
] | null | null | null | import React from 'react';
import { act } from 'react-dom/test-utils';
import { createMemoryHistory } from 'history';
import { sleep } from '@testUtils/testUtils';
import { mountWithContexts, waitForElement } from '@testUtils/enzymeHelpers';
import { JobTemplatesAPI, LabelsAPI, ProjectsAPI } from '@api';
import JobTemp... | 25.486842 | 88 | 0.579892 | false | true | false | true |
d00cc9a1afb474615ae6cfbf951bd919347943bf | 485 | jsx | JSX | packages/components/src/Time/__tests__/index.unit.test.jsx | mewbak/numenta-web | e89594f03aa76a94dcea369bab593b60ff67a341 | [
"MIT"
] | 33 | 2016-08-16T14:44:31.000Z | 2020-09-22T15:43:29.000Z | packages/components/src/Time/__tests__/index.unit.test.jsx | mewbak/numenta-web | e89594f03aa76a94dcea369bab593b60ff67a341 | [
"MIT"
] | 123 | 2016-09-10T21:59:47.000Z | 2019-02-12T05:54:40.000Z | packages/components/src/Time/__tests__/index.unit.test.jsx | mewbak/numenta-web | e89594f03aa76a94dcea369bab593b60ff67a341 | [
"MIT"
] | 27 | 2016-07-26T19:28:56.000Z | 2020-09-22T15:43:35.000Z | import moment from 'moment'
import React from 'react'
import renderer from 'react-test-renderer'
import Time from '../../Time'
const when = '2016-09-21T18:10:32'
describe('Time React component', () => {
it('Renders correctly', () => {
const occur = moment(new Date(when)).utcOffset(0, false)
const compone... | 20.208333 | 60 | 0.628866 | false | true | false | true |
d00cd470b9a87c79c90cd6b8541c39d2c7126ad4 | 556 | jsx | JSX | views/layouts/shared/FlexContainerLayout.jsx | XavierLeTohic/hackathon-pm | 8670d7c5a8a04a34081c3ce534777981ebcb6ad6 | [
"MIT"
] | null | null | null | views/layouts/shared/FlexContainerLayout.jsx | XavierLeTohic/hackathon-pm | 8670d7c5a8a04a34081c3ce534777981ebcb6ad6 | [
"MIT"
] | null | null | null | views/layouts/shared/FlexContainerLayout.jsx | XavierLeTohic/hackathon-pm | 8670d7c5a8a04a34081c3ce534777981ebcb6ad6 | [
"MIT"
] | null | null | null | var React = require('react');
class FlexContainerLayout extends React.Component {
getTemplate() {
let ctnClass = this.props.nameClass ? "flexContainer "+ this.props.nameClass : "flexContainer";
if(this.props.element ==='ul') {
return (
<ul className={ctnClass}>
{this.props.children}
... | 18.533333 | 99 | 0.571942 | true | false | true | false |
d00ce41623d73d779e912c0ab643254be052dfd5 | 1,380 | jsx | JSX | src/Hypzeh.Web/ClientApp/components/layout/SplashScreen/BaseLoader/BaseLoader.styles.jsx | hypzeh/hypzeh.github.io | d176db5bac459efc11b266f6aacdd65d2f5bf85c | [
"MIT"
] | null | null | null | src/Hypzeh.Web/ClientApp/components/layout/SplashScreen/BaseLoader/BaseLoader.styles.jsx | hypzeh/hypzeh.github.io | d176db5bac459efc11b266f6aacdd65d2f5bf85c | [
"MIT"
] | null | null | null | src/Hypzeh.Web/ClientApp/components/layout/SplashScreen/BaseLoader/BaseLoader.styles.jsx | hypzeh/hypzeh.github.io | d176db5bac459efc11b266f6aacdd65d2f5bf85c | [
"MIT"
] | null | null | null | import styled, { keyframes } from 'styled-components';
const progress = keyframes`
0% { margin-left: 0; margin-right: 100%; }
50% { margin-left: 25%; margin-right: 0; }
100% { margin-left: 100%; margin-right: 0; }
`;
const Wrapper = styled.div`
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;... | 19.43662 | 84 | 0.624638 | false | true | false | true |
d00cf42411eea556a6c3fd48f77668a49fabac3d | 4,520 | jsx | JSX | components/AblyChatComponent.jsx | diebraga/realtimechat-ably | c43ec3caeded71db20ec85cd48d7dd7209f14f78 | [
"Apache-2.0"
] | null | null | null | components/AblyChatComponent.jsx | diebraga/realtimechat-ably | c43ec3caeded71db20ec85cd48d7dd7209f14f78 | [
"Apache-2.0"
] | null | null | null | components/AblyChatComponent.jsx | diebraga/realtimechat-ably | c43ec3caeded71db20ec85cd48d7dd7209f14f78 | [
"Apache-2.0"
] | null | null | null | import React, { useEffect, useState } from 'react';
import { useChannel } from "./AblyReactEffect";
import styles from './AblyChatComponent.module.css';
const users = [
{id: '1', name: 'Diego Braga', email: 'diebraga.developer@gmail.com', src: "https://bit.ly/dan-abramov"},
{id: '2', name: 'Joseph Seph', email: 'j... | 32.992701 | 154 | 0.571903 | false | true | false | true |
d00d11c8dd2df6bb81e9972bbede9f6da3ca8a71 | 1,870 | jsx | JSX | bowtie/src/header.jsx | artochoa/vue | 1a72f0c026d6e2e93f92dca4343db14261348e9b | [
"MIT"
] | 813 | 2016-08-19T17:15:22.000Z | 2022-03-18T06:50:08.000Z | bowtie/src/header.jsx | rdiaz18/vue | 1a72f0c026d6e2e93f92dca4343db14261348e9b | [
"MIT"
] | 230 | 2016-07-25T23:26:34.000Z | 2021-06-03T12:59:36.000Z | bowtie/src/header.jsx | rdiaz18/vue | 1a72f0c026d6e2e93f92dca4343db14261348e9b | [
"MIT"
] | 85 | 2016-10-17T20:14:54.000Z | 2021-06-02T11:42:51.000Z | import PropTypes from 'prop-types';
import React from 'react';
import { storeState } from './utils';
var msgpack = require('msgpack-lite');
export default class Bowhead extends React.Component {
constructor(props) {
super(props);
var local = sessionStorage.getItem(this.props.uuid);
if (loc... | 31.166667 | 85 | 0.564171 | false | true | true | false |
d00d3de1d24108c723f8a2bbff3fa11e4993cf19 | 1,701 | jsx | JSX | src/components/UpdateMove/UpdateMove.jsx | dremanchan/prime-solo-project | 0609256b910b2fb555cab263c403e8c3eadea2b2 | [
"PostgreSQL"
] | null | null | null | src/components/UpdateMove/UpdateMove.jsx | dremanchan/prime-solo-project | 0609256b910b2fb555cab263c403e8c3eadea2b2 | [
"PostgreSQL"
] | 1 | 2022-02-17T21:05:58.000Z | 2022-02-17T21:05:58.000Z | src/components/UpdateMove/UpdateMove.jsx | dremanchan/prime-solo-project | 0609256b910b2fb555cab263c403e8c3eadea2b2 | [
"PostgreSQL"
] | null | null | null | import { useState, React, useEffect } from "react";
import { Link, useHistory, useParams } from "react-router-dom";
import { useDispatch, useSelector } from "react-redux";
import Button from "@mui/material/Button";
function UpdateMove() {
const dispatch = useDispatch();
const history = useHistory();
const params... | 24.3 | 69 | 0.529688 | false | true | false | true |
d00d6462c451a27927a52b9c0b578ce1368a7d53 | 2,061 | jsx | JSX | src/components/about.jsx | PauloVictorMaia/PriveLanding | 5d5e7a9bcb2e5f84102a7b85d816b4969f64df79 | [
"MIT"
] | null | null | null | src/components/about.jsx | PauloVictorMaia/PriveLanding | 5d5e7a9bcb2e5f84102a7b85d816b4969f64df79 | [
"MIT"
] | null | null | null | src/components/about.jsx | PauloVictorMaia/PriveLanding | 5d5e7a9bcb2e5f84102a7b85d816b4969f64df79 | [
"MIT"
] | null | null | null | import './styles.css'
export const About = (props) => {
return (
<div id='about'>
<div className='container'>
<div className='row-effect'>
<div style={{
}} >
<img style={{height: 370, width: 500}} src='img/imageabout2.jpg' className='img-responsive' alt=... | 34.35 | 239 | 0.409025 | false | true | false | true |
d00d6941510ffb7d9d34db212cb90c18a70d9fff | 237 | jsx | JSX | fundamentos/src/components/comunicacao/indireta/Sub.jsx | CarlosSantos-Dev/ReactProjects | 8a1fa654f138596ed8eb9c93d282c578c8d69e2f | [
"MIT"
] | null | null | null | fundamentos/src/components/comunicacao/indireta/Sub.jsx | CarlosSantos-Dev/ReactProjects | 8a1fa654f138596ed8eb9c93d282c578c8d69e2f | [
"MIT"
] | null | null | null | fundamentos/src/components/comunicacao/indireta/Sub.jsx | CarlosSantos-Dev/ReactProjects | 8a1fa654f138596ed8eb9c93d282c578c8d69e2f | [
"MIT"
] | null | null | null | import React from "react"
export default (props) => {
function acao() {
props.quandoClicar(Math.random(), "Gerado")
}
return (
<div>
<button onClick={acao}>Alterar</button>
</div>
)
} | 18.230769 | 51 | 0.527426 | false | true | false | true |
d00d70f3690662a6015949cb808e3fb9b3f48ff4 | 128 | jsx | JSX | codenation/react-13/src/components/Topbar.jsx | Alex-Xavier/Codenation-AceleraDev-ReactJS | 58608ef45ef58a0e9afb180f9832c9d5cc76b3ce | [
"MIT"
] | null | null | null | codenation/react-13/src/components/Topbar.jsx | Alex-Xavier/Codenation-AceleraDev-ReactJS | 58608ef45ef58a0e9afb180f9832c9d5cc76b3ce | [
"MIT"
] | null | null | null | codenation/react-13/src/components/Topbar.jsx | Alex-Xavier/Codenation-AceleraDev-ReactJS | 58608ef45ef58a0e9afb180f9832c9d5cc76b3ce | [
"MIT"
] | null | null | null | import React from 'react';
class Topbar extends React.Component {
render() {
return (<div />);
}
}
export default Topbar;
| 12.8 | 38 | 0.671875 | true | false | true | false |
d00d8abc407bf0e8a99e77a343e44b151818d2d4 | 1,942 | jsx | JSX | client/src/components/forms/UserImage/UserImage.jsx | Mishawaka/hackathon-project | 6b95751819487b0277584e32a18619337d90b88f | [
"MIT"
] | null | null | null | client/src/components/forms/UserImage/UserImage.jsx | Mishawaka/hackathon-project | 6b95751819487b0277584e32a18619337d90b88f | [
"MIT"
] | null | null | null | client/src/components/forms/UserImage/UserImage.jsx | Mishawaka/hackathon-project | 6b95751819487b0277584e32a18619337d90b88f | [
"MIT"
] | null | null | null | import React, { useContext } from 'react';
import FormPage from '../FormPage/FormPage';
import ImageCrop from '../ImageCrop/ImageCrop';
import { ImageContext } from '../../../contexts/ImageContext';
import plus from '../../../img/plus.svg';
const ProjectImages = ({ modal, setModal, customRef, setUser }) => {
const {... | 28.144928 | 76 | 0.53862 | false | true | false | true |
d00d920414453b26970430f8d0c8b72c0d9a7634 | 1,579 | jsx | JSX | src/components/auth/signin.jsx | UncleVesimir/saga-server-side-client | 668dbbb809d3dfc5d32ec81feb0c38d4dd36d66f | [
"MIT"
] | null | null | null | src/components/auth/signin.jsx | UncleVesimir/saga-server-side-client | 668dbbb809d3dfc5d32ec81feb0c38d4dd36d66f | [
"MIT"
] | null | null | null | src/components/auth/signin.jsx | UncleVesimir/saga-server-side-client | 668dbbb809d3dfc5d32ec81feb0c38d4dd36d66f | [
"MIT"
] | null | null | null | import React, { Component } from 'react';
import { connect } from 'react-redux'
import { Field, reduxForm } from 'redux-form'
import { dispatchLoginRequest } from '../../actions';
class Signin extends Component {
renderField = ({input, label, type, meta:{touched, error}}) => {
return (
<div>
<labe... | 24.292308 | 76 | 0.565548 | false | true | true | false |
d00d94da75d979d00533223222756d9832a94dc6 | 1,970 | jsx | JSX | frontend/src/todo/todoForm.jsx | jeangregolon/todo-app | e39bd7b7dd64e9915f378b7007e23f59fa05b59e | [
"MIT"
] | null | null | null | frontend/src/todo/todoForm.jsx | jeangregolon/todo-app | e39bd7b7dd64e9915f378b7007e23f59fa05b59e | [
"MIT"
] | null | null | null | frontend/src/todo/todoForm.jsx | jeangregolon/todo-app | e39bd7b7dd64e9915f378b7007e23f59fa05b59e | [
"MIT"
] | null | null | null | import React, {Component} from 'react'
import {connect} from 'react-redux'
import {bindActionCreators} from 'redux'
import Grid from '../template/grid'
import IconButton from '../template/iconButton'
import {add, changeDescription, search, clear} from './todoActions'
class TodoForm extends Component {
constructor... | 34.561404 | 73 | 0.548731 | false | true | true | false |
d00d9c35471f57ba8f75b1da32ac7a015046865a | 164 | jsx | JSX | app/eventHandlers/utils/doInvisibleAllTopFolders.jsx | Luk-kar/Blending-PSD-colors-toolset | 81e7a6c0d73a392aaa2e940a5f0e3d0b3a08a686 | [
"MIT"
] | 1 | 2022-02-04T01:31:29.000Z | 2022-02-04T01:31:29.000Z | app/eventHandlers/utils/doInvisibleAllTopFolders.jsx | Luk-kar/Blending-PSD-colors-toolset | 81e7a6c0d73a392aaa2e940a5f0e3d0b3a08a686 | [
"MIT"
] | null | null | null | app/eventHandlers/utils/doInvisibleAllTopFolders.jsx | Luk-kar/Blending-PSD-colors-toolset | 81e7a6c0d73a392aaa2e940a5f0e3d0b3a08a686 | [
"MIT"
] | null | null | null | #include "./doInvisible.jsx"
function doInvisibleAllTopFolders() {
var doc = app.activeDocument;
var folders = doc.layerSets;
doInvisible(folders);
}
| 18.222222 | 37 | 0.707317 | false | true | false | true |
d00dab8371b98b1665a14240f9c376156f2b8044 | 1,516 | jsx | JSX | client/app/User/components/Reusable/LoaderSpinner/LoaderSpinner.jsx | priteshpatel3501/E-Commerce-Auth-Demo | 4c71095fd65bdae2319d9a480b1df663b78d10b3 | [
"MIT"
] | null | null | null | client/app/User/components/Reusable/LoaderSpinner/LoaderSpinner.jsx | priteshpatel3501/E-Commerce-Auth-Demo | 4c71095fd65bdae2319d9a480b1df663b78d10b3 | [
"MIT"
] | null | null | null | client/app/User/components/Reusable/LoaderSpinner/LoaderSpinner.jsx | priteshpatel3501/E-Commerce-Auth-Demo | 4c71095fd65bdae2319d9a480b1df663b78d10b3 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import "./LoaderSpinner.scss";
// import Loaderr from "react-loader-spinner";
// import "react-loader-spinner/dist/loader/css/react-spinner-loader.css";
class LoaderSpinner extends Component {
render() {
let { width, height, color, borderWidth, animationDuration } ... | 31.583333 | 82 | 0.443931 | false | true | true | false |
d00db4d5c2be68b09b5390f8f15fa08154822e72 | 1,752 | jsx | JSX | client/src/components/featured/Featured.jsx | GabrielPivoto/clone-netflix | 31ef33e711216c20035aca72e8e0b2f1ac840180 | [
"MIT"
] | 1 | 2022-03-29T01:17:07.000Z | 2022-03-29T01:17:07.000Z | client/src/components/featured/Featured.jsx | GabrielPivoto/clone-netflix | 31ef33e711216c20035aca72e8e0b2f1ac840180 | [
"MIT"
] | null | null | null | client/src/components/featured/Featured.jsx | GabrielPivoto/clone-netflix | 31ef33e711216c20035aca72e8e0b2f1ac840180 | [
"MIT"
] | null | null | null | import { InfoOutlined, PlayArrow } from '@material-ui/icons'
import React from 'react'
import "./featured.scss"
export default function Featured({ type }) {
return (
<div className="featured">
{type && (
<div className="category">
<span>{type === "movie"?"Filmes":"Séries"}</span>
... | 37.276596 | 131 | 0.563356 | false | true | false | true |
d00db885473ff144cf90ac79ce47b5d5de1d7b03 | 427 | jsx | JSX | app/components/NotFound.jsx | mhmiles/hollingsware.com | 03791a87c7f1eb7046b8ad175abfd390e0270ecb | [
"MIT"
] | 1 | 2017-01-27T03:18:09.000Z | 2017-01-27T03:18:09.000Z | app/components/NotFound.jsx | mhmiles/hollingsware.com | 03791a87c7f1eb7046b8ad175abfd390e0270ecb | [
"MIT"
] | null | null | null | app/components/NotFound.jsx | mhmiles/hollingsware.com | 03791a87c7f1eb7046b8ad175abfd390e0270ecb | [
"MIT"
] | null | null | null | import React from 'react'
import styles from './NotFound.css'
import Helmet from 'react-helmet'
import Line from './PixelLine'
export default () => {
return (
<div className={styles.container}>
<Line style={{top: 0, position: "absolute", backgroundColor: "rgba(0,0,0,0.15)"}} />
<Helmet>
<titl... | 25.117647 | 90 | 0.622951 | false | true | false | true |
d00dc7e67c95239d46e17f5c0a1d466c1566665a | 2,102 | jsx | JSX | backend/frontend/src/components/ProjectForm.jsx | GoodGuy4221/my-todo-site-on-drf | 788bc9f8c33432ccd6a92a3c07ee6953b039478b | [
"MIT"
] | null | null | null | backend/frontend/src/components/ProjectForm.jsx | GoodGuy4221/my-todo-site-on-drf | 788bc9f8c33432ccd6a92a3c07ee6953b039478b | [
"MIT"
] | null | null | null | backend/frontend/src/components/ProjectForm.jsx | GoodGuy4221/my-todo-site-on-drf | 788bc9f8c33432ccd6a92a3c07ee6953b039478b | [
"MIT"
] | null | null | null | import React from "react";
class ProjectForm extends React.Component {
constructor(props) {
super(props);
this.state = {
name: '',
url: '',
users: []
}
}
handleUserChange(event) {
if (!event.target.selectedOptions) {
this.set... | 30.028571 | 110 | 0.454805 | false | true | true | false |
d00dcfad7a8735e0ae0a908e373ab5f0a73e3e25 | 1,944 | jsx | JSX | src/components/Post.jsx | ryguybenson/React-week-one | fff529267b1c13325330f6d718232ce12dcdb6b7 | [
"Unlicense"
] | null | null | null | src/components/Post.jsx | ryguybenson/React-week-one | fff529267b1c13325330f6d718232ce12dcdb6b7 | [
"Unlicense"
] | null | null | null | src/components/Post.jsx | ryguybenson/React-week-one | fff529267b1c13325330f6d718232ce12dcdb6b7 | [
"Unlicense"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import { v4 } from 'uuid';
function Post(props) {
let _name =null;
let _price =null;
let _content =null;
function handleNewPost(event) {
event.preventDefault();
props.onNewPostCreation({name: _name.value, price: _price.value, content: _co... | 23.707317 | 105 | 0.588992 | false | true | false | true |
d00dde082d8c50c205e62879df4761d74d73e098 | 348 | jsx | JSX | frontend/.history/src/components/posts/Posts/Post_20201118144235.jsx | Flea00012/Group-webDev1 | 8ecfb469c1cb3930f7028dfebee0b66030c04b05 | [
"MIT"
] | null | null | null | frontend/.history/src/components/posts/Posts/Post_20201118144235.jsx | Flea00012/Group-webDev1 | 8ecfb469c1cb3930f7028dfebee0b66030c04b05 | [
"MIT"
] | 25 | 2020-11-16T12:46:38.000Z | 2020-11-24T09:26:27.000Z | frontend/.history/src/components/posts/Posts/Post_20201118144235.jsx | Flea00012/Group-webDev1 | 8ecfb469c1cb3930f7028dfebee0b66030c04b05 | [
"MIT"
] | 3 | 2020-11-16T14:10:40.000Z | 2020-12-26T17:53:01.000Z |
import React from 'react';
import Comments from '../Comments/Comments'
export default function Post() {
functionNow = () => {
console.log (group);
}
return (
<>
<hr />
<h1>Post that was submitted</h1>
<hr />
<label>{functionNow()}</label>
<Comme... | 14.5 | 43 | 0.482759 | false | true | false | true |
d00dea26f37761bef73300fcdc6ded438858d409 | 1,219 | jsx | JSX | shopify_supply/src/components/ProductCard.client.jsx | IT-Hobo/hydrogen-examples | e6f3898ca28189d2f0caed5ba340308ed56172f8 | [
"MIT"
] | 2 | 2022-02-02T05:07:48.000Z | 2022-02-18T20:52:44.000Z | shopify_supply/src/components/ProductCard.client.jsx | IT-Hobo/hydrogen-examples | e6f3898ca28189d2f0caed5ba340308ed56172f8 | [
"MIT"
] | null | null | null | shopify_supply/src/components/ProductCard.client.jsx | IT-Hobo/hydrogen-examples | e6f3898ca28189d2f0caed5ba340308ed56172f8 | [
"MIT"
] | null | null | null | import {
Link,
ProductProvider,
ProductTitle,
SelectedVariantImage,
SelectedVariantPrice,
} from '@shopify/hydrogen/client';
export default function ProductCard({product}) {
const firstVariant = product?.variants?.edges[0]?.node;
if (!product) return null;
return (
<ProductProvider product={produ... | 30.475 | 82 | 0.611977 | false | true | false | true |
d00df3a09f94dfca5122969cecb4751adfc10916 | 9,039 | jsx | JSX | superset/assets/src/dashboard/components/gridComponents/Tabs.jsx | Will-Copeland/incubator-superset | 925b8dbb90552aa1a66c2f0bcdcf7d1252ab925f | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 1 | 2020-05-12T05:00:11.000Z | 2020-05-12T05:00:11.000Z | superset/assets/src/dashboard/components/gridComponents/Tabs.jsx | Will-Copeland/incubator-superset | 925b8dbb90552aa1a66c2f0bcdcf7d1252ab925f | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | null | null | null | superset/assets/src/dashboard/components/gridComponents/Tabs.jsx | Will-Copeland/incubator-superset | 925b8dbb90552aa1a66c2f0bcdcf7d1252ab925f | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 3 | 2019-10-28T02:28:58.000Z | 2020-05-21T10:00:32.000Z | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 32.989051 | 100 | 0.610134 | false | true | false | true |
d00dfa0473283385f887d153b4b8b6940d69da6b | 818 | jsx | JSX | src/index.jsx | kirkins/etheroll | 183ae8a0509f3dc216f23663fd66b3a7b6a7280f | [
"MIT"
] | null | null | null | src/index.jsx | kirkins/etheroll | 183ae8a0509f3dc216f23663fd66b3a7b6a7280f | [
"MIT"
] | null | null | null | src/index.jsx | kirkins/etheroll | 183ae8a0509f3dc216f23663fd66b3a7b6a7280f | [
"MIT"
] | null | null | null | import React from 'react';
import ReactDOM from 'react-dom';
import setupGA from './utils/analytics';
import setupSentry from './utils/sentry';
import IntlContextProvider from './contexts/IntlContext';
import './index.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap/dist/js/bootstrap.min';
import ... | 30.296296 | 72 | 0.744499 | false | true | false | true |
d00dff948519b413e17ab0d17fcd09164bf78a14 | 19,882 | jsx | JSX | src/lib/project-saver-hoc.jsx | xufangbo/scratch-gui | c656e7febb5df525dc04c3da2e5a3d23978f31a7 | [
"BSD-3-Clause"
] | 3,559 | 2016-11-09T02:32:40.000Z | 2022-03-31T05:02:15.000Z | src/lib/project-saver-hoc.jsx | xufangbo/scratch-gui | c656e7febb5df525dc04c3da2e5a3d23978f31a7 | [
"BSD-3-Clause"
] | 5,654 | 2016-11-09T16:30:47.000Z | 2022-03-31T20:20:59.000Z | src/lib/project-saver-hoc.jsx | xufangbo/scratch-gui | c656e7febb5df525dc04c3da2e5a3d23978f31a7 | [
"BSD-3-Clause"
] | 3,105 | 2016-11-15T15:39:23.000Z | 2022-03-31T12:10:33.000Z | import bindAll from 'lodash.bindall';
import React from 'react';
import PropTypes from 'prop-types';
import {connect} from 'react-redux';
import VM from 'scratch-vm';
import collectMetadata from '../lib/collect-metadata';
import log from '../lib/log';
import storage from '../lib/storage';
import dataURItoBlob from '..... | 43.221739 | 119 | 0.584448 | false | true | true | false |
d00e0ec5e842677086182a38a7473638010f57fc | 822 | jsx | JSX | src/components/CardNota/CardNota.jsx | HenriqueCSaraiva/React-Note2.0 | a0fc30997ec9b66bffabf39467c5423a34b26c5a | [
"MIT"
] | null | null | null | src/components/CardNota/CardNota.jsx | HenriqueCSaraiva/React-Note2.0 | a0fc30997ec9b66bffabf39467c5423a34b26c5a | [
"MIT"
] | null | null | null | src/components/CardNota/CardNota.jsx | HenriqueCSaraiva/React-Note2.0 | a0fc30997ec9b66bffabf39467c5423a34b26c5a | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import "./estilo.css";
import {ReactComponent as DELETESVG} from "../../assets/img/delete.svg";
class CardNota extends Component{
apagar(){
const indice = this.props.indice;
this.props.apagarNota(indice);
}
render(){
return(
<se... | 32.88 | 85 | 0.515815 | false | true | true | false |
d00e1282632c592e270a2a5525a3c84d9d887d70 | 2,966 | jsx | JSX | blocks/UserTable/src/UserSearch.jsx | hopesfish/react-materials | 684f361c8369e69f3359189809d1f045c4e57223 | [
"MIT"
] | 1 | 2020-09-19T08:07:16.000Z | 2020-09-19T08:07:16.000Z | react-materials/blocks/UserTable/src/UserSearch.jsx | james-cain/ice | bfd7ba6af36ad6d1190001f78af6214a56d8935e | [
"MIT"
] | null | null | null | react-materials/blocks/UserTable/src/UserSearch.jsx | james-cain/ice | bfd7ba6af36ad6d1190001f78af6214a56d8935e | [
"MIT"
] | 1 | 2019-04-09T21:53:07.000Z | 2019-04-09T21:53:07.000Z | /* eslint-disable react/no-unused-state */
import React, { Component } from 'react';
import { Input, Select, Grid } from '@alifd/next';
import { FormBinderWrapper, FormBinder } from '@icedesign/form-binder';
import IceContainer from '@icedesign/container';
const { Row, Col } = Grid;
export default class UserTable ext... | 29.366337 | 72 | 0.508766 | false | true | true | false |
d00e16e39d36866f2db6c248fd64e45ccc2ad0c5 | 7,631 | jsx | JSX | web/src/editor/assets/ModelPanel.jsx | liugjin/ShadowEditor | 7045dbc0b0f04a3eacb89a394b1a3ab42fc7a6f1 | [
"MIT"
] | 1 | 2021-11-13T05:30:38.000Z | 2021-11-13T05:30:38.000Z | web/src/editor/assets/ModelPanel.jsx | liugjin/ShadowEditor | 7045dbc0b0f04a3eacb89a394b1a3ab42fc7a6f1 | [
"MIT"
] | null | null | null | web/src/editor/assets/ModelPanel.jsx | liugjin/ShadowEditor | 7045dbc0b0f04a3eacb89a394b1a3ab42fc7a6f1 | [
"MIT"
] | null | null | null | /*
* Copyright 2017-2020 The ShadowEditor Authors. All rights reserved.
*
* Use of this source code is governed by a MIT-style
* license that can be found in the LICENSE file.
*
* For more information, please visit: https://github.com/tengge1/ShadowEditor
* You can also visit: https://gitee.com/tengge1/ShadowEd... | 29.46332 | 90 | 0.463504 | false | true | true | false |
d00e1bfe03c5d845deb25487e07936c9104b08c7 | 3,531 | jsx | JSX | src/components/work.jsx | johnnyxbell/johnnybell.io | f2577e691f5b626cc50c8a4c8a3bdf62de7f1a5c | [
"MIT"
] | null | null | null | src/components/work.jsx | johnnyxbell/johnnybell.io | f2577e691f5b626cc50c8a4c8a3bdf62de7f1a5c | [
"MIT"
] | 8 | 2020-06-07T20:51:42.000Z | 2022-02-26T16:59:25.000Z | src/components/work.jsx | johnnyxbell/johnnybell.io | f2577e691f5b626cc50c8a4c8a3bdf62de7f1a5c | [
"MIT"
] | null | null | null | import React from 'react';
import styled from 'styled-components';
import Nike from '../assets/images/nikestore.jpg';
import Evvntly from '../assets/images/evvnty.jpeg';
import StackShare from '../assets/images/stackshare.jpeg';
const PortfolioPanel = styled.div`
font-family: 'Open Sans', 'Arial', Serif;
min-heigh... | 24.692308 | 99 | 0.563863 | false | true | false | true |
d00e2c99a106e3c1b23fbeb471212dc99bfe004c | 4,958 | jsx | JSX | components/convert_channel_modal/convert_channel_modal.jsx | sajalrudderlabs/mattermost-webapp | 4ca1336fd4ae1be79ddf84367870b8cb3e4d8f08 | [
"Apache-2.0"
] | 3 | 2018-07-02T21:15:39.000Z | 2019-12-18T10:26:01.000Z | components/convert_channel_modal/convert_channel_modal.jsx | sajalrudderlabs/mattermost-webapp | 4ca1336fd4ae1be79ddf84367870b8cb3e4d8f08 | [
"Apache-2.0"
] | 13 | 2018-04-23T23:50:21.000Z | 2019-10-22T05:25:41.000Z | components/convert_channel_modal/convert_channel_modal.jsx | sajalrudderlabs/mattermost-webapp | 4ca1336fd4ae1be79ddf84367870b8cb3e4d8f08 | [
"Apache-2.0"
] | 15 | 2018-01-31T00:55:44.000Z | 2020-05-21T16:56:45.000Z | // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import PropTypes from 'prop-types';
import React from 'react';
import {Modal} from 'react-bootstrap';
import {FormattedHTMLMessage, FormattedMessage} from 'react-intl';
import {trackEvent} from 'actions/dia... | 35.669065 | 260 | 0.456837 | false | true | false | true |
d00e2d080780bb6bb38a63f9d2ef1ea741aedd7f | 597 | jsx | JSX | src/components/Note.jsx | Arish-theGalaxyBea/galaxy-kanban-board | b119ebe08a36bdb4dc7a8ed478a6bccbf6fa96d6 | [
"MIT"
] | 1 | 2021-02-17T16:06:39.000Z | 2021-02-17T16:06:39.000Z | src/components/Note.jsx | Arish-theGalaxyBea/galaxy-kanban-board | b119ebe08a36bdb4dc7a8ed478a6bccbf6fa96d6 | [
"MIT"
] | null | null | null | src/components/Note.jsx | Arish-theGalaxyBea/galaxy-kanban-board | b119ebe08a36bdb4dc7a8ed478a6bccbf6fa96d6 | [
"MIT"
] | null | null | null | import React from 'react';
type Props = {
children?: React$Node<*>,
connectDragSource: Function,
connectDropTarget: Function,
isDragging: boolean,
};
export default class Note extends React.Component<*, Props, *> {
render() {
const connectDragSource = this.props.connectDragSource;
const connectDropT... | 23.88 | 69 | 0.661642 | false | true | true | false |
d00e305dc9b4712fd65eb9a1de7a99b74da521bf | 2,253 | jsx | JSX | src/layouts/Allmessage.jsx | ellezbayramov/Whatsappchat | 6b9f968e3370efb717d0c76ed92b10986a85bf44 | [
"Apache-2.0"
] | null | null | null | src/layouts/Allmessage.jsx | ellezbayramov/Whatsappchat | 6b9f968e3370efb717d0c76ed92b10986a85bf44 | [
"Apache-2.0"
] | null | null | null | src/layouts/Allmessage.jsx | ellezbayramov/Whatsappchat | 6b9f968e3370efb717d0c76ed92b10986a85bf44 | [
"Apache-2.0"
] | null | null | null | import React, { useEffect, useState, useRef } from "react";
import styled from "styled-components";
import { Context } from "../Context";
import fire from "../firebase";
import { AiOutlineSend } from "react-icons/ai";
import { useParams } from "react-router-dom";
import { useContext } from "react";
function Allmessage(... | 23.968085 | 72 | 0.527297 | false | true | false | true |
d00e53c65f955362f06dd4ccbef1b800c8b37531 | 478 | jsx | JSX | client/src/components/Items.jsx | hunterxdong/hrr-37-MVP | 80c5501c824ce8becfd48b211974a1c2c48b270f | [
"MIT"
] | null | null | null | client/src/components/Items.jsx | hunterxdong/hrr-37-MVP | 80c5501c824ce8becfd48b211974a1c2c48b270f | [
"MIT"
] | null | null | null | client/src/components/Items.jsx | hunterxdong/hrr-37-MVP | 80c5501c824ce8becfd48b211974a1c2c48b270f | [
"MIT"
] | null | null | null | import React from 'react';
import $ from 'jquery';
class Items extends React.Component {
constructor(props) {
super(props);
this.state = {};
}
clickX() {
this.props.del(this.props.id);
}
render() {
return (
<div>
<div className="container-data">
{this.props.name} owes you {this.props.amount} f... | 18.384615 | 72 | 0.615063 | true | false | true | false |
d00e545de999ec0ef82e9ec19d71c89c948d4f73 | 393 | jsx | JSX | src/filing/submission/ReceiptContainer.jsx | kgudel/hmda-frontend | 8244b727136d6046e71701fb59ac2c9d956356bd | [
"CC0-1.0"
] | 13 | 2016-03-18T23:36:50.000Z | 2019-02-25T00:44:45.000Z | src/filing/submission/ReceiptContainer.jsx | kgudel/hmda-frontend | 8244b727136d6046e71701fb59ac2c9d956356bd | [
"CC0-1.0"
] | 1,164 | 2016-01-22T21:13:06.000Z | 2020-01-02T20:36:02.000Z | src/filing/submission/ReceiptContainer.jsx | kgudel/hmda-frontend | 8244b727136d6046e71701fb59ac2c9d956356bd | [
"CC0-1.0"
] | 16 | 2019-11-08T14:03:56.000Z | 2021-03-10T22:28:12.000Z | import { connect } from 'react-redux'
import Receipt from './Receipt.jsx'
export function mapStateToProps(state) {
const { timestamp, receipt, email } = state.app.signature
const { status } = state.app.submission
const { filingPeriod } = state.app
return {
timestamp,
receipt,
status,
filingP... | 18.714286 | 59 | 0.692112 | false | true | false | true |
d00e5716d9842c9595b46853f43c0f74a167a42c | 574 | jsx | JSX | src/views/components/UploadExport.jsx | HSLdevcom/jore-graphql-import | 0b2db4fbca6c2a23901408148bff64572be57d4f | [
"MIT"
] | 1 | 2020-02-04T06:11:09.000Z | 2020-02-04T06:11:09.000Z | src/views/components/UploadExport.jsx | HSLdevcom/jore-graphql-import | 0b2db4fbca6c2a23901408148bff64572be57d4f | [
"MIT"
] | 7 | 2018-01-15T09:29:29.000Z | 2022-01-31T09:21:03.000Z | src/views/components/UploadExport.jsx | HSLdevcom/jore-graphql-import | 0b2db4fbca6c2a23901408148bff64572be57d4f | [
"MIT"
] | 1 | 2019-12-10T12:50:39.000Z | 2019-12-10T12:50:39.000Z | import React from "react";
import { PATH_PREFIX } from "../../constants";
const UploadExport = ({ disabled }) => {
return (
<>
<h3>Upload an export archive</h3>
<form
id="export-upload"
action={`${PATH_PREFIX}upload`}
method="post"
encType="multipart/form-data"
>... | 22.96 | 48 | 0.545296 | false | true | false | true |
d00e5bf391bf4cca2ac0f562d530312970264f8c | 1,364 | jsx | JSX | src/standalone/topbar-insert/forms/components/InsertFormList.jsx | matthewgallo/swagger-editor | 38daf5d90c50b21777efe76bf7811723227afcbb | [
"Apache-2.0"
] | 7,824 | 2015-01-02T23:02:38.000Z | 2022-03-31T14:47:18.000Z | src/standalone/topbar-insert/forms/components/InsertFormList.jsx | matthewgallo/swagger-editor | 38daf5d90c50b21777efe76bf7811723227afcbb | [
"Apache-2.0"
] | 1,948 | 2015-01-01T06:31:50.000Z | 2022-03-31T17:24:26.000Z | src/standalone/topbar-insert/forms/components/InsertFormList.jsx | matthewgallo/swagger-editor | 38daf5d90c50b21777efe76bf7811723227afcbb | [
"Apache-2.0"
] | 2,429 | 2015-01-02T19:32:01.000Z | 2022-03-29T10:15:24.000Z | import React from "react"
import PropTypes from "prop-types"
import { OrderedMap, Map, List } from "immutable"
import { removeFormItem } from "../helpers/form-data-helpers"
const InsertFormList = ({ parent, formData, getComponent }) =>
{
const InsertForm = getComponent("InsertForm")
const InsertFormInput = getCom... | 30.311111 | 126 | 0.651026 | false | true | false | true |
d00e5ccb9e25a3c8217dc3091c679e293cbe0b9c | 15,614 | jsx | JSX | src/routes/metadata/components/TemplateForm.jsx | nqviet/connect-app | 24c8456de50af295b78835cb7880fab0a960733d | [
"FSFAP"
] | 55 | 2016-09-08T18:31:13.000Z | 2021-12-07T04:49:19.000Z | src/routes/metadata/components/TemplateForm.jsx | nqviet/connect-app | 24c8456de50af295b78835cb7880fab0a960733d | [
"FSFAP"
] | 3,265 | 2016-07-21T08:45:43.000Z | 2022-03-22T13:56:40.000Z | src/routes/metadata/components/TemplateForm.jsx | nqviet/connect-app | 24c8456de50af295b78835cb7880fab0a960733d | [
"FSFAP"
] | 254 | 2016-08-16T08:28:11.000Z | 2021-12-13T11:31:42.000Z | /**
* Metadata Fields Form
*/
import _ from 'lodash'
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import Modal from 'react-modal'
import ace from 'brace'
import 'brace/mode/json'
import 'brace/theme/github'
import { JsonEditor } from 'jsoneditor-react'
import 'jsoneditor-react/es/editor... | 30.084778 | 149 | 0.561739 | false | true | true | false |
d00e736ddfa098849d9452d8c4972065d2728d00 | 642 | jsx | JSX | src/reducers/post/post-existence-by-user-reducer.jsx | latyaodessa/yf-react | ee15fd9f6a81254aeabe02c2b6ba28ae592aaec3 | [
"MIT"
] | null | null | null | src/reducers/post/post-existence-by-user-reducer.jsx | latyaodessa/yf-react | ee15fd9f6a81254aeabe02c2b6ba28ae592aaec3 | [
"MIT"
] | null | null | null | src/reducers/post/post-existence-by-user-reducer.jsx | latyaodessa/yf-react | ee15fd9f6a81254aeabe02c2b6ba28ae592aaec3 | [
"MIT"
] | null | null | null | import {GET_IS_POST_EXIST_FULFILLED, GET_IS_POST_EXIST_REJECTED} from "../../constants/user/user-constants"
export default function reducer(state =
{
existence: false,
fetched: false,
error: null,
fetching: true
}
, a... | 22.137931 | 108 | 0.574766 | true | false | false | true |
d00e891fb3d52d79e969f18b6a612bd1a2f9af13 | 4,421 | jsx | JSX | src/frontend/common/widget/DropdownDatePicker/DropdownDatePicker.jsx | alexn1/qforms | 5b1ec0093535317d9dcbd34ec899a8ab8ba1d5ad | [
"MIT"
] | 3 | 2015-06-17T02:46:36.000Z | 2019-05-26T13:24:26.000Z | src/frontend/common/widget/DropdownDatePicker/DropdownDatePicker.jsx | alexn1/qforms | 5b1ec0093535317d9dcbd34ec899a8ab8ba1d5ad | [
"MIT"
] | 8 | 2021-05-19T07:09:24.000Z | 2021-12-22T16:19:35.000Z | src/frontend/common/widget/DropdownDatePicker/DropdownDatePicker.jsx | alexn1/qforms | 5b1ec0093535317d9dcbd34ec899a8ab8ba1d5ad | [
"MIT"
] | null | null | null | class DropdownDatePicker extends ReactComponent {
constructor(props) {
// console.log('DropdownDatePicker.constructor', props);
super(props);
this.state = {
open : false,
value: props.value || null,
};
if (props.value && !(props.value instanceof Date))... | 34.811024 | 172 | 0.525673 | false | true | false | true |
d00e9bf92c0d1ebc6e3bfcd9dc6f49abd769957a | 468 | jsx | JSX | src/components/index.jsx | homeguys/npm-one | 7e7b52c096bd95c47c5647d6e5c0272ee09da6f3 | [
"MIT"
] | null | null | null | src/components/index.jsx | homeguys/npm-one | 7e7b52c096bd95c47c5647d6e5c0272ee09da6f3 | [
"MIT"
] | 3 | 2021-03-10T04:28:30.000Z | 2022-02-10T17:29:38.000Z | src/components/index.jsx | homeguys/npm-one | 7e7b52c096bd95c47c5647d6e5c0272ee09da6f3 | [
"MIT"
] | null | null | null | export { default as TimeChoice } from './time_choice/demo'
export { default as SpaceChoice } from './space_choice/demo'
export { default as LinkageSelect } from './linkage_select/demo'
export { default as TimeSwitch } from './time_switch/demo'
export { default as Searchbox } from './search_box/demo'
export { default as... | 52 | 64 | 0.74359 | false | true | false | true |
d00ea2980f0049da89a294e94bb0b3c279c3089e | 1,367 | jsx | JSX | src/components/heading/modules.jsx | gaiasols/aces | 60006187d0ca8190499a3e5e388f2f1c0256da31 | [
"MIT"
] | null | null | null | src/components/heading/modules.jsx | gaiasols/aces | 60006187d0ca8190499a3e5e388f2f1c0256da31 | [
"MIT"
] | 1 | 2020-08-20T09:15:34.000Z | 2020-08-20T09:15:34.000Z | src/components/heading/modules.jsx | gaiasols/aces | 60006187d0ca8190499a3e5e388f2f1c0256da31 | [
"MIT"
] | 5 | 2020-08-20T08:52:03.000Z | 2020-08-25T00:24:22.000Z | import Link from 'next/link'
const DashboardHeader = ({ project, subtitle }) => {
return (
<div>
<div className="max-w-5xl mx-auto px-6">
<div className="absolute pt-2 z-0">
<Link href="/dashboard/projects">
<a className="inline-block text-xs text-indigo-500 uppercase tracking... | 40.205882 | 177 | 0.553036 | false | true | false | true |
d00eab6bfc0f1a9352038266aa8f5062734b9abf | 262 | jsx | JSX | src/Components/QuizSamples/NextButton.jsx | vanhai28/demo_FE | cb248f4859ff64e3d53c014ce2c8bf0726309be6 | [
"MIT"
] | null | null | null | src/Components/QuizSamples/NextButton.jsx | vanhai28/demo_FE | cb248f4859ff64e3d53c014ce2c8bf0726309be6 | [
"MIT"
] | null | null | null | src/Components/QuizSamples/NextButton.jsx | vanhai28/demo_FE | cb248f4859ff64e3d53c014ce2c8bf0726309be6 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import {Button} from "reactstrap"
class NextButton extends Component {
render() {
return (
<Button color="primary" size="lg" onClick={this.props.onClick} >></Button>
);
}
}
export default NextButton | 23.818182 | 83 | 0.671756 | false | true | true | false |
d00ebee62e48fc719a8ab9cdd6384c644df2ae95 | 2,636 | jsx | JSX | app/components/OrderList/Item/index.jsx | zhangxintong/dianping | 3957518247208fe29d9ca6b89e8c9233421d6393 | [
"MIT"
] | null | null | null | app/components/OrderList/Item/index.jsx | zhangxintong/dianping | 3957518247208fe29d9ca6b89e8c9233421d6393 | [
"MIT"
] | null | null | null | app/components/OrderList/Item/index.jsx | zhangxintong/dianping | 3957518247208fe29d9ca6b89e8c9233421d6393 | [
"MIT"
] | null | null | null | import React from 'react'
import PureRenderMixin from 'react-addons-pure-render-mixin'
import './style.less'
class Item extends React.Component {
constructor(props, context) {
super(props, context);
this.shouldComponentUpdate = PureRenderMixin.shouldComponentUpdate.bind(this);
this.state =... | 30.651163 | 128 | 0.511381 | true | false | true | false |
d00ec044f87b43aa966d5aefe0de15b54105f029 | 1,768 | jsx | JSX | src/components/form/FieldErrors.jsx | seudev/vlakte | db8d1988d738311e2377a098bc2437cd827f1be8 | [
"Apache-2.0"
] | null | null | null | src/components/form/FieldErrors.jsx | seudev/vlakte | db8d1988d738311e2377a098bc2437cd827f1be8 | [
"Apache-2.0"
] | null | null | null | src/components/form/FieldErrors.jsx | seudev/vlakte | db8d1988d738311e2377a098bc2437cd827f1be8 | [
"Apache-2.0"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import FormHelperText from '@material-ui/core/FormHelperText';
import ErrorOutlineIcon from '@material-ui/icons/ErrorOutline';
import { makeStyles } from '@material-ui/core/styles';
import { useFieldContext } from './Field';
const useStyles = makeStyles(... | 26.787879 | 97 | 0.532805 | false | true | false | true |
d00ec8739dd830a86dfd424006bbf9e10792769e | 2,414 | jsx | JSX | src/components/CodeListing/CodeListing.jsx | rawsta/rawblog | ccc9596034bf12a8d1179e1222795d3fc32b89f6 | [
"MIT"
] | null | null | null | src/components/CodeListing/CodeListing.jsx | rawsta/rawblog | ccc9596034bf12a8d1179e1222795d3fc32b89f6 | [
"MIT"
] | 6 | 2021-11-06T20:33:42.000Z | 2022-02-27T20:25:16.000Z | src/components/CodeListing/CodeListing.jsx | rawsta/rawblog | ccc9596034bf12a8d1179e1222795d3fc32b89f6 | [
"MIT"
] | null | null | null | import React from "react";
import { Link } from "gatsby";
import Img from 'gatsby-image';
// import moment from 'moment';
import { formatDate } from '../../utils/global';
class CodeListing extends React.Component {
getCodeList() {
const {codeEdges} = this.props;
const codeList = [];
codeEdges.forEach(c... | 31.350649 | 91 | 0.524027 | false | true | true | false |
d00ecf55529e66aabe6356d87d10eff6dc861d39 | 3,646 | jsx | JSX | src/components/Sidebar/Sidebar.jsx | thipokKub/db-front | 772271cedd3d927c35d6857098b61af001dcef98 | [
"MIT"
] | null | null | null | src/components/Sidebar/Sidebar.jsx | thipokKub/db-front | 772271cedd3d927c35d6857098b61af001dcef98 | [
"MIT"
] | null | null | null | src/components/Sidebar/Sidebar.jsx | thipokKub/db-front | 772271cedd3d927c35d6857098b61af001dcef98 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import { NavLink } from "react-router-dom";
import HeaderLinks from "../Header/HeaderLinks.jsx";
import imagine1 from "assets/img/sidebar-1.jpg";
import imagine2 from "assets/img/sidebar-2.jpg";
import imagine3 from "assets/img/sidebar-3.jpg";
import imagine4 from "assets/img... | 29.885246 | 88 | 0.463796 | false | true | true | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.