Browse Source

adding, change structure

release/0.2
Björn 3 years ago
parent
commit
b707a35703
2 changed files with 17 additions and 14 deletions
  1. +17
    -1
      dist/index.html
  2. +0
    -13
      spritemap.js

+ 17
- 1
dist/index.html View File

@ -28,6 +28,21 @@
</header>
<div class="container m-top-7">
<div class="grid">
<div class="col-12">
<p>
<span class="t-bold">Plain UI</span> is a simple UI Framework. It uses strong Utility Classes and has a few Components.
</p>
<p>
Some ideas of this are based Work from the last 10 Years. But also Ideas from Frameworks TailwindCSS.
</p>
<p>
The Basic Idea was a quick
</p>
</div>
</div>
<div class="grid">
<div class="col-12">
<h2 class="m-bottom-0">Heading</h2>
@ -65,7 +80,8 @@
</a>
</div>
<h2>Buttons</h2>
<h2>Components</h2>
<h3>Buttons</h3>
<button class="button">
Default
</button>


+ 0
- 13
spritemap.js View File

@ -1,13 +0,0 @@
(self["webpackChunkplain_ui"] = self["webpackChunkplain_ui"] || []).push([["spritemap"],{
/***/ "?4e0c":
/*!******************************!*\
!*** spritemap-dummy-module ***!
\******************************/
/***/ (() => {
/***/ })
}]);

Loading…
Cancel
Save