Surface
Installation
Learn more about how to install on our getting started docs.
<script type="module">
import '@rhds/elements/rh-surface/rh-surface.js';
</script>
Import Map Example
<script type="importmap">
{
"imports": {
"@rhds/elements/": "https://www.redhatstatic.com/dx/v1-alpha/@rhds/elements@2.0.1/elements/",
}
}
</script>
npm install @rhds/elements
<script type="module">
import '@rhds/elements/rh-surface/rh-surface.js';
</script>
<script type="module">
import '@rhds/elements/rh-surface/rh-surface.js';
</script>
Import Map Example
<script type="importmap">
{
"imports": {
"@rhds/elements/rh-surface/rh-surface.js": "./elements/rh-surface/rh-surface.js"
},
"scopes": {
"./": {
"@patternfly/pfe-core/controllers/": "https://ga.jspm.io/npm:@patternfly/pfe-core@4.0.2/controllers/",
"@rhds/elements/lib/context/color/provider.js": "./lib/context/color/provider.js",
"@rhds/tokens/css/": "https://ga.jspm.io/npm:@rhds/tokens@2.1.0-next.15/css/",
"lit": "https://ga.jspm.io/npm:lit@3.2.0/index.js",
"lit/": "https://ga.jspm.io/npm:lit@3.2.0/",
"tslib": "https://ga.jspm.io/npm:tslib@2.7.0/tslib.es6.mjs"
},
"https://ga.jspm.io/": {
"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@2.0.4/development/reactive-element.js",
"@lit/reactive-element/decorators/": "https://ga.jspm.io/npm:@lit/reactive-element@2.0.4/development/decorators/",
"lit": "https://ga.jspm.io/npm:lit@3.2.0/index.js",
"lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@4.1.0/development/lit-element.js",
"lit-html": "https://ga.jspm.io/npm:lit-html@3.2.0/development/lit-html.js",
"lit-html/": "https://ga.jspm.io/npm:lit-html@3.2.0/development/"
}
}
}
</script>
rh-surface
Slot Name | Description |
---|---|
|
The |
Attribute | DOM Property | Description | Type | Default |
---|---|---|---|---|
color-palette |
colorPalette |
Sets color palette, which affects the element's styles as well as descendants' color theme. Overrides parent color context. Your theme will influence these colors so check there first if you are seeing inconsistencies. See CSS Custom Properties for default values |
|
|
None
None
None
None
Token | Copy |
---|---|
--rh-color-surface |
|
--rh-color-surface-dark |
|
--rh-color-surface-darker |
|
--rh-color-surface-darkest |
|
--rh-color-surface-light |
|
--rh-color-surface-lighter |
|
--rh-color-surface-lightest |
|
--rh-color-text-primary |
|
Other libraries
To learn more about our other libraries, visit this page.
Feedback
To give feedback about anything on this page, contact us.
Other libraries
To learn more about our other libraries, visit the getting started page.