mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-25 15:10:48 +02:00
docs: add lists samples
This commit is contained in:
@@ -204,6 +204,27 @@ const sampleCollection = [
|
||||
</form>
|
||||
</dialog>
|
||||
</section>`,
|
||||
},
|
||||
{
|
||||
title: 'lists',
|
||||
showCode: false,
|
||||
code: `<div class="lists">
|
||||
<ul class="nes-list is-disc">
|
||||
<li>Good morning.</li>
|
||||
<li>Thou hast had a good night's sleep, I hope.</li>
|
||||
<li>Thou hast had a good afternoon</li>
|
||||
<li>Good night.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="lists">
|
||||
<ul class="nes-list is-circle">
|
||||
<li>Good morning.</li>
|
||||
<li>Thou hast had a good night's sleep, I hope.</li>
|
||||
<li>Thou hast had a good afternoon</li>
|
||||
<li>Good night.</li>
|
||||
</ul>
|
||||
</div>`,
|
||||
},
|
||||
{
|
||||
title: 'avatar',
|
||||
|
Reference in New Issue
Block a user