1.0.6 • Published 6 months ago

react-nice-select v1.0.6

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
6 months ago

Installation

The package can be installed via npm:

npm install nice-select --save

Usage

import React, { useEffect} from "react";
import niceSelect from "react-nice-select";

import "react-nice-select/css/nice-select.css";

const Example = () => {
  useEffect(() => {
	niceSelect();
  }, []);
  return (
    <div />
  );
};

If you like this :

"Buy Me A Coffee"