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
- Host: GitHub
- URL: https://github.com/at-the-vr/phobic
- Owner: at-the-vr
- Created: 2024-02-14T05:57:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:08:15.000Z (about 1 year ago)
- Last Synced: 2025-02-10T03:25:03.521Z (8 months ago)
- Topics: nextjs, react, taiwlindcss
- Language: TypeScript
- Homepage: https://phobic.vercel.app
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```