docs(all): possible values are extracted by stencil (#16190)

* docs(all): possible values are extracted by stencil

* add defaults

* remove all hardcoded defaults

* update stencil
This commit is contained in:
Manu MA
2018-11-02 00:06:40 +01:00
committed by GitHub
parent 335acf96ee
commit ecc2c55370
151 changed files with 1363 additions and 1430 deletions

View File

@ -8,7 +8,7 @@ import { Component, ComponentInterface, Prop } from '@stencil/core';
export class Grid implements ComponentInterface {
/**
* If `true`, the grid will have a fixed width based on the screen size. Defaults to `false`.
* If `true`, the grid will have a fixed width based on the screen size.
*/
@Prop() fixed = false;

View File

@ -12,9 +12,9 @@ See [Grid Layout](/docs/layout/grid) for more information.
## Properties
| Property | Attribute | Description | Type |
| -------- | --------- | ------------------------------------------------------------------------------------------ | --------- |
| `fixed` | `fixed` | If `true`, the grid will have a fixed width based on the screen size. Defaults to `false`. | `boolean` |
| Property | Attribute | Description | Type | Default |
| -------- | --------- | --------------------------------------------------------------------- | --------- | ------- |
| `fixed` | `fixed` | If `true`, the grid will have a fixed width based on the screen size. | `boolean` | `false` |
## CSS Custom Properties