UNPKG

@dreamworld/dw-list-item

Version:

A material design item used to show single item of the list [More detail](https://material.io/components/lists/#)

42 lines (36 loc) 1.45 kB
<!-- @license Copyright (c) 2018 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>dw-list-item demo</title> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <script type="module" src="./dw-list-item-demo.js"></script> <style> body{ margin: 24px; font-family: Roboto; } </style> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined&display=block" rel="stylesheet"> <script> (window.process = window.process || {}).env = {}; function toogle(){ this.document.querySelector('#maunalTrigger').toggle(); } </script> </head> <body> <dw-list-item-demo></dw-list-item-demo> </body> </html>