mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
docs(storybook): remove overriding and unused code (#3566)
* fix(navbar): fixed the height when style h-full * fix(navbar): fixed the height when style h-full * docs(storybook): removed unnecessary code lines * Delete .changeset/brown-days-applaud.md
This commit is contained in:
parent
e15c43b5a4
commit
2a34880644
@ -1,6 +1,5 @@
|
||||
/* eslint-disable jsx-a11y/anchor-is-valid */
|
||||
/* eslint-disable jsx-a11y/no-autofocus */
|
||||
import React from "react";
|
||||
import {Meta} from "@storybook/react";
|
||||
import {modal} from "@nextui-org/theme";
|
||||
import {Button} from "@nextui-org/button";
|
||||
|
||||
@ -205,7 +205,7 @@ const WithFormTemplate = (args: TabsProps) => {
|
||||
|
||||
return (
|
||||
<div className="flex flex-col justify-center items-center w-full h-screen">
|
||||
<Card className="w-full w-[340px] h-[400px]">
|
||||
<Card className="w-[340px] h-[400px]">
|
||||
<CardBody>
|
||||
<Tabs
|
||||
aria-label="Tabs form"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user