Kevin Mendoza

BottomPagination

The BottomPagination component allows you navigate between multiple pages.

Import

import { BottomPagination } from 'sveltekev';

Size

Radius

Color

black

white

gray

none

default

primary

secondary

success

warning

danger

Shadow

Buttons color

Buttons radius

Buttons shadow

API

ATTRIBUTE

TYPE

DEFAULT

size

'xs' | 'sm' | 'md' | 'lg' | 'xl'

md

radius

'none' | 'sm' | 'md' | 'lg' | 'full'

none

color

'black' | 'white' | 'gray' | 'none' | 'default' | 'primary' | 'secondary' | 'success' | 'warning'| 'danger'

default

shadow

0 | 1 | 2 | 3

0

buttonColor

'black' | 'white' | 'gray' | 'none' | 'default' | 'primary' | 'secondary' | 'success' | 'warning'| 'danger'

default

buttonRadius

'none' | 'sm' | 'md' | 'lg' | 'full'

none

buttonShadow

0 | 1 | 2 | 3

0

prevHref

string

null

nextHref

string

null