Tailwind Card Component

Overview

Next.Js

Project Name : Tailwind Card Component

This is just a card commponent using tailwind css. it just awesome.

Technologies

  • Next.Js
  • React.Js
  • Tailwind Css
  • heroicons
  • React-icons
  • JavaScript
  • Visual Studio Code
  • Git & GitHub

How it look's

Some important information about Next.Js

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Some important information about Tailwind Css with Next.js

Step-1 First create a next app
npx create-next-app my-project
Step-2 Go to the project directory
cd my-project
Step-3 run the following command on terminal
npm install -D tailwindcss postcss autoprefixer
Step-4 then run this command
npx tailwindcss init -p
Step-5 add this in tailwind.config.js

module.exports = {
content: [
 "./pages/**/*.{js,ts,jsx,tsx}",
 "./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
 extend: {},
},
plugins: [],
}

Step-6 add the following code in global.css file

@tailwind base;
@tailwind components;
@tailwind utilities;

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Thanks for visiting πŸ€—

You might also like...

Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS.

Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS.

React Table + Tailwind CSS = ❀️ Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS. Both parts

Jan 7, 2023

:credit_card: make your credit card form better in one line of code

:credit_card: make your credit card form better in one line of code

Card - check out the demo A better credit card form in one line of code Card will take any credit card form and make it the best part of the checkout

Jan 4, 2023

Very simple app to decode your Vaccination Proof QR Code (such as the one provided by government of Quebec) - Compatible with SHC (Smart Health Card standard)

Very simple app to decode your Vaccination Proof QR Code (such as the one provided by government of Quebec) - Compatible with SHC (Smart Health Card standard)

shc-covid19-decoder Visit simple hosted version on your phone (does NOT transmit any data, all remains in your browser) https://fproulx.github.io/shc-

Sep 23, 2022

Just A Personal Card for Cristian Del Rio (CristianJDelRio)

Just A Personal Card for Cristian Del Rio (CristianJDelRio)

NPX CARD This my NPX card show you a little bit about me directly via console or terminal πŸ‘‡ just hit npx cristianjdelrio SCREENSHOT The final output

Oct 26, 2021

Minimalistic media card for Home Assistant Lovelace UI

Minimalistic media card for Home Assistant Lovelace UI

Mini Media Player A minimalistic yet customizable media player card for Home Assistant Lovelace UI. Inspired by Custom UI: Mini media player and custo

Jan 5, 2023

Cardmatchinggamebyercan - A card-matching game made with Flutter.

card_matching_game_by_ercan A card-matching game. Working Demo: https://confident-austin-19dbd2.netlify.app Getting Started This project is a starting

Dec 14, 2022

Venni backend - The backend of the Venni client apps implementing the credit card payments, matching algorithms, bank transfers, trip rating system, and more.

Cloud Functions Description This repository contains the cloud functions used in the Firebase backend of the Venni apps. Local Development Setup For t

Jan 3, 2022

Create a card layout that let your user flip through it like you see on Google Tips

#Tip Cards by Pete R. Create an animated card layout that let your viewer flip through it like you see on Google Tips Page. Created by Pete R., Founde

Nov 5, 2022

A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.

A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.

History explorer card This is a custom history card for Home Assistant. This card offers a highly interactive and configurable way to view the history

Dec 31, 2022

Food Card website using angular Feature: add to cart remove to cart searching food filter food

SearchBar This project was generated with Angular CLI version 13.1.2. Development server Run ng serve for a dev server. Navigate to http://localhost:4

Jan 20, 2022

Different Types of Monsters Card of Popular anime. Build in React tech.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: ya

Mar 19, 2022

Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI

Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI

room-card Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI NOTE: This card is base on the multiple-e

Dec 16, 2022

Credit Card Issuance System with Sudo.Africa

