0.1.11 • Published 6 years ago

bxes v0.1.11

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

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
0.1.10

6 years ago

0.1.11

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago