feat(ui): new loader component; button and icon v2

This commit is contained in:
Brian McGee
2025-06-02 12:30:07 +01:00
parent a537f44b6d
commit ec62419668
46 changed files with 4244 additions and 364 deletions

View File

@@ -1,8 +1,8 @@
import type { Preview } from "@kachurun/storybook-solid";
import "@/src/components/v2/index.css";
import "./preview.css";
import "../src/index.css";
import "./preview.css";
export const preview: Preview = {
tags: ["autodocs"],