Updated components

This commit is contained in:
Patrick Alvin Alcala 2025-12-18 17:15:53 +08:00
parent 409a3891f9
commit f59032050e
12 changed files with 30 additions and 19 deletions

View file

@ -1,6 +1,7 @@
import './Input.sass'
import { TextField } from '@kobalte/core/text-field'
import { Show, type Setter } from 'solid-js'
import { Show } from 'solid-js/web'
import type { Setter } from 'solid-js'
interface Props {
label?: string