How to use the react-materialize.Icon function in react-materialize

To help you get started, we’ve selected a few react-materialize examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github chrisdruta / arithmusic / dist / components / App.js View on Github external
render() {
        return (React.createElement("div", null,
            React.createElement(react_materialize_1.Navbar, { brand: React.createElement("span", { style: { paddingLeft: "10px" } }, "TuneScript"), href: "#", right: true },
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.play },
                    React.createElement(react_materialize_1.Icon, null, "play_arrow")),
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.stop },
                    React.createElement(react_materialize_1.Icon, null, "stop")),
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.openSettings },
                    React.createElement(react_materialize_1.Icon, null, "settings"))),
            React.createElement(react_plotlyjs_ts_1.default, { data: [
                    {
                        x: [1, 2, 3],
                        y: [2, 6, 3],
                        type: "scatter",
                        mode: "lines",
                        marker: { color: "red" }
                    },
                    {
                        type: "line",
                        x: [1, 2, 3],
                        y: [2, 5, 3]
                    }
                ], config: {
                    displayModeBar: false
                } }),
github chrisdruta / arithmusic / dist / components / App.js View on Github external
render() {
        return (React.createElement("div", null,
            React.createElement(react_materialize_1.Navbar, { brand: React.createElement("span", { style: { paddingLeft: "10px" } }, "TuneScript"), href: "#", right: true },
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.play },
                    React.createElement(react_materialize_1.Icon, null, "play_arrow")),
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.stop },
                    React.createElement(react_materialize_1.Icon, null, "stop")),
                React.createElement(react_materialize_1.NavItem, { href: "#", onClick: this.openSettings },
                    React.createElement(react_materialize_1.Icon, null, "settings"))),
            React.createElement(react_plotlyjs_ts_1.default, { data: [
                    {
                        x: [1, 2, 3],
                        y: [2, 6, 3],
                        type: "scatter",
                        mode: "lines",
                        marker: { color: "red" }
                    },
                    {
                        type: "line",
                        x: [1, 2, 3],
                        y: [2, 5, 3]

react-materialize

Material design components for react

MIT
Latest version published 3 years ago

Package Health Score

60 / 100
Full package analysis