1.0.2 • Published 8 months ago

wheelerjs v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

wheelerjs

The only library you needed to show up a loader

How to use the package

  • Simply install the package using npm install wheelerjs
  • In you component file, you need to import the Loader component
import {Loader} from 'wheelerjs';

function App() {
  return (
    <div>
      <Loader />
    </div>
  );
}

export default App;
  • If you face any issue, use github issues for that
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago