mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +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>
|
||||
Layout
|
||||
</h2>
|
||||
<section class="panel panel-aside">
|
||||
<section class="panel panel-box">
|
||||
<h3>
|
||||
Splitter and splitted
|
||||
</h3>
|
||||
|
@ -237,14 +237,40 @@
|
|||
Spoiler panels
|
||||
</h3>
|
||||
<p>
|
||||
Entire panels can be spoilered too!
|
||||
Entire panels can be spoilered as well!
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<h2>
|
||||
|
||||
Interactivity
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue