The default styles of this component can be customized using these Sass variables in your project's settings file.
Name | Type | Default Value | Description |
---|---|---|---|
${{this.context.name}} |
{{formatSassTypes this.type}} | {{formatSassValue this.context.value}} |
{{md this.description}} |
We use these mixins to build the final CSS output of this component. You can use the mixins yourself to build your own class structure out of our components.
{{#each sass.mixin}}{{#filter this}}Added in {{this.since.0.version}}
{{/if}} {{#if this.deprecated}}Deprecated in {{this.deprecated}}
{{/if}}{{writeSassMixin this}}
Aliases: {{#each this.aliased}}{{this}}()
{{/each}}
Parameter | Type | Default Value | Description |
---|---|---|---|
${{this.name}} |
{{formatSassTypes this.type}} | {{formatSassValue this.default}} |
{{md this.description}} |
Added in {{this.since.0.version}}
{{/if}} {{#if this.deprecated}}Deprecated in {{this.deprecated.version}}
{{/if}}{{writeSassFunction this}}
Parameter | Type | Default Value | Description |
---|---|---|---|
${{this.name}} |
{{formatSassTypes this.type}} | {{formatSassValue this.default}} |
{{md this.description}} |