bxes

Boxes, lines and boundaries implemented in React.

Usage no npm install needed!

<script type="module">
  import bxes from 'https://cdn.skypack.dev/bxes';
</script>

README

bxes

Boxes, lines and boundaries implemented in React.

All boxes created with is <div></div> element.

hello bxes

Try in CodeSandbox.

<Box
  style={{
    padding: "30px",
    border: "solid thin black",
    select: "select-none"
  }}
>
  Hello bxes!
</Box>

usage

You can easily check user interface and library interface described with storybook.

Try with:

npm run storybook

Stories are in example.stories.js.

TODO

This is beta version.

  • Touch Device Support
  • Resizable