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

https://github.com/at-the-vr/phobic

phobic is just a bunch of HTML components written in NextJs and styled with TailwindCSS
https://github.com/at-the-vr/phobic

nextjs react taiwlindcss

Last synced: 6 months ago
JSON representation

phobic is just a bunch of HTML components written in NextJs and styled with TailwindCSS

Awesome Lists containing this project

README

          

## Phobic



Phobic is just a bunch of components that I thought to design with a11y and reusability in mind.

Made in NextJs with TailwindCSS, these are extensible components ready to use, possibly just copy-paste the styles instead of the whole component 😉

### List

Phobic currently holds

1. [button](https://phobic.vercel.app/button)

2. [card](https://phobic.vercel.app/card)

3. [input](https://phobic.vercel.app/input)

4. [accordion](https://phobic.vercel.app/accordion)

## Development

First, install the dependencies:

```bash
npm i
```

then run the dev server:

```bash
npm run dev
# default hosts at 3000 port
```