searchable-dropdown-web-component
v0.1.1
Published
Searchable
Downloads
1
Readme
Searchable Dropdown
Local Instalation
Use version of NodeJS v20..
npm install
Run local developement with :
npm start
Build & deliver to "End-user" to Vanila, to Framework, etc with :
npm run build
Usage
The approachable of Searchable-dropdown development used "Micro" web component, so that it can be Big potential crossing all js-framework, even cross Platform (Android,iOS, Desktop)
Folder in Action
├── dist/ #
│
├── loader/ #
│
├── src/
│ ├── assets/
│ ├── components/ #Code in action
│ ├── utils/
│ └── index.ts
|
├── package.json
├── stencil.config.json
├── tsconfig.json
└── README.md