1.0.1 • Published 2 years ago

@magicniclus/reactdropdownbtn v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Getting Started with Date Utils

Installation

npm i @magicniclus/reactdropdownbtn

Usage

In the project directory, you can run:

import { DropDownBtn } from '@magicniclus/reactdropdownbtn'

function App() {
  return (
    <div className="App">
      <DropDownBtn />
      ...
    </div>
  );
}
export default App;