Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

khianvictorycalderon/react-html-custom-tag

Repository files navigation

React HTML Custom Tag

A react version of my html custom tag. (More like more complex custom component).

To run this project:

  1. Clone this repository git clone https://github.com/khianvictorycalderon/react-html-custom-tag.git
  2. Run npm install
  3. Run npm run dev

Prerequisites

  • NodeJS

Dependencies & Configuration

The following is a list of installed dependencies and configuration settings used in this project. You don’t need to install anything manually, as all dependencies are already managed through package.json. This section is provided for reference only, to give you insight into how the project was set up.

Dependencies

  • npm install tailwindcss @tailwindcss/vite

Configuration Dependencies

  • Update vite.config.ts:
    import tailwindcss from '@tailwindcss/vite'
    
    export default defineConfig({
      plugins: [
        tailwindcss(),
      ],
    })

About

A simple custom tag with react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors