1.0.2 • Published 8 months ago

facebuttons v1.0.2

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

facebuttons

The only library you need for fancy animated buttons

How to use the package

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

function App() {

  const handleClick = () => {
    console.log('Click');
  };

  return (
    <div>
      <NeuroButton width="20" padding="40" onClick={handleClick} />
    </div>
  );
}

export default App;

How it looks like

  • 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