Accordion
Collapsible content groups using the Collapse component. Built on native HTML details/summary.
Basic Accordion
Group of collapsible items for organizing related content.
What is FLIN?
FLIN is a full-stack web language that compiles to bytecode and runs on its own VM. It handles routing, database, and UI in a single file.
How do I install it?
Download the FLIN binary for your platform and run flin dev to start a development server.
Is FLIN free?
Yes, FLIN is free to use for personal, educational, and commercial projects. Built by ZeroSuite, Inc.
FAQ Section
Frequently asked questions with expandable answers.
What payment methods do you accept?
We accept all major credit cards (Visa, Mastercard, Amex), PayPal, and bank transfers for annual plans.
Can I cancel my subscription?
Yes, you can cancel anytime from your account settings. Your access continues until the end of the billing period.
Do you offer refunds?
We offer a 30-day money-back guarantee on all plans. Contact support to request a refund.
Is there a free tier?
Yes, our free tier includes up to 3 projects and 1,000 API requests per month.
Standalone Collapse
Individual Collapse component working independently outside an Accordion.
Click to expand
This is a standalone Collapse component outside of an Accordion. It works independently with its own border and styling.
Product Features
Organize product details into expandable sections.
Performance
Built-in bytecode compiler delivers sub-millisecond response times with zero cold starts.
Security
Automatic CSRF protection, parameterized queries, and bcrypt password hashing out of the box.
Database
Embedded SQLite with automatic migrations, entity schemas, and a powerful query builder.
Usage
Props
| Component | Prop | Type | Description |
|---|---|---|---|
Accordion | children | content | Collapse components |
Collapse | title | text | Summary text shown when collapsed |
Collapse | children | content | Content revealed when expanded |