Skip to content

The only library you need to show fancy animated buttons

Notifications You must be signed in to change notification settings

suyashpatil78/facebuttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The only library you need to show fancy animated buttons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors