mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-26 23:56:02 +08:00
9fb000b8fe
Replace native HTML elements with shadcn/ui components: - <button> → <Button> with variants (default, outline, ghost) - <input type="url"> → <Input> component Benefits: - Consistent styling across the application - Better accessibility and theming support - Reduced custom CSS classes - Type-safe component props