Next.js button base
Simplify similarly looking <button>
and <a>
buttons.
Installation
npm install nextjs-button-base
How to use
Create your own wrapper component. You can get inspired by ExampleButton here and Storybook here.
Development
Run npm start
and npm run storybook
parallelly.