@dropdowns/marital-status
v1.0.0
Published
A list of all marital status that can be used in form dropdown options
Downloads
3
Maintainers
Readme
About
A list of all marital status that can be used in form dropdown options.
Collection Sample
Marital Status
{ "name": "Single" }
Installation
$ npm install @dropdowns/marital-status
Usage
Import the package in your application.
import dropdown from "@dropdowns/marital-status";
Available Methods
| Method | Description | Example |
|-----------------------|-------------------------|----------------------------------|
| getAllMaritalStatus() | Show all marital status | dropdown.getAllMaritalStatus()
|
License
Licensed under MIT