table-component #75

Merged
bustikiller merged 9 commits from table-component into main 2024-11-02 12:03:51 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit b5dd07c067 - Show all commits

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
'use client' 'use client'
import React, { useState } from "react" import React, { useState } from "react"

View File

@ -1,3 +1,5 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import clsx from "clsx"; import clsx from "clsx";
type ButtonColor = 'primary' | 'blue' | 'green' | 'red' | 'yellow'; type ButtonColor = 'primary' | 'blue' | 'green' | 'red' | 'yellow';