Skip to content

Latest commit

 

History

History
234 lines (208 loc) · 9.5 KB

modal.svelte.md

File metadata and controls

234 lines (208 loc) · 9.5 KB
title desc published
Modal
Modal is used to show a dialog or a box when you click a button.
true
<script> import Component from "@components/Component.svelte" import ClassTable from "@components/ClassTable.svelte" import { prefix } from '$lib/stores'; import { replace } from '$lib/actions'; </script>

open modal
{
`
open modal




  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}
{
`{/* The button to open modal */}
open modal

{/* Put this part before  tag */}


  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}
open modal
{
`
open modal


  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
     Yay!
    
  
`
}
{
`{/* The button to open modal */}
open modal
{/_ Put this part before  tag _/}

  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
     Yay!
    
  
`
}
open modal
{
`
open modal




  

    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
  
`
}
{
`{/* The button to open modal */}
open modal

{/* Put this part before  tag */}


  

    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
  
`
}
open modal
{
`
open modal




  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
  
`
}
{
`{/* The button to open modal */}
open modal

{/* Put this part before  tag */}


  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
  
`
}
open modal
{
`
open modal




  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}
{
`{/* The button to open modal */}
open modal

{/* Put this part before  tag */}


  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}
open modal
{
`
open modal




  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}
{
`{/* The button to open modal */}
open modal

{/* Put this part before  tag */}


  
    Congratulations random Internet user!
    You've been selected for a chance to get one year of subscription to use Wikipedia for free!
    
      Yay!
    
  
`
}