Skip to content

Piablo/lx-view-toggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A react module toggles view between mobile and desktop states

Installation

yarn add lx-view-toggler

Then....

import ViewToggler, { getConfig } from 'lx-view-toggler'

//Console log the config model structure.
console.log(getConfig())

const viewTogglerConfig = {
    //add options 
}

//
<ViewToggler config={viewTogglerConfig}>Pass content here...</ViewToggler>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published