Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 763 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 763 Bytes

wheelerjs

install size downloads

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;

How it looks like

  • If you face any issue, use github issues for that