Overview
The material-ui-scrolling-techniques project is a work in progress implementation of scrolling techniques described in the material design specification. It is designed to be used with material-ui and aims to experiment with different scrolling approaches before being officially merged into material-ui.
Features
- Scrolling Techniques: Implementation of various scrolling techniques described in the material design spec.
- Composable AppBar: The project introduces a composable AppBar with components including ToolBar, FlexibleSpace, and TabBar.
- Backwards Compatibility: The new AppBar attempts to implement a new approach while maintaining compatibility with the old AppBar.
Installation
To install the material-ui-scrolling-techniques project, follow these steps:
- Clone the repository using Git:
git clone <repository-url>
- Install the dependencies:
cd material-ui-scrolling-techniques
npm install
- Start the development server:
npm start
- Open a web browser and navigate to http://localhost:3000 to view the project.
Summary
The material-ui-scrolling-techniques project aims to implement scrolling techniques described in the material design spec. It also introduces a composable AppBar with several components and maintains compatibility with the old AppBar. The project is still a work in progress and is intended to be merged into material-ui in the future.