Application toolbar.
https://luna.liriliri.io/?path=/story/toolbar
Add the following script and style to your page.
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/luna-toolbar/luna-toolbar.css" />
<script src="//cdn.jsdelivr.net/npm/luna-toolbar/luna-toolbar.js"></script>
You can also get it on npm.
npm install luna-toolbar --save
import 'luna-toolbar/luna-toolbar.css'
import LunaToolbar from 'luna-toolbar'
const toolbar = new LunaToolbar(container)
toolbar.appendText('Test')
Append html.
Append text input.
Append select.
Append separator.
Append item that fills the remaining space.
Append text.
Clear all.
Remove item.