Skip to content
Snippets Groups Projects
Verified Commit 293a1625 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new panel tab

parent 53afa428
No related branches found
No related tags found
No related merge requests found
Pipeline #1700 passed
import React, { FC, ReactNode } from "react";
import "./panel-tag.css";
import "./panel-tab.css";
type PanelTabProps = {
tabs?: ReactNode[];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment