▶Book Description
Material-UI is a component library for rendering UI elements, using modern best practices from React and Material Design. This book will show you how you can create impressive and captivating modern day web apps by implementing Material Design considerations. The primary objective of this book is to help you use several Material-UI components to build larger UI functionality. We will also focus on React best practices in conjunction with Material-UI components – using state, context, and other new React 16.8 features properly. This book will start with layout and navigation and then dive into presenting the information with Material-UI components. It will then talk about the different components for user interactions. By the end of this book, you will know how to improve the look and feel of your applications using Material-UI components.
▶What You Will Learn
⦁ Learn to build the overall structure and navigation for your Material-UI app
⦁ Learn to present simple and complex information in a variety of ways
⦁ Build interactive and intuitive controls
⦁ Design portable themes and styles for all of your Material-UI apps
⦁ Group content into sections using tabs and expansion panels
⦁ Learn how to design a general page layout with Material-UI grids
⦁ Use lists for complex data, and cards for detailed information
▶Key Features
⦁ Grasp the needs React components for UI elements
⦁ Master the style and theme of the tools to go along with these components
⦁ Get to grips with all the React best practices to build a modern application
▶Who This Book Is For
They are JavaScript developers who have some basic knowledge of React and would want to implement Material Design principles in React applications using Material-UI. The reader wants to build a user interface using React components but doesn't want to invent their own style or UX framework.
▶What this book covers
⦁ Chapter 1, Grids – Placing Components on the Page, uses the grid system to place components on the page.
⦁ Chapter 2, App Bars – The Top Level of Every Page, adds App Bars to the top of your UI.
⦁ Chapter 3, Drawers – A Place for Navigation Controls, uses drawers as a place to display your main navigation.
⦁ Chapter 4, Tabs – Group Content into Tab Sections, organizes your content into tabs.
⦁ Chapter 5, Expansion Panels – Group Content into Panel Sections, organizes your content into panels.
⦁ Chapter 6, Lists – Display Simple Collection Data, renders lists of items that the user can read and interact with.
⦁ Chapter 7, Tables – Display Complex Collection Data, shows in-depth details about a data collection.
⦁ Chapter 8, Cards – Display Detailed Information, uses cards to display details about a specific entity/thing/object.
⦁ Chapter 9, Snackbars – Temporary Messages, notifies the user about what's going on in your application.
⦁ Chapter 10, Buttons – Initiating Actions, explains how pressing buttons is the most common way for users to do something.
⦁ Chapter 11, Text – Collecting Text Input, allows users to input information.
⦁ Chapter 12, Autocomplete and Chips – Text Input Suggestions for Multiple Items, gives the user choices to select from as they type.
⦁ Chapter 13, Selection – Make Selections from Choices, allows the user to select from a predefined set of options.
⦁ Chapter 14, Pickers – Selecting Dates and Times, chooses date and time values using easy-toread formats.
⦁ Chapter 15, Dialogs – Modal Screens for User Interactions, displays modal screens to collect input or show information.
⦁ Chapter 16, Menus – Display Actions that Pop Out, saves space on the screen by putting actions in menus.
⦁ Chapter 17, Typography – Control Font Look and Feel, controls the font of your UI in a systematic way.
⦁ Chapter 18, Icons – Enhance Icons to Match Your Look and Feel, customizes Material-UI icons and adds new ones.
⦁ Chapter 19, Themes – Centralize the Look and Feel of Your App, uses themes to change the look and feel of components.
⦁ Chapter 20, Styles – Applying Styles to Components, uses one of many styling solutions to design your UI.