Demo update
parent
bd695880cc
commit
33f0533a78
|
@ -8,12 +8,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content-section implementation">
|
<div class="content-section implementation">
|
||||||
<h3>Basic</h3>
|
|
||||||
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
||||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" />
|
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-demo-terminal" />
|
||||||
|
|
||||||
<h3>Custom Theme</h3>
|
|
||||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-terminal" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<TerminalDoc />
|
<TerminalDoc />
|
||||||
|
@ -62,7 +58,7 @@ p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .dark-terminal {
|
/deep/ .dark-demo-terminal {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
|
|
|
@ -122,12 +122,8 @@ export default {
|
||||||
<span>View on GitHub</span>
|
<span>View on GitHub</span>
|
||||||
</a>
|
</a>
|
||||||
<CodeHighlight>
|
<CodeHighlight>
|
||||||
<h3>Basic</h3>
|
|
||||||
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
<p>Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number.</p>
|
||||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" />
|
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-demo-terminal" />
|
||||||
|
|
||||||
<h3>Custom Theme</h3>
|
|
||||||
<Terminal welcomeMessage="Welcome to PrimeVue" prompt="primevue $" class="dark-terminal" />
|
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
<CodeHighlight lang="js">
|
<CodeHighlight lang="js">
|
||||||
|
@ -168,7 +164,7 @@ p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .dark-terminal {
|
/deep/ .dark-demo-terminall {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue