Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.