Skip to content

SebastienVD/multiviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiviews

The component works exactly like below:

<Multiviews onSelect={function(e) {}} defaultView="view2" views={{ view1: { name: 'First View', view: () => (

This is the content of the first subview
) }, view2: { name: 'Second view', view: () => (
This is the content of the second subview
) }, views3: ... }} />

Installation

  • npm install
  • npm start
  • visit http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published