Draco is Contributing…

Fixed typo in Breadcrumb component:
- BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
+ BreadcrumbEllipsis.displayName = "BreadcrumbElipsis";

There was a typo in the MenuBar component that could cause issues with React in displayName
Line 237 in both themes:
- MenubarShortcut.displayname = "MenubarShortcut";
+ MenubarShortcut.displayName = "MenubarShortcut";

…oddamn

I can't for the life of me get that animation for the discord button working correctly T-T Gonna do that later

yarn install, yarn dev

Used jsdoc-to-markdown to make an automatic docgen system in md, gonna expand on this later to make a dynamic site from the md files

Adding JSDOC for Intellisense and to make the package more accessible, currently only a few files so you don't have to review too many lines, hope I didn't break anything
Last fetched: | Scheduled refresh: Every Saturday