0.3.6 • Published 1 year ago

@noahbaron91/layers v0.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage

yarn add @noahbaron91/layers styled-components
import React from "react";
import {Editor} from "@noahbaron91/core"
import {Layers} from "@noahbaron91/layers"

export default function App() {
  return (
    <div style={{margin: "0 auto", width: "800px"}}>
      <Typography variant="h5" align="center">A super simple page editor</Typography>
      <Editor resolver={...}>
        <Layers />
      </Editor>
    </div>
  );
}
0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.2.3

1 year ago

0.2.0

1 year ago