Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipchalupa/nextjs-button-base


https://github.com/filipchalupa/nextjs-button-base

button nextjs react

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js button base [![npm](https://img.shields.io/npm/v/nextjs-button-base.svg)](https://www.npmjs.com/package/nextjs-button-base) ![npm type definitions](https://img.shields.io/npm/types/nextjs-button-base.svg)

Simplify similarly looking `` and `` buttons.

[![screenshot](https://raw.githubusercontent.com/FilipChalupa/nextjs-button-base/HEAD/screenshot.png)](https://nextjs-button-base.netlify.app)

## Installation

```bash
npm install nextjs-button-base
```

## How to use

Create your own wrapper component. You can get inspired by [ExampleButton here](src/stories/ExampleButton.tsx) and [Storybook here](https://nextjs-button-base.netlify.app).

## Development

Run `npm start` and `npm run storybook` parallelly.