# ModuleTile ## Usage ```js import { ModuleTile } from 'asc-web-components'; ``` #### Description Module tile is used for navigation to module page. #### Usage ```js ``` #### Properties | Props | Type | Required | Values | Default | Description | | ------------------ | -------- | :------: | --------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | `title` | `string` | - | - | - | Title of tile | | `imageUrl` | `string` | - | - | - | Image url/path | | `link` | `string` | - | - | - | Link to return on onClick | | `description` | `string` | - | - | - | Description of primary tile | | `isPrimary` | `bool` | - | - | - | Tells when the tile should be primary | | `onClick` | `func` | ✅ | - | - | What the tile will trigger when clicked |