This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import DayPicker from 'react-day-picker'; | |
import 'react-day-picker/lib/style.css' | |
import axios from 'axios'; | |
import ListGoal from './ListGoal'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import DayPicker from 'react-day-picker'; | |
import 'react-day-picker/lib/style.css' | |
import axios from 'axios'; | |
import ListGoal from './ListGoal'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import DayPicker from 'react-day-picker'; | |
import 'react-day-picker/lib/style.css' | |
import axios from 'axios'; | |
import ListGoal from './ListGoal'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/diegohaz/arc/wiki/Atomic-Design | |
import React, { Component } from 'react' | |
import { Badge, IconButton, Heading, Paragraph, ParagraphHolder, PrimaryNavigation, Blockquote } from 'components' | |
import styled from 'styled-components' | |
import ReactDOM from 'react-dom' | |
const FlexContainer = styled.div` | |
display: -webkit-flex; | |
display: flex; | |
-webkit-flex-direction: column; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import { Badge, IconButton, Heading, Paragraph, ParagraphHolder, PrimaryNavigation, Blockquote } from 'components' | |
import styled from 'styled-components' | |
import ReactDOM from 'react-dom' | |
import renderIf from 'render-if' | |
import glamorous from "glamorous"; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/diegohaz/arc/wiki/Atomic-Design | |
import React, { Component } from 'react' | |
import { Badge, IconButton, Heading, Paragraph, ParagraphHolder, PrimaryNavigation, Blockquote } from 'components' | |
import styled from 'styled-components' | |
import ReactDOM from 'react-dom' | |
import EmojiAdder from './EmojiAdder'; | |
const FlexContainer = styled.div` | |
display: -webkit-flex; | |
display: flex; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/diegohaz/arc/wiki/Atomic-Design | |
import React, { Component } from 'react' | |
import { Badge, IconButton, Heading, Paragraph, AlignContainer, ParagraphHolder, PrimaryNavigation, PrimaryNavigationGlam, Blockquote } from 'components' | |
import styled from 'styled-components' | |
import CanvasContainer from './CanvasContainer'; | |
import renderIf from 'render-if' | |
import EmojiSelector from './EmojiSelector'; | |
import glamorous from "glamorous"; | |
import {Motion, spring} from 'react-motion'; | |
import { observable, action } from 'mobx'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const EmojiGlamor = glamorous.div( | |
{ | |
position: 'absolute', | |
backgroundColor: 'red', | |
borderRadius: "20px", | |
marginTop: '-20px', | |
marginLeft: '10px', | |
marginRight: '10px' | |
}, | |
({size})=>({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/diegohaz/arc/wiki/Atomic-Design | |
import React, { Component } from 'react' | |
import { Badge, IconButton, Heading, Paragraph, ParagraphHolder, PrimaryNavigation, Blockquote } from 'components' | |
import styled from 'styled-components' | |
import ReactDOM from 'react-dom' | |
import renderIf from 'render-if' | |
import {Motion, spring} from 'react-motion'; | |
import glamorous from "glamorous"; | |
OlderNewer