1.0.0 • Published 5 years ago

flip-div v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Built With Stencil

Flip-Div 3D - An Stencil Component

Lightweight and zero dependencies.

Run Project

For build and test this project follow this steps.

  1. npm install
  2. npm install -g serve
  3. npm run build
  4. npm run start

and acessing http://localhost:5000/example/.

Usage example

Import component in your page flipdiv3d.js.

<flip-div height="300px" width="300px">
    <card-item class-names="my-custom-class">
        Front Item
        <!-- Insert you html here -->
    </card-item>
    <card-item class-names="my-custom-class">
        Back Item
        <!-- Insert you html here -->
    </card-item>
</flip-div>

For Angular2

(Angular2)https://github.com/rafaelboschini/ngflipdiv3d