search onsen ui





color

http://jsfiddle.net/xLF38/818/ -- background http://lokeshdhakar.com/projects/color-thief/ == detect https://codepen.io/derz/full/xVzwKX -- codepen https://codepen.io/jakob-e/pen/QMZyJG?q=color+thief&limit=all&type=type-pens

onsen ui

Search input



search



  
    

    
    
    

    
    
    
    

  
  

    
      
      
      
      
      
      
    

    
      
        
          
Friends
{{char}} Ann Taylor
.tab {
  line-height: 1;
}

.tab-icon {
  font-size: 22px;
  padding: 0;
  margin: 0;
}

.tab-label {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.person-list {
  border-top: none;
}

.person {
  line-height: 1;
}

.person-list-header {
  opacity: 0.6;
}

.person-name {
  line-height: 44px;
}

.person-image {
  width: 30px;
  height: 30px;
  margin-top: 8px;
  border-radius: 2px;
}

list with picture



  
    
    
    
    

    
  

  
    
      
        
Picture List
Eiffel Tower
Paris, France
Eiffel Tower is the symbol of Paris and named by Gustave Eiffel.
Monument Valley
Utah, USA
Director John Ford used Monument Valley for a number of his best-known films.
Mount Fuji
Japan
Mount Fuji is the highest mountain in Japan and a frequent attractive subject of Japanese art.
Tokyo Tower
Tokyo, Japan
Tokyo Tower is a communications and observation tower located in Tokyo, Japan.
.list-item-container {
  line-height: 1;
  padding: 15px 0px 15px 15px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.name {
  font-weight: 500;
  line-height: 16px;
  font-size: 15px;
  margin-bottom: 6px;
}

.location {
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 6px;
}

.desc {
  line-height: 1.2;
  font-size: 13px;
}

self.addEventListener('install', function(event) {
  console.log('[Service Worker] Installing Service Worker ...', event);
});

self.addEventListener('activate', function(event) {
  console.log('[Service Worker] Activating Service Worker ...', event);
  return self.clients.claim();
});

self.addEventListener('fetch', function(event) {
  console.log('[Service Worker] Fetching something ....', event);
  event.respondWith(fetch(event.request));
});

Lessons from 1,000+ YC startups: Pivoting, resilience, avoiding tar pit ideas, more | Dalton Caldwell (Y Combinato…

Dalton is Managing Director and Group Partner at Y Combinator. He’s advised more than 35 YC unicorns, including DoorDash, Amplitude, Webflow...

Contact Form

Name

Email *

Message *