saltcorn-craft-layers-noeye
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-beta.22 • Public • Published

@craftjs/layers

NPM

A Photoshop-like layers panel for your page editor.

Documentation

Craft.js

Usage

yarn add @craftjs/layers styled-components
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>
  );
}

Package Sidebar

Install

npm i saltcorn-craft-layers-noeye

Weekly Downloads

117

Version

0.1.0-beta.22

License

MIT

Unpacked Size

326 kB

Total Files

26

Last publish

Collaborators

  • tanielsen