nextjs-button-base
v1.0.4
Published
Button base component for Next.js.
Downloads
458
Readme
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.