> For the complete documentation index, see [llms.txt](https://utkarshs-organization-1.gitbook.io/simple-guide-to-create-modularui-widgets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utkarshs-organization-1.gitbook.io/simple-guide-to-create-modularui-widgets/card-creation-guide..md).

# Card Creation Guide.

There is only single straight forward guide to create cards:

#### Height : Provide Intrinsic Height to the column.

#### Width : Create an optional parameter \`maxWidth\` with a default value, if current screenWidth is less than this \`maxWidth\` then the width of the widget should be dynamic so that it can adjust beautifully on every mobile screen. But if screenWidth becomes greater than \`maxWidth\` then the width of the widget will be \`maxWidth\`
