svelte
svelte copied to clipboard
Accelerate your Svelte development with uBeac's powerful and easy-to-use UI components
The docs say that "You can change the type by setting the type property to email, number, password, search, tel, or url." However, the sdk only supports: `export declare const...
when we type on input date should update based on input's value 1990-12-12 ...
- open on focus - disabled - auto width - keyboard - close after clicking inside the popup or persist it - manual toggle - placement for the popup -...
- multiple - preview (join with a delimiter, or chip) - open on focus - editable (select only or can type) - categorize - min/max number of items - items...
- [ ] https://github.com/iconify/iconify/issues/178#issuecomment-1283987288 (unplugin-icon) - [ ] Stroke width of tabler icons should be 1.5 @pournasserian stroke width of tabler icons should be 1.5 but now it is 2,...
It raises error when we import uBeac components in Svelte repl. Here is the code: ``` import {Button} from '@ubeac/[email protected]' let name = 'world'; Submit ``` Here is the REPL:...