nigerian-bank-select
v1.0.3
Published
A Vue select component for your users to select nigerian banks with their logos
Downloads
5
Readme
Nigerian Bank Select
A Vue select component for your users to select nigerian banks with their logos
Installation
To install run:
npm i nigerian-bank-select
Usage
First off, import the BankSelect component and the css
<script setup lang="ts">
import { BankSelect } from "nigerian-bank-select"
import "nigerian-bank-select/style.css"
</script>