WIP implementation of composable AppBar and scrolling techniques
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.
To install the material-ui-scrolling-techniques project, follow these steps:
git clone <repository-url>
cd material-ui-scrolling-techniques
npm install
npm start
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.