Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Button components are messy #46

@seiwonpark

Description

@seiwonpark
./src/components/Buttons
├── ControlButton
│   ├── index.module.css
│   └── index.tsx
├── DeviceSelectButton
│   ├── index.module.css
│   └── index.tsx
├── ElevatedButton
│   ├── index.module.css
│   └── index.tsx
├── GoogleLoginButton
│   ├── index.module.css
│   └── index.tsx
├── HostOptionButton
│   ├── index.module.css
│   └── index.tsx
├── IconButton
│   ├── index.module.css
│   └── index.tsx
├── OutlinedButton
│   ├── index.module.css
│   └── index.tsx
├── SVGIcon
│   ├── index.module.css
│   └── index.tsx
├── TextButton
│   ├── index.module.css
│   └── index.tsx
└── index.ts

These could be grouped or wrapped into another abstract component

Metadata

Metadata

Assignees

Labels

refactorRefactoringssuggestionSuggestions for anything

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions