0.4.0 ā€¢ Published 6 years ago

bs-material-ui v0.4.0

Weekly downloads
43
License
MIT
Repository
github
Last release
6 years ago

Reason bindings for Material-UI

npm

Reason bindings for material-ui.

Status

šŸš§ This is a WIP, not everything is supported yet. šŸš§

Feel free to create an issue or PR if you find anything missing.

Installation

yarn add bs-material-ui
yarn add material-ui@next

Then add bs-material-ui to bs-dev-dependencies in your bsconfig.json:

{
  ...
  "bs-dev-dependencies": ["bs-material-ui"]
}

Usage

let component = ReasonReact.statelessComponent("Header");

let make = (_children) => {
  ...component,
  render: (_self) =>
    <MaterialUI.AppBar position="static" color="default">
      <MaterialUI.Toolbar>
        <MaterialUI.Typography
          _type="title" color=MaterialUI.Typography.Color.Inherit>
          (ReasonReact.stringToElement("Title"))
        </MaterialUI.Typography>
      </MaterialUI.Toolbar>
    </MaterialUI.AppBar>
};

It is not recommended to open this module as it will clash with other modules.
If you wish to do so please be aware that the List component will clash with the standard library List module.

Bindings

  • AppBar
  • Avatar
  • Badge
  • BottomNavigationButton
  • BottomNavigation
  • ButtonBase
  • Button
  • CardActions
  • CardContent
  • CardHeader
  • CardMedia
  • Card
  • Checkbox
  • Chip
  • CircularProgress
  • Collapse
  • DialogActions
  • DialogContentText
  • DialogContent
  • DialogTitle
  • Dialog
  • Divider
  • Drawer
  • Fade
  • FormControlLabel
  • FormControl
  • FormGroup
  • FormHelperText
  • FormLabel
  • GridListTitleBar
  • GridListTitle
  • GridList
  • Grid
  • Grow
  • Hidden
  • IconButton
  • Icon
  • InputAdornment
  • InputLabel
  • Input
  • LinearProgress
  • ListItemAvatar
  • ListItemIcon
  • ListItemSecondaryAction
  • ListItemText
  • ListItem
  • ListSubheader
  • List
  • MenuItem
  • MenuList
  • Menu
  • MobileStepper
  • MuiThemeProvider
  • Paper
  • Popover
  • RadioGroup
  • Radio
  • Select
  • Slide
  • SnackbarContent
  • Snackbar
  • SvgIcon
  • Switch
  • Tab
  • TableBody
  • TableCell
  • TableFooter
  • TableHead
  • TablePagination
  • TableRow
  • TableSortLabel
  • Table
  • Tabs
  • TextField
  • Toolbar
  • Tooltip
  • Typography
0.4.0

6 years ago

0.4.0-beta.7

6 years ago

0.4.0-beta.6

6 years ago

0.4.0-beta.5

6 years ago

0.4.0-beta.4

6 years ago

0.4.0-beta.3

6 years ago

0.4.0-beta.2

6 years ago

0.4.0-beta.1

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago