Guest User

Untitled

a guest
Sep 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <Grid>
  2. <TableRow is="nospace start">
  3. <TableCell is="9 tablet-6 phone-3">
  4. <TimeHierarchy
  5. searchPlaceholder={'Effective start date'}
  6. />
  7. </TableCell>
  8. <TableCell is="middle 3 tablet-2 phone-1">
  9. <TimeHierarchy
  10. searchPlaceholder={'Effective end date'}
  11. />
  12. </TableCell>
  13. <TableCell is="middle 3 tablet-2 phone-1">
  14. <Button onClick={console.log('onClick')} mini variant="fab" color="primary" aria-label="Add" className={classes.button} style={{backgroundColor: "#d71920"}}>
  15. <Search />
  16. </Button>
  17. </TableCell>
  18. <TableCell is="middle 3 tablet-2 phone-1">
  19. <Button mini variant="fab" color="primary" aria-label="Add" className={classes.button} style={{backgroundColor: "#d71920"}}
  20. onClick={() => { this.onSearchClick() }}>
  21. <AddIcon />
  22. </Button>
  23. </TableCell>
  24. </TableRow>
  25. </Grid>
Add Comment
Please, Sign In to add comment