Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/treetips/angular-material-sidenav-example

angular-material auto toggle sidenav example
https://github.com/treetips/angular-material-sidenav-example

angular angular-material angular4 material-design responsive sidenav typescript yarn

Last synced: 20 days ago
JSON representation

angular-material auto toggle sidenav example

Awesome Lists containing this project

README

        

# angular-material auto toggle sidenav example

[https://material.angular.io/](angular-material)

With sidenav module of angular-material, it is the sample which changes the mode of the sidenav from 'side' to 'over' automatically when screen size is changed.

angular-materialのsidenavモジュールを使い、スクリーンサイズが変更されると自動的にサイドナビのモードをoverに変更するサンプルです。

## Features

- yarn v1.0.1
- angular v4.2.4
- angular-material v2.0.0-beta.10

## Requirement

- yarn or npm

## Screenshot

### Table list

angular-material-sidenavi-auto-toggle

## Usage

```bash
# git clone
git clone https://github.com/treetips/angular-material-sidenav-example.git
cd angular-material-sidenav-example
# install node_modules
yarn install
# start
yarn start
# browse
http://localhost:4200/
```

## License

[MIT](http://b4b4r07.mit-license.org)