mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-28 00:32:16 +00:00
import { #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Brentdharn on GitHub (Oct 11, 2022).
import {
Card,
Title,
Text,
Tab,
TabList,
ColGrid,
Block,
} from '@tremor/react';
import { useState } from 'react';
export default function Example() {
const [selectedView, setSelectedView] = useState(1);
return (
Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
}
Originally posted by @Brentdharn in https://github.com/tremorlabs/tremor/issues/91