Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ShadCN] feat: create table component set with ShadCN #13708

Merged
merged 9 commits into from
Sep 16, 2024
2 changes: 1 addition & 1 deletion src/components/MdComponents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ButtonDropdown, {
} from "@/components/ButtonDropdown"
import Contributors from "@/components/Contributors"
import MarkdownImage from "@/components/MarkdownImage"
import { mdxTableComponents } from "@/components/Table"
import TooltipLink from "@/components/TooltipLink"
import YouTube from "@/components/YouTube"

Expand All @@ -30,6 +29,7 @@ import { StandaloneQuizWidget } from "../Quiz/QuizWidget"
import { ButtonLink } from "../ui/buttons/Button"
import { Flex } from "../ui/flex"
import { ListItem, OrderedList, UnorderedList } from "../ui/list"
import { mdxTableComponents } from "../ui/Table"

export const commonHeadingAttributes = (className: string, id?: string) => ({
id,
Expand Down
41 changes: 0 additions & 41 deletions src/components/Table/index.tsx

This file was deleted.

229 changes: 0 additions & 229 deletions src/components/Table/stories/mockMdxData.tsx

This file was deleted.

Loading
Loading