mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: format files with Prettier 3
This commit is contained in:
parent
1dcd09bd98
commit
8e996dc683
391 changed files with 3725 additions and 3785 deletions
|
@ -6,16 +6,16 @@
|
|||
export let active = false;
|
||||
</script>
|
||||
|
||||
<li class:bx--pagination-nav__list-item="{true}">
|
||||
<li class:bx--pagination-nav__list-item={true}>
|
||||
<button
|
||||
type="button"
|
||||
data-page="{page}"
|
||||
aria-current="{active ? 'page' : undefined}"
|
||||
class:bx--pagination-nav__page="{true}"
|
||||
class:bx--pagination-nav__page--active="{active}"
|
||||
data-page={page}
|
||||
aria-current={active ? "page" : undefined}
|
||||
class:bx--pagination-nav__page={true}
|
||||
class:bx--pagination-nav__page--active={active}
|
||||
on:click
|
||||
>
|
||||
<span class:bx--pagination-nav__accessibility-label="{true}">
|
||||
<span class:bx--pagination-nav__accessibility-label={true}>
|
||||
<slot />
|
||||
</span>
|
||||
{page}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue