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

0.2.2 • Public • Published

@ws-ui/craftjs-layers

NPM

A Photoshop-like layers panel for your page editor.

Documentation

Craft.js

Usage

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

Weekly Downloads

34

Version

0.2.2

License

MIT

Unpacked Size

113 kB

Total Files

27

Last publish

Collaborators

  • mourad.eyes
  • anass00
  • axel-dev
  • df_train
  • idrissi
  • im-4d
  • ps-mo