UNPKG

@rero/rero-ils-ui

Version:

User interface for RERO integrated library system (RERO ILS).

23 lines (21 loc) 1.2 kB
<!doctype html> <html lang="en" data-critters-container> <head> <meta charset="utf-8"> <title>SearchBar</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> </head> <body class="d-flex flex-column"> <container> <h4>Search bar</h4> <div class="mb-2"> <main-search-bar placeholder="Custom Placeholder" viewcode="aoste"></main-search-bar> </div> <main-search-bar language="fr" size="large" viewcode="global"></main-search-bar> </container> <script src="runtime.948fcfa87b428f1e.js" type="module"></script><script src="polyfills.a854f039cdb53f13.js" type="module"></script><script src="main.4ea208c1b9d1c96e.js" type="module"></script></body> </html>