Skip to content

Commit

Permalink
✨ more bindings (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernalrs authored and InsidersByte committed Nov 1, 2017
1 parent eec28da commit b403ee5
Show file tree
Hide file tree
Showing 3 changed files with 788 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,52 +43,52 @@ let make = (~name, _children) => {
## Bindings

- [x] AppBar
- [ ] Avatar
- [ ] Badge
- [x] Avatar
- [x] Badge
- [ ] BottomNavigationButton
- [ ] BottomNavigation
- [ ] ButtonBase
- [ ] Button
- [ ] CardActions
- [ ] CardContent
- [ ] CardHeader
- [ ] CardMedia
- [ ] Card
- [ ] Checkbox
- [ ] Chip
- [ ] CircularProgress
- [ ] Collapse
- [ ] DialogActions
- [ ] DialogContentText
- [ ] DialogConent
- [ ] DialogTitle
- [ ] Dialog
- [x] ButtonBase
- [x] Button
- [x] CardActions
- [x] CardContent
- [x] CardHeader
- [x] CardMedia
- [x] Card
- [x] Checkbox
- [x] Chip
- [x] CircularProgress
- [x] Collapse
- [x] DialogActions
- [x] DialogContentText
- [x] DialogContent
- [x] DialogTitle
- [x] Dialog
- [ ] Divider
- [ ] Drawer
- [ ] Fade
- [ ] FormControlLabel
- [ ] FormControl
- [x] FormControlLabel
- [x] FormControl
- [ ] FormGroup
- [ ] FormHelperText
- [ ] FormLabel
- [ ] GridListTitleBar
- [ ] GridListTitle
- [ ] GridList
- [ ] Grid
- [x] Grid
- [ ] Grow
- [ ] Hidden
- [ ] IconButton
- [ ] Icon
- [ ] InputAdornment
- [ ] InputLabel
- [ ] Input
- [ ] LinearProgress
- [x] Input
- [x] LinearProgress
- [ ] ListItemAvatar
- [ ] ListItemIcon
- [ ] ListItemSecondaryAction
- [ ] ListItemText
- [ ] ListItem
- [ ] List
- [x] ListItem
- [x] List
- [ ] MenuItem
- [ ] MenuList
- [ ] Menu
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"prepublish": "yarn run clean && yarn run build"
},
"author": "Jonathon Kelly <[email protected]>",
"contributors": [
"Remi Bernal <[email protected]>"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
Expand Down
Loading

0 comments on commit b403ee5

Please sign in to comment.