mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-24 14:52:54 +02:00
docs: add text samples
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
const sampleCollection = [
|
||||
{
|
||||
title: 'texts',
|
||||
showCode: false,
|
||||
code: `<span class="nes-text is-primary">Primary</span>
|
||||
<span class="nes-text is-success">Success</span>
|
||||
<span class="nes-text is-warning">Warning</span>
|
||||
<span class="nes-text is-error">Error</span>
|
||||
<span class="nes-text is-disabled">Disabled</span>`,
|
||||
},
|
||||
{
|
||||
title: 'buttons',
|
||||
showCode: false,
|
||||
|
Reference in New Issue
Block a user