[mod] wa fixes
This commit is contained in:
parent
5c036adc0f
commit
566831c73d
9 changed files with 309 additions and 204 deletions
34
webapp/static/clients/codemirror/wa2.html
Normal file
34
webapp/static/clients/codemirror/wa2.html
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="wa-cloak wa-theme-default wa-palette-default wa-brand-blue">
|
||||
<!-- also quiet-dark -->
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>awesome test</title>
|
||||
|
||||
<link rel="stylesheet" href="../../webawesome/dist-cdn/styles/webawesome.css" />
|
||||
<link rel="icon" type="image/png" href="../favicon.png" />
|
||||
|
||||
<script type="module" src="wa-setup.js"></script>
|
||||
<link rel="stylesheet" href="wa.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page-wrap">
|
||||
<wa-button appearance="filled-outlined" variant="neutral">Filled-Outlined</wa-button>
|
||||
|
||||
<button>
|
||||
ddddd
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue