0.2.4 • Published 1 year ago
@ws-ui/craftjs-layers v0.2.4
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>
);
}
0.2.4
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.1-beta.3
2 years ago
0.2.1-beta.2
2 years ago
0.2.1-beta.1
2 years ago
0.2.0
2 years ago
0.2.0-beta.12.1
2 years ago
0.2.0-beta.12
2 years ago