0.0.1 • Published 5 years ago

idsplitview-package v0.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
5 years ago

IDSplitView Component

N|iDevotion IdSplitViewComponent is a Ionic 4 component which emulates the UISplitViewController on iOS. It's helps implementing a "master-detail" style app. Something like this: N|iDevotion

Meaning on desktop or mobile landscape, you will have a master view on the left side and a detail view on the right side, whereas on mobile portrait, the detail view will be hidden and only the master view will be showed.

  • syntax:

      <idsplitview>
          <div master>
              <!-- Your master view html code-->
          </div>
    
          <div detail>
              <!-- Your detail view html code-->
          </div>
      </idsplitview>
0.0.1

5 years ago