Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shulhan/wui.svelte
A collection of Web User Interface (WUI) build with svelte
https://github.com/shulhan/wui.svelte
Last synced: about 1 month ago
JSON representation
A collection of Web User Interface (WUI) build with svelte
- Host: GitHub
- URL: https://github.com/shulhan/wui.svelte
- Owner: shuLhan
- License: other
- Created: 2020-08-20T14:39:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T04:03:02.000Z (about 4 years ago)
- Last Synced: 2024-04-24T13:45:57.689Z (7 months ago)
- Language: HTML
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
- License: LICENSE
Awesome Lists containing this project
README
= wui.svelte
A collection of Web User Interface (WUI) build with
https://svelte.dev[Svelte].List of components,
* `WuiInputIPPort`: an input component for "address:port" value.
* `WuiInputNumber`: an input component for number, with options to set maximum
and minimum value, and a suffix.* `WuiLabelHint`: a label component with clickable hint that show input
information. This component can wrap other components.* `WuiNotif`: a component to show notification
* `WuiPushNotif`: a function to push notification to be displayed by
`WuiNotif`.