We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accordion is a collection of vertically stacked interactive headings, where each heading can show or hide its associated content section.
주요 기능:
Accordion.Item
Accordion.Header
Accordion.Content
interface
anatomy
import { Accordion } from "@sipe-team/accordion"; export default () => ( <Accordion.Root> <Accordion.Item> <Accordion.Header> <Accordion.Trigger /> </Accordion.Header> <Accordion.Content /> </Accordion.Item> </Accordion.Root> );
The text was updated successfully, but these errors were encountered:
synuns
No branches or pull requests
Component Function Definition
Accordion is a collection of vertically stacked interactive headings, where each heading can show or hide its associated content section.
주요 기능:
Design Requirements
Accordion.Item
Accordion.Header
Accordion.Content
Component Specifications
interface
anatomy
Technical Considerations
Reference Materials
Additional Discussion Points
The text was updated successfully, but these errors were encountered: