mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Create IconContainer component
This commit is contained in:
26
index.html
26
index.html
@ -3,33 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Feather</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="app">
|
||||
<!-- <icon-container v-for="icon in icons" :name="icon"></icon-container> -->
|
||||
</div>
|
||||
|
||||
<!-- <script type="text/x-template" id="icon-template">
|
||||
<div class="icon"></div>
|
||||
</script>
|
||||
|
||||
<script type="text/x-template" id="icon-container-template">
|
||||
<div class="icon-container">
|
||||
<a :href="`icons/${name}.svg`" download>
|
||||
<icon :name="name" size="48"></icon>
|
||||
</a>
|
||||
</div>
|
||||
</script> -->
|
||||
|
||||
<div id="app"></div>
|
||||
<script src="bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user