@protocraft/layers
TypeScript icon, indicating that this package has built-in type declarations

0.2.1-2 • Public • Published

@protocraft/layers

NPM

A Photoshop-like layers panel for your page editor.

Documentation

Craft.js

Usage

yarn add @protocraft/layers styled-components
import React from "react";
import {Editor} from "@protocraft/core"
import {Layers} from "@protocraft/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>
  );
}

Package Sidebar

Install

npm i @protocraft/layers

Weekly Downloads

436

Version

0.2.1-2

License

MIT

Unpacked Size

280 kB

Total Files

72

Last publish

Collaborators

  • protofy.xyz