scaffolding-nextjs
Version:
Templates that aid in the development of NextJS applications.
11 lines (8 loc) • 488 B
Markdown
# {{name}}
## Props
Property | Values | Default | Description
--- | --- | --- | ---
`tagName` | `[String]` Any | `'div'` | Defines the HTML tagName output by the tag.
`className` | `[String]` Any | `''` | Defines arbitrary className to add to the component's class list.
`variant` | `[String]` Any | `'default'` | Defines BEM modifier to add to class list, e.g., `'{{className}}__default'`.
`children` | `[Object]` | `undefined` | Defines the children elements passed to the component.