react-positionable-component
v1.0.10
Published
A <Positionable> wrapper component to make arbitrary content easier to CSS transform
Downloads
14
Readme
react-positionable-component
This is a WIP test repository at the moment.
Installation
Install for use in your own project with npm install react-positionable-component
.
You'll probably want to use the ./style.css
file as positionable stylesheet,
or, alternatively, roll your own by looking at which rules are used for what.
Development
For dev work on this code, clone, npm install
and then to run, npm run dev
.
Individual npm run
tasks:
- build the code with
npm run build:pos
ornpm run build:app
- watch the code with
npm run watch:pos
ornpm run watch:app
- run a live-server with the
live-server
cli utility
License
MPL 2.0