export declare const columnsMdxTemplate = "---\ntitle: \"Columns\"\ndescription: \"Columns are used to organize content in a grid-like structure.\"\ndate: \"2026-02-19\"\ncategory: \"Components\"\ncategoryOrder: 1\norder: 17\n---\n# Columns\n\nArrange multiple cards neatly in a side-by-side grid layout.\n\nThe `Columns` component helps you organize several `Card` elements into a visually balanced grid. By choosing how many columns you want, you can control the layout and spacing of your cards.\n\n## Columns Usage\n\nYou can use the `Columns` component to create a grid of cards with a specified number of columns.\n\n```html\n\n \n Kick off your project using our easy quickstart guide.\n \n \n Browse all endpoints, parameters, and code examples for your API integration.\n \n\n```\n\n\n \n Kick off your project using our easy quickstart guide.\n \n \n Browse all endpoints, parameters, and code examples for your API integration.\n \n\n\n## Properties\n\n\n The number of columns in the grid. Defaults to 1.\n\n\n\n The content of the columns.\n";