<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma" -->

---
title: Create smooth sidebars with react-pro-sidebar and MUI
description: In this tutorial, I’ll show you how to use react-pro-sidebar to add an animated sidebar to your React application. We will also make use of Material UI icons...
canonical: https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Create smooth sidebars with react-pro-sidebar and MUI | daily.dev
og:description: In this tutorial, I’ll show you how to use react-pro-sidebar to add an animated sidebar to your React application. We will also make use of Material UI icons...
og:url: https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma
og:image: https://api.daily.dev/og/posts/Os94vBFMa.png
og:image:alt: Create smooth sidebars with react-pro-sidebar and MUI
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Create smooth sidebars with react-pro-sidebar and MUI

**[LogRocket](https://daily.dev/sources/logrocket)** · 11 min read · 24 upvotes · 1 comments

## Summary

In this tutorial, I’ll show you how to use react-pro-sidebar to add an animated sidebar to your React application. We will also make use of Material UI icons for a more professional aesthetic for the purposes of a positive user experience. The only thing you need to do for this tutorial is to install the relevant packages.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.logrocket.com/create-sidebar-react-pro-sidebar-mui/>

## Community discussion

Top comments from developers on daily.dev.

**@mike44nyc** · 0 upvotes

> nice share ⚛️

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react)

[View this post on daily.dev](https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Create smooth sidebars with react-pro-sidebar and MUI","url":"https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma"},"datePublished":"2022-12-29T15:33:10.078Z","dateModified":"2022-12-29T15:33:10.076Z","description":"In this tutorial, I’ll show you how to use react-pro-sidebar to add an animated sidebar to your React application. We will also make use of Material UI icons...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/0d1a4275c727f3d609d25a0657877375","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/0d1a4275c727f3d609d25a0657877375","isAccessibleForFree":true,"articleSection":"LogRocket","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"LogRocket","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/logrocket","url":"https://daily.dev/sources/logrocket"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":24},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"react","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"LogRocket","item":"https://daily.dev/sources/logrocket"},{"@type":"ListItem","position":3,"name":"Create smooth sidebars with react-pro-sidebar and MUI"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/create-smooth-sidebars-with-react-pro-sidebar-and-mui-os94vbfma","comment":[{"@type":"Comment","text":"nice share ⚛️","datePublished":"2023-01-09T14:10:29.264Z","url":"https://daily.dev/posts/Os94vBFMa#c-oFIp3-3Ko","author":{"@type":"Person","name":"Mike","url":"https://daily.dev/mike44nyc","image":"https://avatars.githubusercontent.com/u/88614730?v=4"}}]}
```

