2.0.0 • Published 6 months ago

alfa-zipcode v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Alfa-Zipcode

Find the postal code of any location in Mexico easily with this library.

Features

  • Compatible with Next.js and React.
  • Built with TypeScript.
  • TailwindCSS-based design.

Installation

To get started, install the library using npm:

npm install alfa-zipcode

TailwindCSS Setup

This library uses TailwindCSS for styling. After installation, update your tailwind.config.ts file to include the following path:

'./node_modules/my-component-path/**/*.{vue,js,ts,jsx,tsx}',

Example Configuration

export default {
    darkMode: ["class"],
    content: [
        "./pages/**/*.{js,ts,jsx,tsx,mdx}",
        "./components/**/*.{js,ts,jsx,tsx,mdx}",
        "./app/**/*.{js,ts,jsx,tsx,mdx}",
        './node_modules/my-component-path/**/*.{vue,js,ts,jsx,tsx}',
    ],
}

Usage

To use the library, import the component and integrate it into your project:

import GetZipCode from "alfa-zipcode";

You're now ready to look up postal codes!

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.19

6 months ago

1.0.18

6 months ago

1.0.16

6 months ago

1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.25

6 months ago

1.0.24

6 months ago

2.0.0

6 months ago

1.0.23

6 months ago

1.0.28

6 months ago

1.0.27

6 months ago

1.0.11

6 months ago

1.0.15

6 months ago

1.0.14

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago