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

0.1.0-beta.17-bbb.1 • Public • Published

@craftjs/layers

NPM

A Photoshop-like layers panel for your page editor.

Documentation

Craft.js

Usage

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @thebitbybit/craftjs-layers

Weekly Downloads

286

Version

0.1.0-beta.17-bbb.1

License

MIT

Unpacked Size

468 kB

Total Files

25

Last publish

Collaborators

  • thebitbybit