1.0.4 • Published 1 year ago
nextjs-button-base v1.0.4
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.