@jdl2/sidebar
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.30 • Public • Published

A sidebar goes by many different names (Material UI refers to "Drawer")

Example

    <div style={{position:'relative',height:'40px'}}>
        <Sidebar
            main={
                <>
                    <Sidebar.AppLogo
                        icon={'U'}
                        brand={'Jenkins'}
                        name={'Design Language'}
                    />
                    <Sidebar.Item icon={'B'}>Branches</Sidebar.Item>
                    <Sidebar.Item icon={'C'}>Commits</Sidebar.Item>
                </>
            }
            footer={<Sidebar.Item icon={'F'}>Footer</Sidebar.Item>}
        />
    </div>

Readme

Keywords

none

Package Sidebar

Install

npm i @jdl2/sidebar

Weekly Downloads

1

Version

2.0.0-alpha.30

License

none

Unpacked Size

22.7 kB

Total Files

11

Last publish

Collaborators

  • kzantow