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 sequence | 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 sequence | 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 sequence | 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d00007f0967a66b9c4a913ae7c1b9fd081b75263 | 556 | jsx | JSX | src/js/containers/pages/ArrayHookPage.jsx | react-custom-projects/custom-react-hooks | 1a28a9209cc8db20c3abc0ac58a6d8ece5a6b5ad | [
"MIT"
] | null | null | null | src/js/containers/pages/ArrayHookPage.jsx | react-custom-projects/custom-react-hooks | 1a28a9209cc8db20c3abc0ac58a6d8ece5a6b5ad | [
"MIT"
] | null | null | null | src/js/containers/pages/ArrayHookPage.jsx | react-custom-projects/custom-react-hooks | 1a28a9209cc8db20c3abc0ac58a6d8ece5a6b5ad | [
"MIT"
] | null | null | null | import React from 'react';
//custom hooks
import useArray from '../../customHooks/UseArray';
const ArrayHookPage = () => {
const toDos = useArray([]);
return (
<div className="magnify-container">
<h3>ToDos</h3>
<button onClick={() => toDos.add(Math.random())}>Add</button>
<ul>
{toDos.value.map((el, i... | 22.24 | 73 | 0.591727 | true | false | false | true |
d00009246fb13dcca8132937d1f4a1baaac1b137 | 8,866 | jsx | JSX | src/tools/webui/src/components/pages/Configuration.jsx | mpranj/libelektra | 373a87dad9101a875aeb79abc8e49560612af2bc | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 188 | 2015-01-07T20:34:26.000Z | 2022-03-16T09:55:09.000Z | src/tools/webui/src/components/pages/Configuration.jsx | mpranj/libelektra | 373a87dad9101a875aeb79abc8e49560612af2bc | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 3,813 | 2015-01-02T14:00:08.000Z | 2022-03-31T14:19:11.000Z | src/tools/webui/src/components/pages/Configuration.jsx | mpranj/libelektra | 373a87dad9101a875aeb79abc8e49560612af2bc | [
"MIT",
"BSD-3-Clause-Clear",
"Apache-2.0",
"BSD-3-Clause"
] | 149 | 2015-01-10T02:07:50.000Z | 2022-03-16T09:50:24.000Z | /**
* @file
*
* @brief this is the configuration page
*
* it renders the interactive tree view
*
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*/
import React, { Component } from "react";
import { Card, CardHeader, CardText } from "material-ui/Card";
import IconButton from "material-... | 26.153392 | 77 | 0.498195 | false | true | true | false |
d0000dce55c161037f27e15cb22892616fa3941f | 1,447 | jsx | JSX | src/modules/landing-page/components/About.jsx | StudioKarsa/studiokarsa-web | ddf4bedf99e74fdb414577f85262f7f1c2530700 | [
"RSA-MD"
] | 7 | 2021-06-23T03:07:34.000Z | 2021-09-17T15:30:02.000Z | src/modules/landing-page/components/About.jsx | StudioKarsa/studiokarsa.tech | ddf4bedf99e74fdb414577f85262f7f1c2530700 | [
"RSA-MD"
] | 2 | 2021-07-11T13:23:33.000Z | 2021-07-12T14:33:15.000Z | src/modules/landing-page/components/About.jsx | StudioKarsa/studiokarsa.tech | ddf4bedf99e74fdb414577f85262f7f1c2530700 | [
"RSA-MD"
] | null | null | null | import React from 'react'
import { useTranslation } from 'react-i18next'
import { Link } from 'gatsby'
import TeamSVG from '../../../assets/images/team.svg'
import ArrowSVG from '../../../assets/icons/arrow.svg'
const About = () => {
const { t } = useTranslation()
return (
<div id="section-about" className="... | 32.886364 | 113 | 0.564616 | false | true | false | true |
d0001cdfec9f7208b4c756359d08eeed65b74d24 | 1,033 | jsx | JSX | agile/src/app/agile/containers/project/Backlog/BacklogComponent/SprintComponent/SprintItemComponent/BacklogHeader.jsx | choerodon/choerodon-front-agile | 0275762f89d3ee9e9e624fb729ba67494f73c823 | [
"Apache-2.0"
] | 17 | 2018-06-08T08:35:43.000Z | 2021-11-19T06:29:29.000Z | agile/src/app/agile/containers/project/Backlog/BacklogComponent/SprintComponent/SprintItemComponent/BacklogHeader.jsx | choerodon/choerodon-front-agile | 0275762f89d3ee9e9e624fb729ba67494f73c823 | [
"Apache-2.0"
] | null | null | null | agile/src/app/agile/containers/project/Backlog/BacklogComponent/SprintComponent/SprintItemComponent/BacklogHeader.jsx | choerodon/choerodon-front-agile | 0275762f89d3ee9e9e624fb729ba67494f73c823 | [
"Apache-2.0"
] | 16 | 2018-06-08T09:58:32.000Z | 2020-01-02T09:47:59.000Z | import React, { Component } from 'react';
import { observer, inject } from 'mobx-react';
import SprintName from './SprintHeaderComponent/SprintName';
import SprintVisibleIssue from './SprintHeaderComponent/SprintVisibleIssue';
import '../Sprint.scss';
import BacklogStore from '../../../../../../stores/project/backlog/B... | 28.694444 | 81 | 0.607938 | false | true | true | false |
d0002670d92c11e085f8d1f77fe233fe479265e9 | 1,166 | jsx | JSX | imports/ui2/components/TabNav.jsx | gabijuns/liane-toolkit | 583304cb4396c342bfec32532b37d0827d952c38 | [
"MIT"
] | null | null | null | imports/ui2/components/TabNav.jsx | gabijuns/liane-toolkit | 583304cb4396c342bfec32532b37d0827d952c38 | [
"MIT"
] | null | null | null | imports/ui2/components/TabNav.jsx | gabijuns/liane-toolkit | 583304cb4396c342bfec32532b37d0827d952c38 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import styled, { css } from "styled-components";
const Container = styled.nav`
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem;
font-size: 0.8em;
font-weight: 600;
background: #333;
a {
text-align: center;
flex: 1 1 auto;
... | 19.433333 | 48 | 0.517153 | false | true | true | false |
d00029d7001284f38d3aea4994b1015b4b333ba8 | 6,444 | jsx | JSX | src/pages/staff/food/AddFood.jsx | CS2102-Team-51/main | 99198373ca74b16528df9184fab1e1d9a900951f | [
"MIT"
] | null | null | null | src/pages/staff/food/AddFood.jsx | CS2102-Team-51/main | 99198373ca74b16528df9184fab1e1d9a900951f | [
"MIT"
] | 6 | 2020-03-29T18:58:20.000Z | 2020-03-29T19:14:55.000Z | src/pages/staff/food/AddFood.jsx | CS2102-Team-51/main | 99198373ca74b16528df9184fab1e1d9a900951f | [
"MIT"
] | 2 | 2020-02-07T15:17:59.000Z | 2020-02-08T07:04:35.000Z | import React, {Component} from 'react';
import Button from '@material-ui/core/Button';
import TextField from '@material-ui/core/TextField';
import Dialog from '@material-ui/core/Dialog';
import DialogActions from '@material-ui/core/DialogActions';
import DialogContent from '@material-ui/core/DialogContent';
import Dial... | 28.387665 | 93 | 0.522036 | false | true | true | false |
d000322489ad25f38f083d1f2ff169902bf48c31 | 450 | jsx | JSX | designsystem/examples/form/Checkbox.jsx | NghiNg/designsystem | 548fdb7b32e0d956f29d098f001007936a22125e | [
"MIT"
] | null | null | null | designsystem/examples/form/Checkbox.jsx | NghiNg/designsystem | 548fdb7b32e0d956f29d098f001007936a22125e | [
"MIT"
] | null | null | null | designsystem/examples/form/Checkbox.jsx | NghiNg/designsystem | 548fdb7b32e0d956f29d098f001007936a22125e | [
"MIT"
] | null | null | null | import { Checkbox } from '@sb1/ffe-form-react';
<fieldset className="ffe-fieldset">
<legend className="ffe-form-label ffe-form-label--block">
Hvilke aviser leser du?
</legend>
<Checkbox name="newspapers" value="vg">
VG
</Checkbox>
<Checkbox name="newspapers" value="dagbladet">
... | 26.470588 | 61 | 0.637778 | false | true | false | true |
d000506f694749bd1135ef62724500540d5f2d33 | 1,955 | jsx | JSX | src/client/components/containers/EventsContainer.jsx | TWetmore/Swell | ed852fbb6079c63e7986adcf294c889c524109c8 | [
"MIT"
] | 10 | 2020-12-31T16:25:16.000Z | 2021-02-12T01:56:20.000Z | src/client/components/containers/EventsContainer.jsx | njfleming/Swell | 632fcd4df07f87ce813b6b8e042768fb47c89c91 | [
"MIT"
] | null | null | null | src/client/components/containers/EventsContainer.jsx | njfleming/Swell | 632fcd4df07f87ce813b6b8e042768fb47c89c91 | [
"MIT"
] | null | null | null | import React from 'react';
import {UnControlled as CodeMirror} from 'react-codemirror2';
import EmptyState from '../display/EmptyState';
import EventPreview from '../display/EventPreview';
import 'codemirror/theme/neo.css'
export default function EventsContainer({currentResponse}) {
const { request, response } =... | 28.75 | 97 | 0.596419 | false | true | false | true |
d0005faaed23832d240c25d2576b22049bdd76d6 | 2,660 | jsx | JSX | src/views/Projects.jsx | tschaeff/thor-news-gastbyjs-blog | c1ad216e1501823ee670a11274e8a39dfe1c0c06 | [
"MIT"
] | 8 | 2019-01-28T19:32:53.000Z | 2020-05-04T16:58:21.000Z | src/views/Projects.jsx | thorwebdev/thor-news-gastbyjs-blog | a5dc15814366abfce7b949b16440e821faea312b | [
"MIT"
] | 2 | 2019-01-13T11:10:00.000Z | 2019-02-05T00:08:28.000Z | src/views/Projects.jsx | thorwebdev/thor-news-gastbyjs-blog | a5dc15814366abfce7b949b16440e821faea312b | [
"MIT"
] | 2 | 2019-11-14T07:31:50.000Z | 2020-01-31T17:17:25.000Z | import React from "react";
import PropTypes from "prop-types";
import { Divider, DividerMiddle } from "../elements/Dividers";
import Content from "../elements/Content";
import Inner from "../elements/Inner";
import { UpDown, UpDownWide } from "../styles/animations";
import { colors } from "../../tailwind";
import SVG f... | 27.42268 | 80 | 0.495113 | false | true | false | true |
d00065730e697c5c4c86d6097e4d728a84db8d32 | 1,760 | jsx | JSX | src/components/Hero/Hero.jsx | tracey-web/portfolio | c301d7f4064939b0c6667781a2f070b550adb45e | [
"MIT"
] | null | null | null | src/components/Hero/Hero.jsx | tracey-web/portfolio | c301d7f4064939b0c6667781a2f070b550adb45e | [
"MIT"
] | null | null | null | src/components/Hero/Hero.jsx | tracey-web/portfolio | c301d7f4064939b0c6667781a2f070b550adb45e | [
"MIT"
] | null | null | null | import React, { useContext, useState, useEffect } from 'react';
import { Container } from 'react-bootstrap';
import Fade from 'react-reveal/Fade';
import { Link } from 'react-scroll';
import VideoBg from 'reactjs-videobg';
import PortfolioContext from '../../context/context';
import mp4 from '../../images/clouds.mp4';
... | 31.428571 | 94 | 0.576136 | false | true | false | true |
d0008858a0dc613211ac22def08629552334b7d0 | 1,408 | jsx | JSX | src/components/UserAccount/UserAccountDetails.jsx | MasterEatsPlatzi/Master-Eats | 5df6d8969040b2038303fd72c14098c932be987b | [
"MIT"
] | 1 | 2020-07-01T04:39:25.000Z | 2020-07-01T04:39:25.000Z | src/components/UserAccount/UserAccountDetails.jsx | MasterEatsPlatzi/Master-Eats | 5df6d8969040b2038303fd72c14098c932be987b | [
"MIT"
] | 6 | 2020-07-03T16:45:42.000Z | 2022-02-27T07:34:14.000Z | src/components/UserAccount/UserAccountDetails.jsx | MasterEatsPlatzi/Master-Eats | 5df6d8969040b2038303fd72c14098c932be987b | [
"MIT"
] | null | null | null | import React from 'react';
import './UserAccount.scss';
import { Link } from 'react-router-dom';
const UserAccountDetails = () => {
return (
<div className="UserAccount__container__menu-settings">
<h2>Mi cuenta</h2>
<form action="">
<div className="form-wrapper">
<div className="for... | 37.052632 | 125 | 0.557528 | false | true | false | true |
d00098a2c0173690e38a34a5535312546bf46c61 | 1,098 | jsx | JSX | frontend/src/components/main/main.jsx | ChrisMeyer7088/PersonalSite | 6d068b5ac21a5134cfbddd6fb6bd24c33711c1f3 | [
"MIT"
] | null | null | null | frontend/src/components/main/main.jsx | ChrisMeyer7088/PersonalSite | 6d068b5ac21a5134cfbddd6fb6bd24c33711c1f3 | [
"MIT"
] | null | null | null | frontend/src/components/main/main.jsx | ChrisMeyer7088/PersonalSite | 6d068b5ac21a5134cfbddd6fb6bd24c33711c1f3 | [
"MIT"
] | null | null | null | import { useRef } from 'react';
import { Header } from '../header/header.jsx';
import { About } from '../about/about.jsx';
import { Work } from '../work/work.jsx';
import { Projects } from '../projects/projects.jsx';
import { Contact } from '../contact/contact.jsx';
import { Icons } from '../icons/icons.jsx'
import { u... | 37.862069 | 103 | 0.632058 | false | true | false | true |
d000a72069056e997b16a99d18b964177805ac68 | 355 | jsx | JSX | Print/source/js/components/Title.jsx | kmakoto0212/kintone-plugins | 429ed92fd85c6bfa56863aabf059fbf73c85b6f6 | [
"MIT"
] | null | null | null | Print/source/js/components/Title.jsx | kmakoto0212/kintone-plugins | 429ed92fd85c6bfa56863aabf059fbf73c85b6f6 | [
"MIT"
] | null | null | null | Print/source/js/components/Title.jsx | kmakoto0212/kintone-plugins | 429ed92fd85c6bfa56863aabf059fbf73c85b6f6 | [
"MIT"
] | null | null | null | /* eslint-disable react/prop-types */
import React, {memo} from 'react';
import Label from '@components/Label';
import '@css/header';
const Title = ({title}) => {
return (
<>
<Label
className="header-title"
text={title}
fontSize="16px"
isVisible={!!title}
/>
</>
... | 17.75 | 38 | 0.560563 | false | true | false | true |
d000b3eaef0d8ffaa066f93e8c0d8c94bc1b8002 | 2,566 | jsx | JSX | src/components/Tables/Acessos.jsx | user-cube/ies_frontend | 406401eba6ade48b16634027c6648115ce060a0f | [
"MIT"
] | 1 | 2019-12-22T21:32:08.000Z | 2019-12-22T21:32:08.000Z | src/components/Tables/Acessos.jsx | user-cube/ies_frontend | 406401eba6ade48b16634027c6648115ce060a0f | [
"MIT"
] | null | null | null | src/components/Tables/Acessos.jsx | user-cube/ies_frontend | 406401eba6ade48b16634027c6648115ce060a0f | [
"MIT"
] | null | null | null | import React from "react";
// react component for creating dynamic tables
import ReactTable from "react-table";
class LastAccessTable extends React.Component {
constructor(props) {
super(props);
this.state = {
acessos: props.acessosX,
colums: [
{
... | 28.831461 | 63 | 0.377631 | false | true | true | false |
d000bd5aa9eebf5e2c831ac7b8d0a2c09a3dd655 | 480 | jsx | JSX | client/src/components/comment-card/styles.jsx | Suzan-Dev/vlog | 2a1de3c66b325171cb8f09b80f1dc08c80ca5ba7 | [
"MIT"
] | null | null | null | client/src/components/comment-card/styles.jsx | Suzan-Dev/vlog | 2a1de3c66b325171cb8f09b80f1dc08c80ca5ba7 | [
"MIT"
] | null | null | null | client/src/components/comment-card/styles.jsx | Suzan-Dev/vlog | 2a1de3c66b325171cb8f09b80f1dc08c80ca5ba7 | [
"MIT"
] | 1 | 2022-01-18T11:05:46.000Z | 2022-01-18T11:05:46.000Z | import { makeStyles } from '@material-ui/core/styles';
const useStyles = makeStyles((theme) => ({
commentCardContainer: {
margin: theme.spacing(3, 0),
display: 'flex',
alignContent: 'center',
'& > div:last-child': {
marginLeft: theme.spacing(2),
'& > div': {
display: 'flex',
... | 19.2 | 54 | 0.56875 | false | true | false | true |
d000c516fbca143cbaf02b3edf56e2d4acc2164d | 3,073 | jsx | JSX | ui/src/components/Company/LoginCompanyPage.jsx | IvayloIV/AdsPartners | 693c5c7abb4ab9e5b8944fd6c874ce82dca9d5e0 | [
"MIT"
] | null | null | null | ui/src/components/Company/LoginCompanyPage.jsx | IvayloIV/AdsPartners | 693c5c7abb4ab9e5b8944fd6c874ce82dca9d5e0 | [
"MIT"
] | null | null | null | ui/src/components/Company/LoginCompanyPage.jsx | IvayloIV/AdsPartners | 693c5c7abb4ab9e5b8944fd6c874ce82dca9d5e0 | [
"MIT"
] | null | null | null | import React, { useState } from 'react';
import { useDispatch } from "react-redux";
import { toast } from 'react-toastify';
import TextField from '@material-ui/core/TextField';
import { Button } from 'semantic-ui-react';
import * as validations from '../../validations/login';
import { loginCompanyAction } from '../../a... | 35.321839 | 98 | 0.508949 | false | true | false | true |
d000c7561690a331bf6a90a180127b66cac28cbd | 6,928 | jsx | JSX | features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/source/src/app/components/Base/Header/headersearch/SearchUtils.jsx | miyurud/carbon-apimgt | 0990a1eac7c7ca648d763f79330d39eea0417d40 | [
"Apache-2.0"
] | 2 | 2019-09-19T11:30:08.000Z | 2019-10-27T07:38:16.000Z | features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/source/src/app/components/Base/Header/headersearch/SearchUtils.jsx | miyurud/carbon-apimgt | 0990a1eac7c7ca648d763f79330d39eea0417d40 | [
"Apache-2.0"
] | null | null | null | features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/source/src/app/components/Base/Header/headersearch/SearchUtils.jsx | miyurud/carbon-apimgt | 0990a1eac7c7ca648d763f79330d39eea0417d40 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | 34.128079 | 119 | 0.594544 | false | true | false | true |
d000f0dc93d91ca5eafc8f53d5234467958778af | 3,014 | jsx | JSX | src/components/Header/HeaderControlsNotifications.jsx | serCJm/react-admin-dashboard | 92b56f1ca2293b460a5310d8b9c955d6ef9b5916 | [
"MIT"
] | 1 | 2018-12-13T20:01:17.000Z | 2018-12-13T20:01:17.000Z | src/components/Header/HeaderControlsNotifications.jsx | serCJm/react-admin-dashboard | 92b56f1ca2293b460a5310d8b9c955d6ef9b5916 | [
"MIT"
] | 9 | 2019-09-07T22:46:35.000Z | 2022-02-26T06:52:37.000Z | src/components/Header/HeaderControlsNotifications.jsx | serCJm/react-admin-dashboard | 92b56f1ca2293b460a5310d8b9c955d6ef9b5916 | [
"MIT"
] | null | null | null | import React, { Component } from "react";
import { NavLink } from "react-router-dom";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faEnvelope } from "@fortawesome/free-solid-svg-icons";
import { faBell } from "@fortawesome/free-solid-svg-icons";
import { faRss } from "@fortawesome/free-sol... | 26.672566 | 79 | 0.60219 | false | true | true | false |
d0010ef5b3e1c812a02bc262e18d1d803d953d49 | 11,376 | jsx | JSX | superset-frontend/src/explore/components/ExploreChartHeader.jsx | choice-form/superset | 8d579798671459ea1635f177b7c8e6f1612ff3b2 | [
"Apache-2.0"
] | null | null | null | superset-frontend/src/explore/components/ExploreChartHeader.jsx | choice-form/superset | 8d579798671459ea1635f177b7c8e6f1612ff3b2 | [
"Apache-2.0"
] | 1 | 2022-02-23T10:34:59.000Z | 2022-02-23T10:34:59.000Z | superset-frontend/src/explore/components/ExploreChartHeader.jsx | choice-form/superset | 8d579798671459ea1635f177b7c8e6f1612ff3b2 | [
"Apache-2.0"
] | null | null | null | /**
* 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... | 30.745946 | 98 | 0.620781 | false | true | false | true |
d0011ff5c50f8e4a30346178d0638e77a3147cc9 | 4,495 | jsx | JSX | __tests__/components/SEO.spec.jsx | pcooney10/react-seo | 531e9d5580faf5e53ca263a595b9ad5964819a54 | [
"Apache-2.0"
] | null | null | null | __tests__/components/SEO.spec.jsx | pcooney10/react-seo | 531e9d5580faf5e53ca263a595b9ad5964819a54 | [
"Apache-2.0"
] | null | null | null | __tests__/components/SEO.spec.jsx | pcooney10/react-seo | 531e9d5580faf5e53ca263a595b9ad5964819a54 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2020 American Express Travel Related Services Company, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | 27.919255 | 100 | 0.573749 | false | true | false | true |
d001326025cdb56143af9fd8827c12ac049dbfc3 | 4,746 | jsx | JSX | src/components/MainHeader/NavLinks.jsx | ngwessels/SeatGeek-CLone | cd06c2a522fedc91928cca4692403ace97487aac | [
"MIT"
] | 1 | 2019-06-04T00:34:33.000Z | 2019-06-04T00:34:33.000Z | src/components/MainHeader/NavLinks.jsx | ngwessels/SeatGeek-CLone | cd06c2a522fedc91928cca4692403ace97487aac | [
"MIT"
] | null | null | null | src/components/MainHeader/NavLinks.jsx | ngwessels/SeatGeek-CLone | cd06c2a522fedc91928cca4692403ace97487aac | [
"MIT"
] | null | null | null | import React from 'react';
import NavButton from './NavButton';
function NavLinks() {
var style = {
display: 'flex',
alignItems: 'center',
}
var bump = {
paddingRight: '20px'
}
return (
<div style={style}>
<svg style={bump} preserveAspectRatio="xMidYMid" width="128" height="24" viewBo... | 169.5 | 4,180 | 0.705225 | false | true | false | true |
d00142066cb277fc203dfeae311af88ef3c2ab54 | 9,078 | jsx | JSX | awx/ui_next/src/screens/Template/WorkflowJobTemplate.jsx | jwlogemann/awx | 4a8f1d41fa05f25e310f3166449e1a93de4fddb1 | [
"Apache-2.0"
] | 1 | 2020-03-29T13:01:12.000Z | 2020-03-29T13:01:12.000Z | awx/ui_next/src/screens/Template/WorkflowJobTemplate.jsx | jwlogemann/awx | 4a8f1d41fa05f25e310f3166449e1a93de4fddb1 | [
"Apache-2.0"
] | 1 | 2019-09-24T21:08:04.000Z | 2019-09-24T21:08:04.000Z | awx/ui_next/src/screens/Template/WorkflowJobTemplate.jsx | jbradberry/awx | b8ec94a0ae5356614342820d2e3b67c06bf7bb44 | [
"Apache-2.0"
] | null | null | null | import React, { Component } from 'react';
import { t } from '@lingui/macro';
import { withI18n } from '@lingui/react';
import { Card, CardActions, PageSection } from '@patternfly/react-core';
import { Switch, Route, Redirect, withRouter, Link } from 'react-router-dom';
import { TabbedCardHeader } from '@components/Card... | 29.861842 | 88 | 0.523023 | false | true | true | false |
d001433ce3ac511b8eea06d4c703f44eddc4f30b | 2,212 | jsx | JSX | person/src/container/bossinfo/bossinfo.jsx | zhangshuaidan/-App | 593c62acd15fc8fd00e5ffbd7c33b4207862e7f9 | [
"MIT"
] | null | null | null | person/src/container/bossinfo/bossinfo.jsx | zhangshuaidan/-App | 593c62acd15fc8fd00e5ffbd7c33b4207862e7f9 | [
"MIT"
] | 6 | 2020-09-04T23:20:47.000Z | 2021-03-09T10:28:12.000Z | person/src/container/bossinfo/bossinfo.jsx | zhangshuaidan/-App | 593c62acd15fc8fd00e5ffbd7c33b4207862e7f9 | [
"MIT"
] | null | null | null | import React from "react";
import { NavBar, InputItem, TextareaItem, Button } from 'antd-mobile';
import { Redirect } from 'react-router-dom'
import AvatarSelector from '../../component/avatar-selector/avatar-selector'
import {connect} from 'react-redux'
import { update} from '../../redux/user.redux'
@connect(
stat... | 32.529412 | 106 | 0.445298 | false | true | true | false |
d0014fdc6f667864c0b15a9aecf62036b0633a5f | 2,067 | jsx | JSX | app/components/explorer/treefolderexplorer/folderCreateItem.jsx | learning-layers/LivingDocumentsClient | ff4ae0502957b1fafb07ecf0098ba5c108aaedd0 | [
"Apache-2.0"
] | null | null | null | app/components/explorer/treefolderexplorer/folderCreateItem.jsx | learning-layers/LivingDocumentsClient | ff4ae0502957b1fafb07ecf0098ba5c108aaedd0 | [
"Apache-2.0"
] | null | null | null | app/components/explorer/treefolderexplorer/folderCreateItem.jsx | learning-layers/LivingDocumentsClient | ff4ae0502957b1fafb07ecf0098ba5c108aaedd0 | [
"Apache-2.0"
] | null | null | null | "use strict";
import React from "react";
import jQuery from "jquery";
import FolderActions from "../../../reflux/folder/folderActions";
let Input = require("react-bootstrap").Input;
let FolderCreateItem = React.createClass({
getInitialState() {
return {
createFolderName: ""
};
},
... | 30.850746 | 162 | 0.562651 | false | true | false | true |
d0017763eae4b8df6209a88626e4d96ff3f7e144 | 5,605 | jsx | JSX | src/views/SignIn/index.jsx | sheunglaili/react-dashboard-template-with-firebase-login | e85f58c215374e284d792156053a4e7f5837ba23 | [
"MIT"
] | 8 | 2020-07-09T15:33:21.000Z | 2022-01-15T07:16:47.000Z | src/views/SignIn/index.jsx | sheunglaili/react-dashboard-template-with-firebase-login | e85f58c215374e284d792156053a4e7f5837ba23 | [
"MIT"
] | 2 | 2020-09-01T08:13:43.000Z | 2022-02-10T18:04:17.000Z | src/views/SignIn/index.jsx | sheunglaili/react-dashboard-template-with-firebase-login | e85f58c215374e284d792156053a4e7f5837ba23 | [
"MIT"
] | 8 | 2020-06-26T20:41:28.000Z | 2022-03-14T23:43:37.000Z | import React, { Component } from 'react';
import { Link, withRouter } from 'react-router-dom';
// Externals
import PropTypes from 'prop-types';
import compose from 'recompose/compose';
import validate from 'validate.js';
import _ from 'underscore';
// Material helpers
import { withStyles } from '@material-ui/core/sty... | 25.593607 | 79 | 0.532917 | false | true | true | false |
d0017e2ada3924d5b659224eb64f7cf1e7451d3a | 1,632 | jsx | JSX | templates/demo-store/src/components/ProductOptions.client.jsx | Shopify/hydrogen | effc509cbfc9ddf4bf8df9f8dff17daa47362dbb | [
"MIT"
] | 2,156 | 2021-11-06T02:52:37.000Z | 2022-03-31T23:54:13.000Z | templates/demo-store/src/components/ProductOptions.client.jsx | Shopify/hydrogen | effc509cbfc9ddf4bf8df9f8dff17daa47362dbb | [
"MIT"
] | 492 | 2021-11-07T06:38:58.000Z | 2022-03-31T16:20:43.000Z | templates/demo-store/src/components/ProductOptions.client.jsx | Shopify/hydrogen | effc509cbfc9ddf4bf8df9f8dff17daa47362dbb | [
"MIT"
] | 129 | 2021-11-07T09:54:08.000Z | 2022-03-30T06:10:18.000Z | import {useProductOptions} from '@shopify/hydrogen';
/**
* A client component that tracks a selected variant and/or selling plan state, as well as callbacks for modifying the state
*/
export default function ProductOptions() {
const {options, setSelectedOption, selectedOptions} = useProductOptions();
return (
... | 32.64 | 124 | 0.433211 | false | true | false | true |
d00186671d0c1d2ca712dd5600b1ff6fc53d0549 | 2,920 | jsx | JSX | superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx | vinaybabunaidu/incubator-superset | 6c6ded139b80fd2799eb028f1421137c86096170 | [
"Apache-2.0"
] | 3 | 2021-02-19T01:43:50.000Z | 2021-08-14T04:56:41.000Z | superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx | vinaybabunaidu/incubator-superset | 6c6ded139b80fd2799eb028f1421137c86096170 | [
"Apache-2.0"
] | 39 | 2019-07-28T09:49:37.000Z | 2022-03-31T09:37:13.000Z | superset-frontend/spec/javascripts/views/CRUD/csstemplates/CssTemplateModal_spec.jsx | vinaybabunaidu/incubator-superset | 6c6ded139b80fd2799eb028f1421137c86096170 | [
"Apache-2.0"
] | 1 | 2020-12-07T12:24:49.000Z | 2020-12-07T12:24:49.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.087912 | 76 | 0.697603 | false | true | false | true |
d0018f95982f4531527f472a879908b888c9966d | 1,200 | jsx | JSX | front/www/src/pages/ProfilePage.jsx | MattCo23/Project-Flanders | e9aef2ad5a5ea88644a7cab06b27fe95237d7b29 | [
"MIT",
"Unlicense"
] | 4 | 2020-11-26T03:25:12.000Z | 2021-08-29T19:49:27.000Z | front/www/src/pages/ProfilePage.jsx | MattCo23/Project-Flanders | e9aef2ad5a5ea88644a7cab06b27fe95237d7b29 | [
"MIT",
"Unlicense"
] | 12 | 2020-11-26T11:55:48.000Z | 2021-03-06T22:11:08.000Z | front/www/src/pages/ProfilePage.jsx | MattCo23/Project-Flanders | e9aef2ad5a5ea88644a7cab06b27fe95237d7b29 | [
"MIT",
"Unlicense"
] | null | null | null | import React from 'react';
import { Profile } from '../components/Profile/Profile';
import { ProfileData } from '../components/Profile/Subsections/ProfileData';
import { ProfilePass } from '../components/Profile/Subsections/ProfilePass';
import { ProfileContainer } from '../components/Profile/Subsections/ProfileContain... | 36.363636 | 86 | 0.640833 | false | true | false | true |
d00190949571005d82bd3ab924ba05559465d265 | 622 | jsx | JSX | packages/terra-notification-dialog/tests/jest/_ContentLayoutAsList.test.jsx | kschuste/terra-framework | c1e8afc2d38a2ef6505541ca8218b23fd37fc650 | [
"Apache-2.0"
] | 65 | 2017-11-16T20:32:58.000Z | 2021-06-01T16:46:48.000Z | packages/terra-notification-dialog/tests/jest/_ContentLayoutAsList.test.jsx | kschuste/terra-framework | c1e8afc2d38a2ef6505541ca8218b23fd37fc650 | [
"Apache-2.0"
] | 987 | 2017-10-23T19:46:57.000Z | 2022-03-29T14:41:37.000Z | packages/terra-notification-dialog/tests/jest/_ContentLayoutAsList.test.jsx | kschuste/terra-framework | c1e8afc2d38a2ef6505541ca8218b23fd37fc650 | [
"Apache-2.0"
] | 64 | 2018-01-30T16:08:46.000Z | 2022-03-02T15:43:45.000Z | import React from 'react';
/* eslint-disable import/no-extraneous-dependencies */
import { shallowWithIntl } from 'terra-enzyme-intl';
import ContentLayoutAsList from '../../src/_ContentLayoutAsList';
describe('Content Layout As List', () => {
it('shallow renders layout with no items', () => {
const list = shall... | 27.043478 | 65 | 0.646302 | false | true | false | true |
d001a72997b282e7c0640dafafe20792bcdeafbd | 320 | jsx | JSX | components/Image/index.jsx | tyrro/react-survey | 2615f2c7bf9c6df486a13d1a8fcd8c6b227a454d | [
"MIT"
] | 6 | 2022-03-07T07:30:19.000Z | 2022-03-16T10:38:14.000Z | components/Image/index.jsx | tyrro/react-survey | 2615f2c7bf9c6df486a13d1a8fcd8c6b227a454d | [
"MIT"
] | 46 | 2022-03-11T09:43:01.000Z | 2022-03-30T02:14:04.000Z | components/Image/index.jsx | tyrro/react-survey | 2615f2c7bf9c6df486a13d1a8fcd8c6b227a454d | [
"MIT"
] | null | null | null | import NextImage from 'next/image';
import PropTypes from 'prop-types';
const Image = ({ src, alt, ...attributes }) => <NextImage src={src} alt={alt} {...attributes} />;
Image.propTypes = {
src: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
alt: PropTypes.string.isRequired,
};
export default Image;
| 26.666667 | 97 | 0.7 | false | true | false | true |
d001b174b3ddf9cbd7ae149ab1fda61595b76411 | 2,320 | jsx | JSX | src/Components/JsonConfigComponent/ConfigCheckbox.jsx | ioBroker/adapter-react-v5 | 927b438392fe5b955a0cbe7b14f6509debdaec87 | [
"MIT"
] | 1 | 2022-03-30T08:11:30.000Z | 2022-03-30T08:11:30.000Z | src/Components/JsonConfigComponent/ConfigCheckbox.jsx | ioBroker/adapter-react-v5 | 927b438392fe5b955a0cbe7b14f6509debdaec87 | [
"MIT"
] | null | null | null | src/Components/JsonConfigComponent/ConfigCheckbox.jsx | ioBroker/adapter-react-v5 | 927b438392fe5b955a0cbe7b14f6509debdaec87 | [
"MIT"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import { withStyles } from '@mui/styles';
import FormControlLabel from '@mui/material/FormControlLabel';
import Checkbox from '@mui/material/Checkbox';
import FormHelperText from '@mui/material/FormHelperText';
import FormControl from '@mui/material/FormCo... | 35.692308 | 177 | 0.615948 | false | true | false | true |
d001bd29a68c86b46cbb299cb25cb8be5aafb8c0 | 2,487 | jsx | JSX | src/components/result/DidResult.jsx | sighttviewliu/universal-resolver-frontend | 771450453eff8d1d2270af1d284b06f9f8ba1a31 | [
"Apache-2.0"
] | 2 | 2018-12-05T12:45:48.000Z | 2019-06-27T12:08:08.000Z | src/components/result/DidResult.jsx | sighttviewliu/universal-resolver-frontend | 771450453eff8d1d2270af1d284b06f9f8ba1a31 | [
"Apache-2.0"
] | null | null | null | src/components/result/DidResult.jsx | sighttviewliu/universal-resolver-frontend | 771450453eff8d1d2270af1d284b06f9f8ba1a31 | [
"Apache-2.0"
] | null | null | null | import React, { Component } from 'react';
import { Card, Divider } from 'semantic-ui-react'
import DidReference from './DidReference';
import Service from './Service';
import PublicKey from './PublicKey';
export class DidResult extends Component {
render() {
var didDocumentServices;
if (Array.isArray(... | 55.266667 | 359 | 0.739043 | true | false | true | false |
d001bf4483d72b928bbd27aebc004c0b1b1cbf09 | 883 | jsx | JSX | app/components/ProductsTable.jsx | char-lie/react-products-list | f53b3866caa51c445368d1010152153aa7d50363 | [
"MIT"
] | null | null | null | app/components/ProductsTable.jsx | char-lie/react-products-list | f53b3866caa51c445368d1010152153aa7d50363 | [
"MIT"
] | null | null | null | app/components/ProductsTable.jsx | char-lie/react-products-list | f53b3866caa51c445368d1010152153aa7d50363 | [
"MIT"
] | null | null | null | import React from 'react';
import PropTypes from 'prop-types';
import { Table, TableHead, TableRow, TableCell } from 'react-toolbox/lib/table';
import ProductModel from '../models/Product';
const ProductsTable = props => (
<Table selectable={false}>
<TableHead>
<TableCell>
Name
</TableCell>... | 22.641026 | 80 | 0.631937 | false | true | false | true |
d001d36562f6f81b5127e9fb217d871c686eb665 | 297 | jsx | JSX | src/Footer.jsx | gallantry007/my-new-react-pr | 93b62968498bba3baeba8bca14781ef0694538c5 | [
"MIT"
] | null | null | null | src/Footer.jsx | gallantry007/my-new-react-pr | 93b62968498bba3baeba8bca14781ef0694538c5 | [
"MIT"
] | null | null | null | src/Footer.jsx | gallantry007/my-new-react-pr | 93b62968498bba3baeba8bca14781ef0694538c5 | [
"MIT"
] | null | null | null | import React from "react";
const Footer=()=>{
return(
<>
<footer className="bg-light text-center">
<p>
2022 Gallantry .All Right Reserved / Terms and Conditions Apply
</p>
</footer>
</>
)
}
export default Footer; | 16.5 | 79 | 0.498316 | false | true | false | true |
d001dddb2db90a72b356e977eda0d0e408792a7c | 2,824 | jsx | JSX | src/views/Login/index.jsx | KirillYoYo/Banks | 1c133f30cb54f05863fed5aaa195e1edebc69e33 | [
"MIT"
] | null | null | null | src/views/Login/index.jsx | KirillYoYo/Banks | 1c133f30cb54f05863fed5aaa195e1edebc69e33 | [
"MIT"
] | null | null | null | src/views/Login/index.jsx | KirillYoYo/Banks | 1c133f30cb54f05863fed5aaa195e1edebc69e33 | [
"MIT"
] | null | null | null | import React from 'react'
import PropTypes from 'prop-types'
import {Form, Input, Button, Row, Col, Icon, message} from 'antd'
import {bindActionCreators} from 'redux'
import {connect} from 'react-redux'
import {withRouter} from 'react-router-dom';
import {login} from '../../actions/auth'
const FormItem = Form.Item
im... | 24.136752 | 94 | 0.652975 | true | false | true | false |
d001f1ae731005741a7845a49216f8622320f157 | 1,927 | jsx | JSX | src/components/MediaComponents/MediaItem.jsx | PlayXman/reactapp-showcase | 269205e46f810074004694ea1b287bf47a470234 | [
"MIT"
] | null | null | null | src/components/MediaComponents/MediaItem.jsx | PlayXman/reactapp-showcase | 269205e46f810074004694ea1b287bf47a470234 | [
"MIT"
] | 34 | 2018-06-17T20:49:19.000Z | 2021-12-24T05:54:24.000Z | src/components/MediaComponents/MediaItem.jsx | PlayXman/app-msa | 269205e46f810074004694ea1b287bf47a470234 | [
"MIT"
] | null | null | null | import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import withStyles from '@material-ui/core/styles/withStyles';
import Grid from '@material-ui/core/Grid/Grid';
import OwnageBtn from '../Item/actions/OwnageBtn';
import Labels from '../Item/labels/Labels';
import SubMenu from '../Item/subm... | 20.284211 | 90 | 0.659056 | true | false | false | true |
d0020ce0723ee2e863d0ac191f58d872cba2a660 | 364 | jsx | JSX | src/components/Header.jsx | Quarzizus/curso-redux | 565c687da145d41de8083a2a1502818e3cacde7b | [
"MIT"
] | 1 | 2021-06-24T14:51:56.000Z | 2021-06-24T14:51:56.000Z | src/components/Header.jsx | Quarzizus/curso-redux | 565c687da145d41de8083a2a1502818e3cacde7b | [
"MIT"
] | null | null | null | src/components/Header.jsx | Quarzizus/curso-redux | 565c687da145d41de8083a2a1502818e3cacde7b | [
"MIT"
] | null | null | null | import React from "react";
import { Link } from "react-router-dom";
import "./styles/Header.scss";
const Header = () => {
return (
<header className="Header">
<Link to="/" className="Link">
<h2>Home</h2>
</Link>
<Link to="/users" className="Link">
<h2>Users</h2>
</Link>
... | 19.157895 | 41 | 0.552198 | false | true | false | true |
d0020ed08e3a5ac6a483cdac5c8d0081df789a03 | 1,301 | jsx | JSX | app/components/pages/HCHelpPage.jsx | Connoropolous/HC-Admin | eff4385ef9ed2e62be4ca57b64164a4c01158747 | [
"MIT"
] | 3 | 2019-02-11T17:51:53.000Z | 2019-07-05T09:21:11.000Z | app/components/pages/HCHelpPage.jsx | Connoropolous/HC-Admin | eff4385ef9ed2e62be4ca57b64164a4c01158747 | [
"MIT"
] | 4 | 2019-02-09T03:29:21.000Z | 2019-04-30T05:47:37.000Z | app/components/pages/HCHelpPage.jsx | holochain/HC-Admin | 1d76faaf60155038ff0576e08017efc09585ed1e | [
"MIT"
] | 1 | 2019-02-07T13:28:42.000Z | 2019-02-07T13:28:42.000Z | import * as React from 'react';
import classNames from 'classnames';
import { Theme } from '@material-ui/core/styles/createMuiTheme';
import withStyles, { WithStyles } from '@material-ui/core/styles/withStyles';
import createStyles from '@material-ui/core/styles/createStyles';
import Typography from '@material-ui/core/... | 30.255814 | 142 | 0.660261 | false | true | true | false |
d00211d290e0450c0b64e8b628e0f89487ab5967 | 417 | jsx | JSX | src/components/pages/Home/Home.jsx | Eazybee/Video-Album | 91990bf01dc4b83ec6ee74c6e5b5a39983c7b68d | [
"MIT"
] | null | null | null | src/components/pages/Home/Home.jsx | Eazybee/Video-Album | 91990bf01dc4b83ec6ee74c6e5b5a39983c7b68d | [
"MIT"
] | 5 | 2021-06-28T19:28:23.000Z | 2022-02-26T19:07:46.000Z | src/components/pages/Home/Home.jsx | Eazybee/Video-Album | 91990bf01dc4b83ec6ee74c6e5b5a39983c7b68d | [
"MIT"
] | null | null | null | import React, { useContext } from 'react';
import PageLayout from '../../ui/layout/PageLayout';
import Video from '<organisms>/Video/Video';
import VideoContext from '<context>/video';
const Homepage = () => {
const [videos] = useContext(VideoContext);
return (
<PageLayout>
{videos.map((videoData, k... | 24.529412 | 75 | 0.647482 | false | true | false | true |
d002333595e82f0a03375b93fddcc17aa9acd563 | 423 | jsx | JSX | icons/jsx/SignalWifi0Bar.jsx | openedx/paragon | 370b558a906d5f1f451c204a0b1f653feccc24ac | [
"Apache-2.0"
] | 5 | 2022-02-16T17:22:51.000Z | 2022-03-29T13:50:03.000Z | icons/jsx/SignalWifi0Bar.jsx | arizzitano/excalibur | 5dc4acfaa731e7d7a4e9f13b492f73891f8ae970 | [
"Apache-2.0"
] | 196 | 2022-01-12T19:25:24.000Z | 2022-03-31T17:12:27.000Z | icons/jsx/SignalWifi0Bar.jsx | arizzitano/excalibur | 5dc4acfaa731e7d7a4e9f13b492f73891f8ae970 | [
"Apache-2.0"
] | 2 | 2022-01-20T11:50:25.000Z | 2022-01-26T17:25:41.000Z | import * as React from "react";
function SvgSignalWifi0Bar(props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
{...props}
>
<path d="M12 4C7.31 4 3.07 5.9 0 8.98L12 21 24 8.98A16.88 16.88 0 0012 4zM2.92 9.07C5.51 7.08 8.67 6... | 23.5 | 155 | 0.586288 | false | true | false | true |
d00234a45cd4c2729aeb43b8c58eb74e77a65aa9 | 3,414 | jsx | JSX | src/components/search/HeaderSearch.jsx | LD4P/sinopia_editor | 28f433875b280be6ea28583f1a33faa069595fea | [
"Apache-2.0"
] | 24 | 2019-07-09T18:26:33.000Z | 2022-02-19T22:15:46.000Z | src/components/search/HeaderSearch.jsx | LD4P/sinopia_editor | 28f433875b280be6ea28583f1a33faa069595fea | [
"Apache-2.0"
] | 2,150 | 2018-09-26T17:30:33.000Z | 2022-03-31T10:16:49.000Z | src/components/search/HeaderSearch.jsx | LD4P/sinopia_editor | 28f433875b280be6ea28583f1a33faa069595fea | [
"Apache-2.0"
] | 6 | 2018-12-14T17:57:46.000Z | 2021-02-13T18:12:26.000Z | // Copyright 2019 Stanford University see LICENSE for license
import React, { useRef, useEffect, useState } from "react"
import { useSelector } from "react-redux"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"
import { faSearch, faInfoCircle } from "@fortawesome/free-solid-svg-icons"
import { Popover... | 29.179487 | 269 | 0.615407 | false | true | false | true |
d00240546a16457dee93184e1100802971d8bf92 | 453 | jsx | JSX | botfront/imports/ui/components/utils/Utils.jsx | thomas779/botfront | ba120f98d8b9877a136aa07284808392ce34381a | [
"Apache-2.0"
] | 737 | 2019-05-08T15:29:35.000Z | 2022-03-31T07:13:04.000Z | botfront/imports/ui/components/utils/Utils.jsx | thomas779/botfront | ba120f98d8b9877a136aa07284808392ce34381a | [
"Apache-2.0"
] | 367 | 2019-05-09T20:44:19.000Z | 2021-05-04T19:38:25.000Z | botfront/imports/ui/components/utils/Utils.jsx | thomas779/botfront | ba120f98d8b9877a136aa07284808392ce34381a | [
"Apache-2.0"
] | 303 | 2019-05-11T18:44:27.000Z | 2022-03-31T07:44:27.000Z | import React from 'react';
import PropTypes from 'prop-types';
import { Loader, Popup } from 'semantic-ui-react';
export function Loading({ loading, children }) {
return !loading ? children : <Loader active inline='centered' />;
}
export function tooltipWrapper(trigger, tooltip) {
return (
<Popup si... | 22.65 | 74 | 0.684327 | false | true | false | true |
d0024d02867c54efe1ac52688c358deda8d87070 | 2,560 | jsx | JSX | client/containers/ActivitiesContainer.jsx | LordRegis22/voyajour-travel | 367f75a5bb63663bd54b171f7d69a28730ebe455 | [
"MIT"
] | 1 | 2020-10-18T05:38:41.000Z | 2020-10-18T05:38:41.000Z | client/containers/ActivitiesContainer.jsx | LordRegis22/voyajour-travel | 367f75a5bb63663bd54b171f7d69a28730ebe455 | [
"MIT"
] | null | null | null | client/containers/ActivitiesContainer.jsx | LordRegis22/voyajour-travel | 367f75a5bb63663bd54b171f7d69a28730ebe455 | [
"MIT"
] | null | null | null | /* eslint-disable import/extensions */
import React, { useState } from 'react';
import { connect } from 'react-redux';
import { Button } from 'react-bootstrap';
import Activity from '../components/Activity.jsx';
import ActivityFormModal from '../components/AddActivityModal.jsx';
import * as actions from '../actions/act... | 30.47619 | 79 | 0.663672 | false | true | false | true |
d00250d309a72db7085c443b4f5982363b782288 | 1,628 | jsx | JSX | src/views/ComingSoonScreen.jsx | adimute/dvir-dashboard | 23a08556c4f98151ab992bf7e7971e17a22ae156 | [
"MIT"
] | 1 | 2020-02-22T18:44:46.000Z | 2020-02-22T18:44:46.000Z | src/views/ComingSoonScreen.jsx | adimute/dvir-dashboard | 23a08556c4f98151ab992bf7e7971e17a22ae156 | [
"MIT"
] | 1 | 2022-02-10T21:16:59.000Z | 2022-02-10T21:16:59.000Z | src/views/ComingSoonScreen.jsx | adimute/dvir-dashboard | 23a08556c4f98151ab992bf7e7971e17a22ae156 | [
"MIT"
] | null | null | null | /*!
=========================================================
* Paper Dashboard React - v1.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/paper-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https:... | 24.298507 | 128 | 0.468673 | false | true | true | false |
d0029051ff84b9a5e5e6fc605573ef6932971795 | 187 | jsx | JSX | section_15_react_router_w_hooks/project_1/src/Redux.jsx | Kubixii/React | 2bd831fb8f39f19eaf8b1d0d391f9e2870db6a40 | [
"MIT"
] | null | null | null | section_15_react_router_w_hooks/project_1/src/Redux.jsx | Kubixii/React | 2bd831fb8f39f19eaf8b1d0d391f9e2870db6a40 | [
"MIT"
] | null | null | null | section_15_react_router_w_hooks/project_1/src/Redux.jsx | Kubixii/React | 2bd831fb8f39f19eaf8b1d0d391f9e2870db6a40 | [
"MIT"
] | null | null | null | import React from 'react'
const Redux = () => {
return (
<article>
<h2>
Redux
</h2>
</article>
);
}
export default Redux; | 14.384615 | 25 | 0.411765 | false | true | false | true |
d002925e8d33eb33df1321798408a78e940c90a2 | 1,794 | jsx | JSX | client/src/components/Chat/Chat/Dialog/Dialog.jsx | gabivlj/R | 582faecf6f24429859d467f6e5859837dcd71a8d | [
"MIT"
] | 7 | 2019-08-18T10:53:10.000Z | 2020-08-25T00:32:13.000Z | client/src/components/Chat/Chat/Dialog/Dialog.jsx | gabivlj/R | 582faecf6f24429859d467f6e5859837dcd71a8d | [
"MIT"
] | 4 | 2019-11-22T00:31:34.000Z | 2022-01-22T09:56:36.000Z | client/src/components/Chat/Chat/Dialog/Dialog.jsx | gabivlj/R | 582faecf6f24429859d467f6e5859837dcd71a8d | [
"MIT"
] | 1 | 2020-05-31T01:39:55.000Z | 2020-05-31T01:39:55.000Z | import React, { useEffect, useRef } from 'react';
import ReactDOM from 'react-dom';
import {
Dialog,
DialogTitle,
DialogContent,
DialogContentText,
DialogActions,
Button,
CircularProgress,
} from '@material-ui/core';
export default function DialogMe({
open,
handleClose,
title,
Render,
propsRend... | 21.878049 | 73 | 0.513378 | false | true | false | true |
d00293f04c6094aa3a154597ba83b10ab3f290dd | 2,012 | jsx | JSX | webapp/components/admin_console/admin_console.jsx | realrolfje/mattermost-platform | 1397798f1763b0848957a8672c8d40b6243764d5 | [
"Apache-2.0"
] | null | null | null | webapp/components/admin_console/admin_console.jsx | realrolfje/mattermost-platform | 1397798f1763b0848957a8672c8d40b6243764d5 | [
"Apache-2.0"
] | null | null | null | webapp/components/admin_console/admin_console.jsx | realrolfje/mattermost-platform | 1397798f1763b0848957a8672c8d40b6243764d5 | [
"Apache-2.0"
] | 1 | 2020-09-18T02:17:38.000Z | 2020-09-18T02:17:38.000Z | // Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import React from 'react';
import 'bootstrap';
import ErrorBar from 'components/error_bar.jsx';
import AdminStore from 'stores/admin_store.jsx';
import * as AsyncClient from 'utils/async_client.jsx';
impor... | 27.189189 | 96 | 0.567097 | false | true | true | false |
d00295d4cabb840c28fba53287dc574646e645fa | 487 | jsx | JSX | src/components/Input/Input.jsx | YanaDerevianko/matrix-creator | 84a8e1c4c8814747c1235e75dddf77e56d1e7417 | [
"MIT"
] | null | null | null | src/components/Input/Input.jsx | YanaDerevianko/matrix-creator | 84a8e1c4c8814747c1235e75dddf77e56d1e7417 | [
"MIT"
] | null | null | null | src/components/Input/Input.jsx | YanaDerevianko/matrix-creator | 84a8e1c4c8814747c1235e75dddf77e56d1e7417 | [
"MIT"
] | null | null | null | import React from "react";
import store from "../../redux/store";
import shortid from 'shortid';
export const Input = ({ inputLabel, inputHandler, value }) => {
const setValueHandler = (param) => store.dispatch(inputHandler(param));
return (
<label htmlFor={shortid.generate()}>
{inputLabel}
<inp... | 24.35 | 73 | 0.601643 | false | true | false | true |
d002ab53567f5b9a746e294e305ab2a217c488c6 | 477 | jsx | JSX | src/components/startpage/serviceitem.jsx | dominikhofmanpl/mwcollective-gatsby-wordpress-site | c266325f32eecc8df625e3044cdd5fbab8d739de | [
"RSA-MD"
] | null | null | null | src/components/startpage/serviceitem.jsx | dominikhofmanpl/mwcollective-gatsby-wordpress-site | c266325f32eecc8df625e3044cdd5fbab8d739de | [
"RSA-MD"
] | null | null | null | src/components/startpage/serviceitem.jsx | dominikhofmanpl/mwcollective-gatsby-wordpress-site | c266325f32eecc8df625e3044cdd5fbab8d739de | [
"RSA-MD"
] | null | null | null | import React from 'react'
const ServiceItem = ({serviceIcon, serviceTitle, serviceDescription}) => {
return (
<div className="flex flex-col py-4 md:mr-4">
<img src={serviceIcon} alt="" srcset="" style={{
width: `4rem`
}} className="my-3"/>
<h3 className="... | 31.8 | 74 | 0.572327 | false | true | false | true |
d002adcb2d63e54b1fb80cf2dd820a39426fcd43 | 739 | jsx | JSX | src/components/porfolio-page.jsx | HenKyubi666/HenKyubi666.github.io | c1cf7a60b27067c363ac83ee88a4291ccf04f4c0 | [
"RSA-MD"
] | null | null | null | src/components/porfolio-page.jsx | HenKyubi666/HenKyubi666.github.io | c1cf7a60b27067c363ac83ee88a4291ccf04f4c0 | [
"RSA-MD"
] | null | null | null | src/components/porfolio-page.jsx | HenKyubi666/HenKyubi666.github.io | c1cf7a60b27067c363ac83ee88a4291ccf04f4c0 | [
"RSA-MD"
] | null | null | null | import React from "react"
const PorfolioPage = ({ imgPage, altImgPage, title, description, urlPage }) => (
<div className="h-100 w-100 card d-flex flex-column porfolio-slide">
<div className="my-auto">
<div className="d-flex justify-content-center">
<img className="img-portfolio" src={imgPage} alt=... | 32.130435 | 80 | 0.607578 | false | true | false | true |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 23