sudo-creditcard Credit Card Issuance System with Sudo.Africa Project Structure Client - Frontend (Vue JS) src assets compponents router service (api r

Feb 6, 2022

A website for detecting name of bank from card number, supported all Iranian banks

A website for detecting name of bank from card number, supported all Iranian banks

Detect Iranian Bank Web A website for detecting name of bank from card number, supported all Iranian banks. This package contains SVG logo and brand c

Oct 2, 2022

Bot to automatically find and book appointment for renewal/creation of a Swedish passport or national identity card.

passport-appointment-bot πŸ›‚ πŸ€– Bot to automatically find and book an appointment for renewal/creation of a Swedish passport or national identity card.

Dec 4, 2022

Yu-Gi-Oh! Card Search Engine

Yu-Gi-Oh! Card Search Engine

Yu-Gi-Oh! Card Search Engine Buscador de cartas de Yu-Gi-Oh, os resultados sΓ£o apresentados em PT-BR. Algumas cartas podem nΓ£o ser encontradas devido

Apr 14, 2022

Benefit cards API, create and store card data and log transactions

Benefit cards API, create and store card data and log transactions

Valex πŸ’³ Benefit cards for companies and employees! πŸ’» Tech used Overview An API to store benefit cards from companies to employees and log transactio

Apr 25, 2022

Card IDE (CIDEr) - Design game cards using HTML/Handlebars, CSS, and tabular data

Card IDE (CIDEr) - Design game cards using HTML/Handlebars, CSS, and tabular data

CIDEr Card IDE (CIDEr) - Design game cards using HTML/Handlebars, CSS, and tabular data. Website: Start using Cider About CIDEr Cider was created to f

Dec 10, 2022

Yu-Gi-Oh! Card Search Engine

Yu-Gi-Oh! Card Search Engine

Yu-Gi-Oh! Card Search Engine Buscador de cartas de Yu-Gi-Oh, os resultados sΓ£o apresentados em PT-BR. Algumas cartas podem nΓ£o ser encontradas devido

Apr 14, 2022
Comments
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 25% πŸŽ‰

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /showcase/s3.png | 36.41kb | 24.93kb | 31.54% | | /showcase/s4.png | 35.99kb | 24.89kb | 30.84% | | /showcase/s2.png | 190.35kb | 136.61kb | 28.24% | | /showcase/s1.png | 188.41kb | 136.40kb | 27.61% | | /public/vercel.svg | 1.08kb | 1.06kb | 1.00% | | /public/thumb.svg | 67.63kb | 67.62kb | 0.02% | | | | | | | Total : | 519.87kb | 391.50kb | 24.69% |


    πŸ“ docs | :octocat: repo | πŸ™‹πŸΎ issues | πŸͺ marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 0
Owner
PAVITRA BEHARA
Make it work, make it right, make it fast!!
PAVITRA BEHARA
11ty, Tailwind 3, AlpineJS 3

11-TEA An 11ty starter with Tailwind 3, AlpineJS 3 Getting started It's pretty straightforward. Clone the repo - since you'll be turning this into you

Will Vincent 5 Apr 15, 2022
A Tailwind CSS preset that replaces rem with px.

tailwind-pixel-perfect-preset A Tailwind CSS preset that replaces rem with px. Install npm install --save-dev @rise8/tailwind-pixel-perfect-preset # o

Rise8 2 Apr 9, 2022
Semantic is a UI component framework based around useful principles from natural language.

Semantic UI Semantic is a UI framework designed for theming. Key Features 50+ UI elements 3000 + CSS variables 3 Levels of variable inheritance (simil

Semantic Org 50.3k Dec 31, 2022
styled component for react & style-loader/usable

react-styled ES7 decorator for dynamic stylesheet usage w/ webpack install $ npm install bloody-react-styled --save-dev require import styled from "bl

Matthias Le Brun 37 Sep 26, 2022
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress πŸ’…

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress ?? Looking for v5? The master branch is un

styled-components 38k Dec 31, 2022
Pure CSS gauge component

Pure CSS gauge v0.2 Basic gauge component made with only CSS style rules. No SVG or canvas used in this component. This component can be easily themed

Otto Salminen 4 Oct 7, 2021
Tailwind Card Component

Next.Js Project Name : Tailwind Card Component This is just a card commponent using tailwind css. it just awesome. Technologies Next.Js React.Js Tailw

PAVITRA BEHARA 16 Dec 18, 2022
TV Show App is an application that allows to searh tv shows based on user input. Each tv show is displayed in a Bulma Card component and when clicked, heads you to the official tv show site

TV SHOW APP TV Show App is an application that allows to search tv shows based on user input. Each tv show is displayed in a Bulma* Card component and

HENDEL SAMY 1 Dec 19, 2021
Getir.com-react-tailwind - Getir.com anasayfa react + tailwind front-end

Getir.com React + Tailwind Front-end Bir gece uğraşı olarak getir.com'un anasayf

Tayfun Erbilen 102 Dec 17, 2022
βͺ Rewinds – Remix Tailwind Starter Kit with Tailwind CSS, Headless UI, Radix UI, and more

βͺ Rewinds – Remix Tailwind Starter Kit Rewinds is a Remix starter kit with Tailwind CSS v3 family of libraries. This is an example demo to combine the

M Haidar Hanif 81 Dec 24, 2022