On this page
Loading...
cPlaceholder
directive and a grid
column cCol directive (e.g., cCol="6"
) to set the width
. They can
replace the text inside an element or be added as a modifier to an existing
component.
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `cPlaceholder` | Toggle placeholder visibility. | `boolean` | `true` |
| `size` | Size the component small or large. | `xs \| sm \| lg` | _undefined_ |
### cPlaceholderAnimation
_directive_
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `cPlaceholderAnimation` | Animation type for placeholder. | `glow \| wave` | _undefined_ |
---