1.0.4 • Published 12 months ago

city-state-dropdown v1.0.4

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

city-state-dropdown

A React component for state and city dropdowns for India.

Installation

npm install city-state-dropdown
or
npm i city-state-dropdown

Usage

import React from "react";
import StateCityDropdown from "state-city-dropdown";

// App.jsx
function App() {
  return (
    <>
      <StateCityDropdown
        containerClassName="flex flex-col items-center"
        stateClassName="mt-2 p-2 border border-gray-300 rounded"
        cityClassName="mt-2 p-2 border border-gray-300 rounded"
      />
    </>
  );
}

export default App;
1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago