mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Most simple components created
This commit is contained in:
7
lib/component/input/switch/DarkSwitch.tsx
Normal file
7
lib/component/input/switch/DarkSwitch.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function DarkSwitch(){
|
||||
return (
|
||||
<div>
|
||||
Dark Switch
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user