Skip to content

jptrinh/jp-input-select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WW-SELECT

This is an element for Weweb, to display a select component.

This component add the ability to add a prefix when a value is selected.

Installation

To run locally, first install all dependencies with npm install.

Start

To serve locally, run npm run serve --port=[PORT], and then go to Weweb editor, open developer popup and add localhost:[PORT] as custom element.

Build

Before release, you can check build error by running npm run build --name="ww-select" --type="element"

About

This component is a fork of the WeWeb native select. It adds a prefix when a value is selected.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • JavaScript 53.3%
  • Vue 46.7%