3.1.1 • Published 1 year ago

react-sidebar-pro v3.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React Sidebar Pro

<Sidebar className="sidebar_custom">
    <SidebarHeader>
        <SidebarLogo img={pathOfLogo}/>
    </SidebarHeader>
    <SidebarBody>
        <MenuBar>
            <MenuItem
                to='/'
                text='Dashboard'
            />
            <MenuItem
                to='/'
                text='My Project Tasks'
            />
            <SubMenuBar 
                label="More Options"
            >
                <MenuItem
                    to='/'
                    text='First Option'
                />
                <MenuItem
                    to='/'
                    text='Second Option'
                />
            </SubMenuBar>
        </MenuBar>
    </SidebarBody>
    <SidebarFooter>
        content of footer
    </SidebarFooter>
</Sidebar>

Props Provided

Sidebar <Sidebar> </Sidebar>

PropsTypeDescription
classNamestringclass name of sidebar
SidebarHeader <SidebarHeader></SidebarHeader>

PropsTypeDescription
classNamestringclass name of sidebar header
SidebarLogo <SidebarLogo props />

PropsDescription
imgset image as logo on sidebar
MenuItem <MenuItem props />

PropsTypeDescriptionOptional
tostringnavigation linkFalse
leftIconanyicon on the left side of label of menuitemTrue
textstringmain text of menu itemFalse
rightIconanyicon on the right side of label of menuitemTrue
SubMenuBar <SubMenuBar props></SubMenuBar>

PropsTypeDescriptionOptional
labelLeftIconstringIcon on the left side of label of menuitemTrue
labelstringlabel for the submenubarFalse
labelRightIconanychange icon on right side of label (default is downIcon)True
childrenanyall children pass in the componentFalse
Note

^3.0.2 version is fully completed

3.1.1

1 year ago

3.1.0

1 year ago

3.0.9

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago