mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add Export toggle
This commit is contained in:
@@ -45,8 +45,17 @@ function Export() {
|
||||
<div className={cn.main}>
|
||||
{css ? (
|
||||
<>
|
||||
<div className={cn.explanation}>
|
||||
Insert this CSS <em>after</em> importing Bulma.
|
||||
<div className={cn.body}>
|
||||
<p className="title is-5">Export</p>
|
||||
|
||||
<div className={cn.explanation}>
|
||||
<p>Insert this CSS <em>after</em> importing Bulma.</p>
|
||||
|
||||
<div className="buttons are-small">
|
||||
<button className="button is-primary">Copy</button>
|
||||
<button className="button is-danger is-outlined">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Highlighter PreTag="div" language="css">
|
||||
|
||||
Reference in New Issue
Block a user