mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
chore: set up all component styles, fonts, and themes
- Adapt documentation to new styles
This commit is contained in:
parent
23d4bdec4e
commit
fc0d37cf33
58 changed files with 335 additions and 295 deletions
|
@ -4,9 +4,9 @@
|
|||
let page = 2;
|
||||
</script>
|
||||
|
||||
<PaginationNav bind:page />
|
||||
<PaginationNav bind:page="{page}" />
|
||||
|
||||
<div style="margin: var(--bx-spacing-05) 0">
|
||||
<div style="margin: var(--cds-spacing-05) 0">
|
||||
<Button on:click="{() => (page = 1)}" disabled="{page === 0}">
|
||||
Set page to 1
|
||||
</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue