mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
✨ Improve the documentation page
This commit is contained in:
parent
70aef6452f
commit
5320c66204
1 changed files with 29 additions and 3 deletions
32
index.html
32
index.html
|
@ -129,7 +129,7 @@
|
||||||
<h2>
|
<h2>
|
||||||
Layout
|
Layout
|
||||||
</h2>
|
</h2>
|
||||||
<section class="panel panel-aside">
|
<section class="panel panel-box">
|
||||||
<h3>
|
<h3>
|
||||||
Splitter and splitted
|
Splitter and splitted
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -237,14 +237,40 @@
|
||||||
Spoiler panels
|
Spoiler panels
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
Entire panels can be spoilered too!
|
Entire panels can be spoilered as well!
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<h2>
|
<h2>
|
||||||
|
Interactivity
|
||||||
</h2>
|
</h2>
|
||||||
|
<div class="panel panel-split">
|
||||||
|
<section class="panel panel-box">
|
||||||
|
<h3>
|
||||||
|
Tooltips
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
Text <abbr title="Hello world!">with a tooltip</abbr> is underlined and has a "help" cursor if
|
||||||
|
hovered.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
<section class="panel panel-box">
|
||||||
|
<h3>
|
||||||
|
Disabled
|
||||||
|
</h3>
|
||||||
|
<p>
|
||||||
|
Elements can be <span class="status-disabled">disabled</span> to reduce their opacity and display a
|
||||||
|
"not allowed" cursor if hovered.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
It also works with <a class="status-disabled">links</a>!
|
||||||
|
</p>
|
||||||
|
<section class="panel panel-box status-disabled">
|
||||||
|
And panels!
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue