Closed mineofcode closed 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
Before submitting the PR, please make sure you do the following
[@svelteui/core]
,[@svelteui/actions]
,[@svelteui/motion]
,[@svelteui/core]
,[core]
, or[docs]
.Tests
npm test
and lint the project withyarn lint
or just runyarn repo:prepush
and check to see if it's passing.