1.6.4 • Published 10 months ago

@cabezonidas/react-splitter v1.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-splitter

GitHub Netlify Status Storybook

Splitter container for React apps

<div /> component that appends a resizable separator between its children. It accepts keyboard interaction, and can be branded.

Note: The separator is appended as long as the <Splitter /> component has 2 child HTML element nodes.

Open examples on CodeSandbox

// Include stylesheet in your application
import "@cabezonidas/react-splitter/index.css";

export const Example = () => {
  return (
    // Render 2 children HTML elements
    <Splitter className="some-class">
      <section />
      <section />
    </Splitter>
  )
}

Resources

Horizontal

Horizontal

Vertical

Vertical

Custom navbar

Navbar

1.6.4

10 months ago

1.6.3

10 months ago

1.6.2

10 months ago

1.6.1

10 months ago

1.6.0

10 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago