Skip to content

Commit

Permalink
fix: revert changes for the themed (with gluestack-style) docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat693 committed Feb 21, 2024
1 parent 83da5f3 commit 33f8a48
Show file tree
Hide file tree
Showing 16 changed files with 4,156 additions and 4,324 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,39 @@ pageTitle: Accordion

pageDescription: The Accordion component is a versatile and interactive user interface element, designed to efficiently organize and present content in a compact space.

showHeader: false

tag: coming soon
showHeader: true
---

import { Meta } from '@storybook/addon-docs';

<Meta title="with-gluestack-style/components/Disclosure/Accordion" />

# Accordion

Coming Soon!
import {
Accordion,
AccordionItem,
AccordionHeader,
AccordionTrigger,
AccordionTitleText,
AccordionIcon,
AccordionContent,
AccordionContentText,
} from './Accordion';
import {
AppProvider,
CodePreview,
Table,
TableContainer,
InlineCode,
AddIcon,
InfoIcon,
Alert,
} from '@gluestack/design-system';
import {
Divider,
ChevronDownIcon,
ChevronUpIcon,
PlusIcon,
MinusIcon,
} from '@gluestack-ui/themed';
import { transformedCode } from '../../utils';

<Meta title="with-gluestack-style/components/Accordion" />

## hello from themed

This file was deleted.

Loading

0 comments on commit 33f8a48

Please sign in to comment.