Skip to content

Flipbox acts like a playing card that has a front and back and allows you to "flip" between the sides.

Notifications You must be signed in to change notification settings

pennyfx/flipbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntax

Flipbox allows you to place two elements back-to-back and then flip between them.

  <x-flipbox>
    <div>Front</div>
    <div>Back</div>
  </x-flipbox>

Usage


  var flipbox = document.createElement('x-flipbox');
  flipbox.flipDirection = "up"; //   up, down, left, right
  flipbox.toggle();

Create X-Tag Components

Guide for creating X-Tag Components

Use X-Tag Components

Using X-Tag components in your applications

About

Flipbox acts like a playing card that has a front and back and allows you to "flip" between the sides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published