8000 GitHub - timhall/svelte-aria
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timhall/svelte-aria

< 8000 span class="TextInput-icon" id=":R2j5abH1:" aria-hidden="true">

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-aria

Controls

Button ...

<script>
  import { Div } from 'svelte-elements';
  import { Button } from 'svelte-aria';
</script>

<Button as={Div} class="action" on:click={() => console.log('click')}>Action</Button>
<!--
  Generates:
  <div role="button" tabindex=0 class="action">Action</div>

  With handlers for click, space, and enter
-->

Landmarks

Landmarks are used to add special meaning to the html document.

Banner is for site-oriented content at the beginning of the page Complementary ... Contentinfo ... Form ... Main ... Navigation identifies links that provide document navigation, and so on. Region ... Search ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0