0.18.0 • Published 3 years ago

@another-ui/pane v0.18.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@another-ui/pane

Just another pane component for React

Usage

import React from 'react';
import { Pane } from '@another-ui/pane';
import '@another-ui/pane/dist/pane.css';

const initial = {
  x: 32,
  y: 32,
  width: 240,
  height: 240,
};

export const Example = () => (
  <Pane
    className="custom-class"
    draggable
    heading="Example"
    initial={initial}
    padding
    resizable
    snapTo={16}
    theme="dark"
  >
    <p>Demo</p>
  </Pane>
);
0.18.0

3 years ago

0.17.1

3 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.12.2

3 years ago

0.14.1

3 years ago

0.12.3

3 years ago

0.12.0

3 years ago