Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/filipchalupa/nextjs-button-base
- Owner: FilipChalupa
- Created: 2022-04-22T13:38:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T12:42:17.000Z (10 months ago)
- Last Synced: 2024-09-22T01:23:55.855Z (about 2 months ago)
- Topics: button, nextjs, react
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nextjs-button-base
- Size: 5.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.