Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 288 Bytes

File metadata and controls

14 lines (13 loc) · 288 Bytes
  • Create a modal using Tailwind
    • Controller of Modal (Open/Close Handler)

    • Header of Modal

      • title
      • close button
    • Body of Modal

      • content | any JSX
    • Footer

      • Action buttons
        • Save
        • Cancel
        • Delete
        • etc