svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.3k stars 62 forks source link

Feature/breadcrumb #303

Closed mineofcode closed 1 year ago

mineofcode commented 1 year ago

Before submitting the PR, please make sure you do the following

Tests

mineofcode commented 1 year ago

There's commits and changes for the radio component. This branch should only contain commits and changes of the breadcumb component.

Also, why the need for a BreadcumbItem component? Couldn't that logic be included inside the Breadcumb? It seems too much for a simple component

  1. Oops is it let me check.
  2. I think if there is ui tags for component it will have more control for users to manipulate the dom. It should be same design pattern isn't it?