mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
e87647e3d9
* Add example-{react, vue}
* Update CHANGELOG.md
* Update README.md
39 lines
692 B
HTML
39 lines
692 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
|
|
<style>
|
|
#example {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
button {
|
|
cursor: pointer;
|
|
padding: 0.5rem 0.75rem;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin: 0.25rem 0;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
section {
|
|
padding: 0.5rem 1rem;
|
|
}
|
|
|
|
textarea {
|
|
resize: none;
|
|
}
|
|
|
|
.icon {
|
|
display: inline-block;
|
|
margin-right: 0.75rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="example"></div>
|
|
<script src="./build/main.js"></script>
|
|
</body>
|
|
</html>
|