mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Make Customizer a floating window
This commit is contained in:
@@ -8,8 +8,6 @@ function Box() {
|
||||
|
||||
return (
|
||||
<div className={cn.items}>
|
||||
<div className="box">I am in a box</div>
|
||||
|
||||
{ids.map((id) => {
|
||||
return <VarItem key={id} id={id} />;
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user