(class-name component id)
Function helper to get class-name from component. Accept react component and className as string or keyword.
Function helper to get class-name from component. Accept react component and className as string or keyword.
(color-for color_ level_)
Get the color from Material color db. Accept: color as keyword / string level as integer
Return #000000
if color not found
Get the color from Material color db. Accept: color as keyword / string level as integer Return `#000000` if color not found
(create-mui-theme raw-theme)
Like createMuiTheme
material-ui, but accept clojure map.
Like `createMuiTheme` material-ui, but accept clojure map.
(with-style m)
Return mui withStyle fn. Accept clojure map as argument.
Return mui withStyle fn. Accept clojure map as argument.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close