Skip to content

mo4islona/material-go-playground

Repository files navigation

React Material UI Component for Golang playground

Website

Install

yarn add material-go-playground

Usage

import React from "react";
import { render } from "react-dom";
import GoPlayground from "material-go-playground";

const code = `package main

import (
  "fmt"
)

func main() {
  fmt.Println("Hello, playground")
}`;

function App() {
  return <GoPlayground code={code}/>
}

render(
  <App/>,
  document.getElementById("root"),
);

About

React Material UI component for Golang playground

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published