path
stringlengths
5
195
repo_name
stringlengths
5
79
content
stringlengths
25
1.01M
src/components/WorkSummary.js
computer-lab/salon94design.com
import React from 'react' import PropTypes from 'prop-types' import Link from 'gatsby-link' import styled from 'emotion/react' import cx from 'classnames' import { monoFontFamily, sansfont, childLink, breakpoint1, breakpoint2, breakpoint3, baseUl, } from '../layouts/emotion-base' import { designerLink, wo...
client/src/components/help/Container.js
DjLeChuck/recalbox-manager
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { translate } from 'react-i18next'; import reactStringReplace from 'react-string-replace'; import { recalboxSupport } from '../../api'; import Help from './Help'; class HelpContainer extends Component { static propTypes = { t: P...
src/client/react/user/views/Instructions/InstructionCollapse.js
bwyap/ptc-amazing-g-race
import React from 'react'; import autobind from 'core-decorators/es/autobind'; import { Button, Intent, Collapse } from '@blueprintjs/core'; import MarkdownRenderer from '../../../../../../lib/react/components/MarkdownRenderer'; import '../../scss/components/_instruction-panel.scss'; @autobind class InstructionColla...
web/static/js/layouts/main.js
wwselleck/Rekrewtor
import React from 'react' import { Link } from 'react-router' export default class MainLayout extends React.Component { render () { return ( <div> {this.props.children} </div> ) } }
src/components/blocks/index.js
impact-initiatives/reach-jor-zaatari-webmap
import React from 'react'; import styles from '../../styles/index.js'; import Header from '../common/header/index.js'; import Footer from '../common/footer/index.js'; import SidebarHome from '../common/home/index.js'; import MapboxGL from '../common/mapbox-gl/index.js'; import SidebarLayers from './sidebar-layers/index...
frontend-app/welcome-app/main/welcome-main.js
easybird/easyblog
import React from 'react'; import DraftEditor from '../../article/editor/draft-editor.js'; import Article from '../../article/article.js'; import ArticleOverview from '../../article/article-overview.js'; import ArticleList from '../../article/api/article-list/article-list.js'; import ArticlePage from '../../article/api...
view/perspective/app.js
salesforce/refocus
/** * Copyright (c) 2016, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or * https://opensource.org/licenses/BSD-3-Clause */ /** * view/perspective/app.js * * When this page is loaded, we call "getPerspecti...
app/containers/FeaturePage/index.js
KyleAWang/react-boilerplate
/* * FeaturePage * * List all the features */ import React from 'react'; import Helmet from 'react-helmet'; import { FormattedMessage } from 'react-intl'; import H1 from 'components/H1'; import messages from './messages'; import List from './List'; import ListItem from './ListItem'; import ListItemTitle from './Li...
src/svg-icons/image/photo-camera.js
w01fgang/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ImagePhotoCamera = (props) => ( <SvgIcon {...props}> <circle cx="12" cy="12" r="3.2"/><path d="M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24...
packages/material-ui-icons/src/TurnedIn.js
AndriusBil/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from 'material-ui/SvgIcon'; let TurnedIn = props => <SvgIcon {...props}> <path d="M17 3H7c-1.1 0-1.99.9-1.99 2L5 21l7-3 7 3V5c0-1.1-.9-2-2-2z" /> </SvgIcon>; TurnedIn = pure(TurnedIn); TurnedIn.muiName = 'SvgIcon'; export default Tu...
src/app/components/Root.js
honzachalupa/portfolio2017
import React, { Component } from 'react'; import { BrowserRouter as Router, Route, Switch, browserHistory } from 'react-router-dom'; import update from 'immutability-helper'; import factory from './../factory'; import aspectRatioPreserver from './../modules/aspect-ratio-preserver'; import log from './../modules/logger'...
src/components/Map/AddTitle.js
Angular-Toast/habitat
import React, { Component } from 'react'; import { StyleSheet, Text, View, Animated, Image, Dimensions, TextInput, Button} from "react-native"; import { StackNavigator, NavigationActions } from 'react-navigation'; export default class Title extends React.Component { static navigationOptions = { title: 'Give yo...
src/components/ConsoleTidal.js
merttoka/Siren
import React from 'react'; import { Controlled as CodeMirror } from 'react-codemirror2' import _ from 'lodash' import { inject, observer } from 'mobx-react'; import { save } from '../keyFunctions.js'; import 'codemirror/lib/codemirror.css'; import '../utils/lexers/haskell.js'; import '../utils/lexers/haskell.css'; /...
actor-apps/app-web/src/app/components/modals/CreateGroup.react.js
bunnyblue/actor-platform
import React from 'react'; import CreateGroupActionCreators from 'actions/CreateGroupActionCreators'; import CreateGroupStore from 'stores/CreateGroupStore'; import CreateGroupForm from './create-group/Form.react'; import Modal from 'react-modal'; import { KeyCodes } from 'constants/ActorAppConstants'; const appEl...
src/svg-icons/image/grid-off.js
spiermar/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ImageGridOff = (props) => ( <SvgIcon {...props}> <path d="M8 4v1.45l2 2V4h4v4h-3.45l2 2H14v1.45l2 2V10h4v4h-3.45l2 2H20v1.45l2 2V4c0-1.1-.9-2-2-2H4.55l2 2H8zm8 0h4v4h-4V4zM1.27 1.27L0 2.55l2 2V20c0 1.1.9 2 2 2h...
packages/react-scripts/fixtures/kitchensink/src/features/syntax/Promises.js
lolaent/create-react-app
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React, { Component } from 'react'; import PropTypes from 'prop-types'; function load() { return Promise.resolve([ { id: 1,...
docs/src/app/components/pages/components/IconMenu/ExampleNested.js
IsenrichO/mui-with-arrows
import React from 'react'; import IconMenu from 'material-ui/IconMenu'; import MenuItem from 'material-ui/MenuItem'; import IconButton from 'material-ui/IconButton'; import Divider from 'material-ui/Divider'; import Download from 'material-ui/svg-icons/file/file-download'; import ArrowDropRight from 'material-ui/svg-ic...
frontend/src/Components/Form/TextArea.js
geogolem/Radarr
import classNames from 'classnames'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; import styles from './TextArea.css'; class TextArea extends Component { // // Lifecycle constructor(props, context) { super(props, context); this._input = null; this._selectionStart =...
node_modules/react-bootstrap/es/NavDropdown.js
ivanhristov92/bookingCalendar
import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties'; import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from 'babel-runtime/helpers/inherits'; import _extends from...
packages/@vega/layout/src/components/AcceptInvite/AcceptReviewerInvite.js
VegaPublish/vega-studio
/* eslint-disable max-len */ import React from 'react' import Button from 'part:@lyra/components/buttons/default' import lyraClient from 'part:@lyra/base/client' import styles from './styles/AcceptReviewerInvite.css' import client from 'part:@lyra/base/client' import locationStore from 'part:@lyra/base/location' funct...
src/components/Switcher.js
jo12bar/blag
import React from 'react'; import { connect } from 'react-redux'; import { TransitionGroup, Transition } from 'transition-group'; import universal from 'react-universal-component'; import Loading from './Loading'; import Err from './Error'; import isLoading from '../selectors/isLoading'; import styles from '../css/Swi...
docs/src/sections/ProgressBarSection.js
apkiernan/react-bootstrap
import React from 'react'; import Anchor from '../Anchor'; import PropTable from '../PropTable'; import ReactPlayground from '../ReactPlayground'; import Samples from '../Samples'; export default function ProgressBarSection() { return ( <div className="bs-docs-section"> <h2 className="page-header"> ...
react_layout/setup.js
devSC/react-native
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, { Component } from 'react'; import { StyleSheet, Text, View } from 'react-native'; import FlexBoxTest from './FlexBoxTest' import FlexBoxDice from './FlexBoxDice' export default class setup extends Compon...
packages/material-ui-icons/src/LinkedCamera.js
dsslimshaddy/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from 'material-ui/SvgIcon'; let LinkedCamera = props => <SvgIcon {...props}> <circle cx="12" cy="14" r="3.2" /><path d="M16 3.33c2.58 0 4.67 2.09 4.67 4.67H22c0-3.31-2.69-6-6-6v1.33M16 6c1.11 0 2 .89 2 2h1.33c0-1.84-1.49-3.33-3.33-3.33V...
src/client/routes/Bundle.js
Paul-Long/m-gril
import React from 'react'; export default class Bundle extends React.Component { constructor(props) { super(props); this.state = { mod: null }; } componentWillMount() { this.load(this.props) } componentWillReceiveProps(nextProps) { if (nextProps.load !== this.props.load) { t...
examples/todomvc/containers/TodoApp.js
aheuermann/redux
import React, { Component } from 'react'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import Header from '../components/Header'; import MainSection from '../components/MainSection'; import * as TodoActions from '../actions/todos'; class TodoApp extends Component { render() { ...
js/signin/src/components/SecretReset.js
fogfish/oauth2
import React from 'react' import { Button, Intent } from '@blueprintjs/core' import { Link } from 'react-router-dom' import Dialog from 'components/Dialog' import AccessKey from 'components/AccessKey' const Actions = () => ( <> <Link className="bp3-button bp3-minimal bp3-intent-primary" to="/"> <b>Sign In ...
examples/ssr-caching/pages/blog.js
BlancheXu/test
import React from 'react' export default class extends React.Component { static getInitialProps ({ query: { id } }) { return { id } } render () { return ( <div> <h1>My {this.props.id} blog post</h1> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ...
fields/components/Checkbox.js
pr1ntr/keystone
import React from 'react'; import blacklist from 'blacklist'; import classnames from 'classnames'; import { darken, fade } from '../../admin/client/utils/color'; import E from '../../admin/client/constants'; var Checkbox = React.createClass({ displayName: 'Checkbox', propTypes: { checked: React.PropTypes.bool, c...
js/components/card/card-showcase.js
YeisonGomez/RNAmanda
import React, { Component } from 'react'; import { Image, Dimensions } from 'react-native'; import { connect } from 'react-redux'; import { actions } from 'react-native-navigation-redux-helpers'; import { Container, Header, Title, Content, Button, Icon, Card, CardItem, Text, Thumbnail, Left, Right, Body, IconNB } from...
client/components/BubbleSlider.js
IBM-Bluemix/election-insights
//------------------------------------------------------------------------------ // Copyright IBM Corp. 2016 // // 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...
src/components/common/svg-icons/device/signal-wifi-off.js
abzfarah/Pearson.NAPLAN.GnomeH
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let DeviceSignalWifiOff = (props) => ( <SvgIcon {...props}> <path d="M23.64 7c-.45-.34-4.93-4-11.64-4-1.5 0-2.89.19-4.15.48L18.18 13.8 23.64 7zm-6.6 8.22L3.27 1.44 2 2.72l2.05 2.06C1.91 5.76.59 6.82.36 7l11.63 14.4...
app/views/component/CommentTable.js
MaxMEllon/comelon
'use strict'; import R from 'ramda'; import React from 'react'; import SettingStore from '../../stores/SettingStore'; import Comment from './Comment'; import {List, Paper} from 'material-ui'; const isNil = (obj) => obj != null; const ifSystemComment = (comment) => R.test(/^(\/(.*)){1}/, comment.get('text')); const No...
static/js/components/MapPage.js
brianhouse/okavango
// import React, { PropTypes } from 'react' import React from 'react' import NotificationPanelContainer from '../containers/NotificationPanelContainer' import ControlPanelContainer from '../containers/ControlPanelContainer.js' const MapPage = () => { var height = {height: window.innerWidth > 768 ? window.innerHeigh...
src/app/components/resourses/planet/Components.js
mazahell/eve-react-app
import React from 'react' import {connect} from 'react-redux' import Helper from '../../../helpers' import { ItemView } from '../../item' class Components extends React.Component { render() { let _inputComponents = this.props.materials.map((val) => { let itemId = val.item_id let price = this.props....
docs/src/app/components/pages/components/Paper/ExampleCircle.js
ArcanisCz/material-ui
import React from 'react'; import Paper from 'material-ui/Paper'; const style = { height: 100, width: 100, margin: 20, textAlign: 'center', display: 'inline-block', }; const PaperExampleCircle = () => ( <div> <Paper style={style} zDepth={1} circle={true} /> <Paper style={style} zDepth={2} circle={...
src/shared/components/form/textFieldUrl.js
namroodinc/truth-serum
import React from 'react'; import { observer } from 'mobx-react'; import FlatButton from 'material-ui/FlatButton'; import TextField from 'material-ui/TextField'; import parseDomain from 'parse-domain'; import {red500} from 'material-ui/styles/colors'; import DeleteForever from 'material-ui/svg-icons/action/delete'; im...
src/images/tooth-icon-small.js
kakapo2016-projects/tooth-and-pail
import React from 'react' import IconButton from 'material-ui/lib/icon-button' const styles = { button: { width: 20, height: 20, padding: 0, }, icon: { width: 20, height: 20, }, }; const ToothIcon = () => ( <IconButton style={styles.button} iconStyle={styles.icon} iconClassName="...
docs/src/app/components/pages/components/List/ExampleSimple.js
pancho111203/material-ui
import React from 'react'; import MobileTearSheet from '../../../MobileTearSheet'; import {List, ListItem} from 'material-ui/List'; import ContentInbox from 'material-ui/svg-icons/content/inbox'; import ActionGrade from 'material-ui/svg-icons/action/grade'; import ContentSend from 'material-ui/svg-icons/content/send'; ...
src/index.js
jcdesimp/GeoBean
"use strict"; /** * Root entry file * * This file instantiates the root React component and * mounts it to the DOM */ // import styles import 'normalize.css'; import './css/main.scss'; import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import Store from './js/st...
src/components/Catalog/Catalog.js
LeraSavchenko/Maysternia
import React from 'react'; import withStyles from 'isomorphic-style-loader/lib/withStyles'; import Link from '../Link'; import s from './Catalog.css'; const Catalog = () => ( <div > <h1 className={s.headerincatalog}> Каталог продукції </h1> <div className={s.catalog}> <div class...
node_modules/_antd@2.13.4@antd/es/badge/ScrollNumber.js
ligangwolai/blog
import _extends from 'babel-runtime/helpers/extends'; import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _createClass from 'babel-runtime/helpers/createClass'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from 'babel-runtime/helpers/i...
collect-webapp/frontend/src/datamanagement/pages/BackupDataImportPage/NewRecordsDataGrid.js
openforis/collect
import React from 'react' import { DataGrid, DataGridValueFormatters } from 'common/components' export const NewRecordsDataGrid = (props) => { const { keyAttributeColumns, recordsToImport, selectedRecordsToImportIds, stepColumns, onSelectedIdsChange } = props return ( <DataGrid className="data-import-n...
app/javascript/src/components/Progress.js
michelson/chaskiq
import React from 'react' import styled from '@emotion/styled' import { keyframes } from '@emotion/core' // based on https://codepen.io/Siddharth11/pen/xbGrpG const spin = keyframes` 100% { transform: rotate(360deg); } ` const Loader = styled.div` animation: ${spin} 0.5s infinite linear; border-top-col...
examples/reset-values/app.js
RMSAuto/formsy-react
import React from 'react'; import ReactDOM from 'react-dom'; import { Form } from 'formsy-react'; import MyInput from './../components/Input'; import MySelect from './../components/Select'; const user = { name: 'Sam', free: true, hair: 'brown' }; const App = React.createClass({ submit(data) { alert(JSON....
examples/huge-apps/routes/Course/routes/Assignments/components/Sidebar.js
chunwei/react-router
import React from 'react'; import { Link } from 'react-router'; class Sidebar extends React.Component { render () { var assignments = COURSES[this.props.params.courseId].assignments return ( <div> <h3>Sidebar Assignments</h3> <ul> {assignments.map(assignment => ( ...
client/scripts/subject-form.js
stas-vilchik/bdd
import React from 'react'; import $ from 'jquery'; import Marked from 'marked'; const URL = '/api/subjects'; export default React.createClass({ handleSubmit: function (e) { e.preventDefault(); var author = React.findDOMNode(this.refs.author).value.trim(); var title = React.findDOMNode(this.refs.title).v...
src/Parser/MistweaverMonk/Modules/Traits/MistsOfSheilun.js
Yuyz0112/WoWAnalyzer
import React from 'react'; import SPELLS from 'common/SPELLS'; import SpellIcon from 'common/SpellIcon'; import { formatNumber } from 'common/format'; import Module from 'Parser/Core/Module'; import StatisticBox, { STATISTIC_ORDER } from 'Main/StatisticBox'; const debug = false; class MistsOfSheilun extends Module...
images/client/components/image_detail.js
cristianobento/udemy-meteor-react
// Create our image list component // Import React import React from 'react'; import ImageScore from './image_score'; // Create our component const ImageDetail = (props) => { // props.image => this is the image object // props.image.title // props.image.link return( <li className="media list-group-item"...
src/svg-icons/av/hd.js
w01fgang/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let AvHd = (props) => ( <SvgIcon {...props}> <path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8 12H9.5v-2h-2v2H6V9h1.5v2.5h2V9H11v6zm2-6h4c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1h-...
src/Console.js
sgnh/react-console-wrapper
import React from 'react'; const { array, string, bool, shape } = React.PropTypes; const Console = (props) => { if (props.assert.assertion) { console.assert(props.assert.assertion, props.assert.message); } if (props.clear) { console.clear(); } if (props.count) { console.count(props.count); }...
src/Parser/Priest/Holy/Modules/Items/Tier21_4set.js
hasseboulen/WoWAnalyzer
import React from 'react'; import SPELLS from 'common/SPELLS'; import SpellIcon from 'common/SpellIcon'; import SpellLink from 'common/SpellLink'; import Analyzer from 'Parser/Core/Analyzer'; import calculateEffectiveHealing from 'Parser/Core/calculateEffectiveHealing'; import Combatants from 'Parser/Core/Modules/Comb...
circleci-demo-javascript-express-master/client/modules/App/components/Footer/Footer.js
RTHMaK/RPGOne
import React from 'react'; import { FormattedMessage } from 'react-intl'; // Import Style import styles from './Footer.css'; // Import Images import bg from '../../header-bk.png'; export function Footer() { return ( <div style={{ background: `#FFF url(${bg}) center` }} className={styles.footer}> <p>&copy...
docs/src/sections/NavSection.js
jesenko/react-bootstrap
import React from 'react'; import Anchor from '../Anchor'; import PropTable from '../PropTable'; import ReactPlayground from '../ReactPlayground'; import Samples from '../Samples'; export default function NavSection() { return ( <div className="bs-docs-section"> <h2 className="page-header"> <Ancho...
src/client/components/SortSelector/SortSelector.js
busyorg/busy
import React from 'react'; import PropTypes from 'prop-types'; import { FormattedMessage } from 'react-intl'; import Popover from '../Popover'; import PopoverMenu, { PopoverMenuItem } from '../PopoverMenu/PopoverMenu'; import './SortSelector.less'; export default class SortSelector extends React.Component { static I...
App/Components/SignUp.js
OUCHUNYU/Ralli
import usersApi from '../Utils/usersApi' import GoogleMap from './GoogleMap' import Firebase from 'firebase' import React, { Component } from 'react'; import { StyleSheet, PropTypes, View, TextInput, Text, Dimensions, TouchableHighlight, Image, AppRegistry } from 'react-native'; let styles = ...
client/src/components/LoginStatusMessage.js
wapjude/labify
import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { Button, StyleSheet, Text, View } from 'react-native'; import { NavigationActions } from 'react-navigation'; const styles = StyleSheet.create({ welcome: { fontSize: 20, textAlign: 'center', margi...
blueocean-material-icons/src/js/components/svg-icons/maps/directions-bike.js
kzantow/blueocean-plugin
import React from 'react'; import SvgIcon from '../../SvgIcon'; const MapsDirectionsBike = (props) => ( <SvgIcon {...props}> <path d="M15.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM5 12c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5...
app/src/components/Tooltip/Tooltip.js
WoundedPixels/us-population
// @flow import React, { Component } from 'react'; import ReactDOM from 'react-dom'; import * as d3 from 'd3'; import './Tooltip.css'; class Tooltip extends Component { static update(content: Object = <empty />) { const tooltip = d3.select('div#tooltip'); const mouse = { x: d3.event.pageX, y: d3.event.pag...
examples/sidebar/app.js
dyzhu12/react-router
import React from 'react'; import { history } from 'react-router/lib/HashHistory'; import { Router, Route, Link } from 'react-router'; import data from './data'; var Category = React.createClass({ render() { var category = data.lookupCategory(this.props.params.category); return ( <div> <h1>{cat...
packages/@vega/core/src/schema/previews/FootnotePreview/index.js
VegaPublish/vega-studio
import React from 'react' import styles from './FootnotePreview.css' export default function FootnotePreview() { return <span className={styles.footnoteInline}>*</span> }
client/scripts/routes.js
amitava82/radiole
/** * Created by amitava on 30/01/16. */ import React from 'react'; import {Route, IndexRoute, IndexRedirect} from 'react-router'; import get from 'lodash/get'; //import {ROUTE_MESSAGES} from './constants'; //import {setLoginMessage} from './redux/modules/session'; import { HomeContainer } from './routes/home';...
scripts/apps/authoring/authoring/directives/SendItem.js
jerome-poisson/superdesk-client-core
import _ from 'lodash'; import React from 'react'; import {PreviewModal} from '../previewModal'; SendItem.$inject = ['$q', 'api', 'desks', 'notify', 'authoringWorkspace', 'superdeskFlags', '$location', 'macros', '$rootScope', 'deployConfig', 'authoring', 'send', 'editorResolver', 'confirm', 'archiveService', ...
js/src/modals/FirstRun/Welcome/welcome.js
nipunn1313/parity
// Copyright 2015-2017 Parity Technologies (UK) Ltd. // This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any lat...
fixtures/dom/src/components/fixtures/input-change-events/index.js
leexiaosi/react
import React from 'react'; import FixtureSet from '../../FixtureSet'; import TestCase from '../../TestCase'; import RangeKeyboardFixture from './RangeKeyboardFixture'; import RadioClickFixture from './RadioClickFixture'; import RadioGroupFixture from './RadioGroupFixture'; import InputPlaceholderFixture from './InputP...
src/routes.js
ivanflorentin/ProvideUI
import {Route} from 'react-router' import React from 'react' export default function (modelDef, models) { const mainPath = modelDef.modelName const modelProperName = modelDef.modelName[0].toUpperCase() + modelDef.modelName.substring(1) const edit = 'edit' + modelProperName const list = 'list' + modelProperNam...
app/desktop/ToolbarButtonPopover/index.js
christianalfoni/webpack-bin
import React from 'react'; import {Decorator as Cerebral} from 'cerebral-view-react'; import ToolbarButton from '../ToolbarButton'; import classNames from 'classnames'; import styles from './styles.css'; @Cerebral() class ToolbarButtonPopover extends React.Component { onArrowBoxClick(e) { e.stopPropagation(); ...
client/components/charts/balance-chart.js
ZeHiro/kresus
import React from 'react'; import Dygraph from 'dygraphs'; import { debug, round2, getChartsDefaultColors, translate as $t } from '../../helpers'; import ChartComponent from './chart-base'; import DiscoveryMessage from '../ui/discovery-message'; function createChartBalance(chartId, account, operations, theme) { ...
node_modules/react-bootstrap/es/MediaList.js
superKaigon/TheCave
import _extends from 'babel-runtime/helpers/extends'; import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties'; import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from ...
src/components/TableMortgage.js
nickgreengithub/mortgagecalc
import React from 'react'; import { connect } from 'react-redux'; import payments from '../selectors/payments'; import Table from './Table'; export const TableMortgage = (({payments, className})=> { let output=payments.slice(1) .filter(year=>year.balance>0 || year.interestYearly>0) .reduce((acc, year, i...
src/parser/shaman/elemental/modules/core/FlameShock.js
fyruna/WoWAnalyzer
import React from 'react'; import SPELLS from 'common/SPELLS'; import SpellIcon from 'common/SpellIcon'; import SpellLink from 'common/SpellLink'; import { formatNumber, formatPercentage } from 'common/format'; import Analyzer from 'parser/core/Analyzer'; import Enemies from 'parser/shared/modules/Enemies'; import S...
node_modules/redbox-react/examples/react-transform-catch-errors/index.js
edsrupp/eds-mess
import React from 'react' import App from './components/App' const root = document.getElementById('root') React.render(<App />, root)
react-redux-tutorial/todo-reflux/src/components/todo.js
react-scott/react-learn
import React from 'react' import Reflux from 'reflux' import ReactMixin from 'react-mixin' import store from '../stores/store' import actions from '../actions/actions' export default class Todo extends React.Component{ //组件渲染完成后,通过action获取所有的数组,刷新绑定到this.state上 componentDidMount() { actions.getAll(); } a...
src/features/rekit-tools/TestCoveragePage.js
supnate/rekit-portal
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { Alert, Button } from 'antd'; import history from '../../common/history'; export class TestCoveragePage extends Component { static propTypes = { home: PropTypes.object.isRequired, }; ...
src/utils/createContextWrapper.js
gianpaj/react-bootstrap
import React from 'react'; /** * Creates new trigger class that injects context into overlay. */ export default function createContextWrapper(Trigger, propName) { return function(contextTypes) { class ContextWrapper extends React.Component { getChildContext() { return this.props.context; } ...
NavigationReactNativeWeb/sample/twitter/createStateNavigator.js
grahammendick/navigation
import React from 'react'; import {Platform} from 'react-native'; import {StateNavigator} from 'navigation'; import {NavigationStack} from 'navigation-react-native'; export default () => { const stateNavigator = new StateNavigator([ {key: 'home', route: '{tab?}', defaults: {tab: 'home'}}, {key: 'notification...
classic/src/scenes/wbfa/generated/FASCheck.pro.js
wavebox/waveboxapp
import React from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faCheck } from '@fortawesome/pro-solid-svg-icons/faCheck' export default class FASCheck extends React.Component { render () { return (<FontAwesomeIcon {...this.props} icon={faCheck} />) } }
packages/wix-style-react/src/Page/test/examples/SomeContentComponent2.js
wix/wix-style-react
import React from 'react'; import PropTypes from 'prop-types'; import times from '../../../utils/operators/times'; export const LongTextContent = props => { const pages = times(props.numOfPages, (x, i) => ( <div key={i}> <div> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam facilisis...
app/scenes/Schedule/components/Talk/index.js
brentvatne/react-conf-app
// @flow import React, { Component } from 'react'; import { Animated, Easing, PixelRatio, StyleSheet, Text, TouchableHighlight, View, } from 'react-native'; import Icon from '@expo/vector-icons/Ionicons'; import Avatar from '../../../../components/Avatar'; import theme from '../../../../theme'; import { ...
third_party/prometheus_ui/base/web/ui/node_modules/reactstrap/src/InputGroupAddon.js
GoogleCloudPlatform/prometheus-engine
import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { mapToCssModules, tagPropType } from './utils'; import InputGroupText from './InputGroupText'; const propTypes = { tag: tagPropType, addonType: PropTypes.oneOf(['prepend', 'append']).isRequired, children: ...
components/events/EventsList.js
BDE-ESIEE/mobile
import React, { Component } from 'react'; import { Text, View, ListView, ActivityIndicator, StatusBar, RefreshControl, Button, TouchableOpacity } from 'react-native'; import LinearGradient from 'react-native-linear-gradient'; import moment from 'moment'; import Icon from 'react-native-vector-icons/Ionic...
src/components/header/header.js
awaseem/Jam
import React from 'react'; function Header(props) { return ( <div style={{ height: props.height || '100vh', background: `no-repeat center url(${props.image})`, paddingTop: props.paddingTop || '250px', paddingBottom: props.paddingBottom || '0px', backgroundSize: 'cove...
ui/src/components/ColorPicker/index.js
LearningLocker/learninglocker
import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import { CirclePicker } from 'react-color'; import { compose, withProps } from 'recompose'; import { Map, List } from 'immutable'; import { MAX_CUSTOM_COLORS } from 'lib/constants/visualise'; import { activeOrgIdSelect...
frontend/webapp/js/Event.js
damorton/dropwizardheroku-webgateway
import React from 'react'; import axios from 'axios'; class ActionControl extends React.Component { constructor(props){ super(props); this.state = { id : props.id, url: props.url }; this.edit = this.edit.bind(this) this.remove = this.remove.bind(this) } edit(){ } remove(){ const requestUrl...
app/components/loader/index.js
ajaymathur/fun-community
import React from 'react'; import { View, ActivityIndicator } from 'react-native'; class Loader extends React.Component { constructor(props) { super( props ); } render() { return ( <View> {this.props.showLoader ? <ActivityIndicator animating={true} style=...
src/components/Map/index.js
opentraffic/analyst-ui
import React from 'react' import PropTypes from 'prop-types' import { Map as Leaflet, ScaleControl } from 'react-leaflet' import 'leaflet-editable' import 'leaflet.path.drag' import TangramLayer from './TangramLayer' import 'leaflet/dist/leaflet.css' import './Map.css' const ATTRIBUTION = '<a href="https://mapzen.com/...
annotate-gt/src/App.js
jkerfs/annotate-gt
import React, { Component } from 'react'; import './App.css'; import Opening from './Opening' import Canvas from './Canvas' import Finalize from './Finalize' class App extends Component { constructor() { super() this.state = { comp: "Opening", data: {} } } handleStart(state) { this.s...
src/parser/shaman/elemental/CHANGELOG.js
fyruna/WoWAnalyzer
import { niseko, HawkCorrigan } from 'CONTRIBUTORS'; import React from 'react'; import SPELLS from 'common/SPELLS'; import SpellLink from 'common/SpellLink'; export default [ { date: new Date('2019-05-06'), changes: <>Added support for the damage part of <SpellLink id={SPELLS.IGNEOUS_POTENTIAL.id} />.</>, ...
packages/mineral-ui-icons/src/IconLocalHotel.js
mineral-ui/mineral-ui
/* @flow */ import React from 'react'; import Icon from 'mineral-ui/Icon'; import type { IconProps } from 'mineral-ui/Icon/types'; /* eslint-disable prettier/prettier */ export default function IconLocalHotel(props: IconProps) { const iconProps = { rtl: false, ...props }; return ( <Icon {...iconPro...
client/src/app/components/forms/inputs/NoUiSlider.js
zraees/sms-project
import React from 'react' import noUiSlider from 'nouislider' export default class NoUiSlider extends React.Component { componentDidMount() { const slider = this.refs.slider; const element = $(slider); const props = this.props; element.addClass('noUiSlider'); const options = { range: { ...
app/javascript/mastodon/features/ui/components/column_link.js
sylph-sin-tyaku/mastodon
import React from 'react'; import PropTypes from 'prop-types'; import { Link } from 'react-router-dom'; import Icon from 'mastodon/components/icon'; const ColumnLink = ({ icon, text, to, href, method, badge }) => { const badgeElement = typeof badge !== 'undefined' ? <span className='column-link__badge'>{badge}</span...
src/containers/search-bar/SearchBar.js
SalvaCarsi/SearchView
'use strict'; import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import SearchBarWrapper from '../../components/styled/SearchBarWrapper'; import { HeaderTextWrapper } from '../../components/styled/TextWrapper'; import Button from '../../compone...
src/components/todoForm.js
jonkemp/universal-react-todo-app
import React from 'react'; import TodoList from './todoList'; export default React.createClass({ getInitialState() { return {items: ['One', 'Two', 'Three'], text: ''}; }, onChange(e) { this.setState({text: e.target.value}); }, handleSubmit(e) { e.preventDefault(); const nextItems = this.sta...
consoles/my-joy-images/src/app.js
yldio/joyent-portal
import React from 'react'; import Helmet from 'react-helmet-async'; import { RootContainer } from 'joyent-ui-toolkit'; import Routes from '@root/routes'; export default () => ( <RootContainer> <Helmet> <title>Images</title> </Helmet> <Routes /> </RootContainer> );
internals/templates/containers/App/index.js
plasticanthony/coffee-dates
/** * * App.react.js * * This component is the skeleton around the actual pages, and should only * contain code that should be seen on all pages. (e.g. navigation bar) * * NOTE: while this component should technically be a stateless functional * component (SFC), hot reloading does not currently support SFCs. If...
examples/kitchensink/app-color/components/Root.js
Travix-International/frint
import React from 'react'; import { observe } from 'frint-react'; import { Observable } from 'rxjs/Observable'; import { concatMap } from 'rxjs/operator/concatMap'; import { map } from 'rxjs/operator/map'; import { merge } from 'rxjs/operator/merge'; import { scan } from 'rxjs/operator/scan'; import PropTypes from 'pro...
src/types/bounds.js
uniphil/react-leaflet
import React from 'react'; import Leaflet from 'leaflet'; import latlngList from './latlngList'; export default React.PropTypes.oneOfType([ React.PropTypes.instanceOf(Leaflet.LatLngBounds), latlngList, ]);
src/pages/About.js
TomClarkson/hanzi-gold-web
import React from 'react'; import ReactDisqusThread from 'react-disqus-thread'; export default class About extends React.Component { render() { return ( <div id="about-page"> <h1 className='lead-header'>Why was Hanzi Gold built?</h1> <p className="lead">Hanzi Gold combines two of my passions; lanaguage l...
src/components/Preferences.js
chrisjohndigital/OpenLang
import React from 'react' export class Preferences extends React.Component { constructor(props) { super(); this.state = { value: false }; this.handleChange = this.handleChange.bind(this); } handleChange(event) { this.props.onPreferences(!this.state.va...
src/projects.js
kngroo/Kngr
import React, { Component } from 'react'; import { Link } from 'react-router'; import Gfycat from './gfycat'; require('./styles/projects.scss'); export default class Project extends Component { constructor(props) { super(props); this.state = { id: props.data.id, title: props.data.title, de...