LoginSignup
0
0

More than 1 year has passed since last update.

ドラッグ&ドロップエリアのHubLタグ

Last updated at Posted at 2021-07-05

原則

・dnd_areaで囲う必要がある
・class名を指定できるのはdnd_areaのみ
・dnd_areaの内側に記述したHTMLは無視される。外側に記述したHTMLは反映される
・dnd_area内でif文は利用できない。

最小構成

dnd_area
    dnd_section

いくつかのパターン

dnd_area
    dnd_section
    dnd_section
    dnd_section

dnd_area
    dnd_section
        dnd_column
        dnd_column

dnd_area
    dnd_section
        dnd_column
            dnd_row
                dnd_module
        dnd_column
            dnd_row
                dnd_module

dnd_areaも複数使える

dnd_area
    dnd_section

dnd_area
    dnd_section

dnd_area
    dnd_section

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0