wheelerjs
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wheelerjs

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.93 kB

Total Files

19

Last publish

Collaborators

  • suyashpatil78