Connection lost, check your internet connection!
Sponsor the project Github. Sponsor. Paypal.
  1. Example Two

Breadcrumb

2 breadcrumb component available : breadcrumb link and breadcrumb item.

Breadcrumb Link

  1. title : props / slot - nullable if have slot
  2. href : props - require
  3. slot - nullable if have title

Breadcrumb Item

  1. title : props / slot - nullable if have slot
  2. slot - nullable if have title
    Breadcrumb Link Loooooooooooooooooooong Breadcrumb Link
  1. Breadcrumb Item

The default breadcrumb link and breadcrumb item is not truncate . You should add truncate class to make it truncate.

Badge

3 type variant: success, warning, info (default)

  1. text : props / slot - nullable if have slot
  2. type : props (default = info) - nullable
  3. slot - nullable if have text
Success Badge Warning Badge Info Badge

Banner

3 type variant: success, warning, info (default)

  1. text : props / slot - nullable if have slot
  2. type : props (default = info) - nullable
  3. badge : slot - nullable
  4. slot - nullable if have text

Banner

Success banner!
Warning banner!
Info banner!

Banner with Badge

Success Success banner!
Warning Warning banner!
Info Info banner!

Sidebar Banner

Success sidebar banner!

Warning sidebar banner!

Info sidebar banner!

Sidebar Banner with Badge

Success

Success sidebar banner!

Warning

Warning sidebar banner!

Info

Info sidebar banner!

Table

2 available table row type : flat (default), stripe.

Table also have many smaller component like row, cell, heading, cell data not found, sort button, action button and action link.

You can use dropdown as an action option. However, personally I prefer using a action button and action link.

  1. head : slot - required
  2. body : slot - required

Flat Table

Name
Email
Actions

[email protected]

#

[email protected]

#

[email protected]

#

[email protected]

#

[email protected]

#

Stripe Table

Name
Email
Actions

[email protected]

#

[email protected]

#

[email protected]

#

[email protected]

#

[email protected]

#