<!DOCTYPE html><html><head><title>NavDrawer Add Items</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divid="button-wrapper"><igc-icon-buttonname="menu"variant="flat"></igc-icon-button></div><igc-nav-draweropen="true"><igc-nav-drawer-header-item>
Sample Drawer
</igc-nav-drawer-header-item><igc-nav-drawer-item><igc-iconslot="icon"name="home"></igc-icon><spanslot="content">Home</span></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon><spanslot="content">Search</span></igc-nav-drawer-item></igc-nav-drawer></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
<!DOCTYPE html><html><head><title>NavDrawer Add Items</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divid="button-wrapper"><igc-icon-buttonname="menu"variant="flat"></igc-icon-button></div><igc-nav-draweropen="true"><igc-nav-drawer-header-item>
Sample Drawer
</igc-nav-drawer-header-item><igc-nav-drawer-item><igc-iconslot="icon"name="home"></igc-icon><spanslot="content">Home</span></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon><spanslot="content">Search</span></igc-nav-drawer-item></igc-nav-drawer></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
<!DOCTYPE html><html><head><title>NavDrawer Add Positions and Navbar</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divid="nav-drawer-container"class="container sample center"><igc-nav-drawerid="navDrawer"style="position: relative"><igc-nav-drawer-header-item>
Sample Drawer
</igc-nav-drawer-header-item><igc-nav-drawer-itemactive><igc-iconslot="icon"name="home"></igc-icon><spanslot="content">Home</span></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon><spanslot="content">Search</span></igc-nav-drawer-item></igc-nav-drawer><divid="content"style="width: 100%; height: inherit;"><igc-radio-groupid="radio-group"alignment="horizontal"style="margin-bottom: 10px;"><igc-radioname="position"value="start"label-position="after"checked>Start</igc-radio><igc-radioname="position"value="end"label-position="after">End</igc-radio><igc-radioname="position"value="top"label-position="after">Top</igc-radio><igc-radioname="position"value="bottom"label-position="after">Bottom</igc-radio></igc-radio-group><igc-navbar><igc-iconslot="start"name="menu"id="menu"></igc-icon><h2id="navbar-header">Home</h2></igc-navbar></div></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
Mini Variant
미니 변형을 사용하면 탐색 서랍이 닫히는 대신 너비가 변경됩니다. 빠른 탐색을 유지하는 데 사용되며, 아이콘만 남겨두고 항상 사용할 수 있습니다. 이를 위해서는 서랍의 mini 슬롯만 설정하면 됩니다.
<!DOCTYPE html><html><head><title>NavDrawer Add Mini</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divid="nav-drawer-container"style="display: flex; height: inherit;"><igc-nav-drawerid="navDrawer"><igc-nav-drawer-item><igc-iconslot="icon"name="home"></igc-icon><spanslot="content">Home</span></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon><spanslot="content">Search</span></igc-nav-drawer-item><divslot="mini"><igc-nav-drawer-item><igc-iconslot="icon"name="home"></igc-icon></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon></igc-nav-drawer-item></div></igc-nav-drawer><divid="content"style="width: 100%"><igc-buttonid="toggleBtn"style="margin-left: 70px;">Toggle</igc-button></div></div></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html
/* shared styles are loaded from: *//* https://static.infragistics.com/xplatform/css/samples */css
<!DOCTYPE html><html><head><title>NavDrawer Add Positions and Navbar</title><metacharset="UTF-8" /><linkrel="shortcut icon"href="https://static.infragistics.com/xplatform/images/browsers/wc.png" ><linkrel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Kanit&display=swap" /><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Titillium Web" /><linkrel="stylesheet"href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css"type="text/css" /></head><body><divid="root"><divid="button-wrapper"><igc-icon-buttonname="menu"variant="flat"></igc-icon-button></div><igc-nav-drawerid="navDrawer"open="true"style="position: relative"><igc-nav-drawer-header-item>
Sample Drawer
</igc-nav-drawer-header-item><igc-nav-drawer-item><igc-iconslot="icon"name="home"></igc-icon><spanslot="content">Home</span></igc-nav-drawer-item><igc-nav-drawer-item><igc-iconslot="icon"name="search"></igc-icon><spanslot="content">Search</span></igc-nav-drawer-item></igc-nav-drawer></div><!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %><scriptsrc="src/index.ts"></script><% } %>
</body></html>html