Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/creativetimofficial/material-dashboard-react
/ rgba
Function
rgba
src/assets/theme/functions/rgba.js:24–26 ·
view source on GitHub ↗
(color, opacity)
Source
from the content-addressed store, hash-verified
22
import
hexToRgb from
"assets/theme/functions/hexToRgb"
;
23
24
function
rgba(color, opacity) {
25
return
`rgba(${hexToRgb(color)}, ${opacity})`;
26
}
27
28
export
default rgba;
Callers
15
boxShadow
Function · 0.70
gradientChartLine
Function · 0.70
outliedStyles
Function · 0.50
index.js
File · 0.50
index.js
File · 0.50
index.js
File · 0.50
divider.js
File · 0.50
flatpickr.js
File · 0.50
index.js
File · 0.50
stepLabel.js
File · 0.50
index.js
File · 0.50
collapseItem
Function · 0.50
Calls
1
hexToRgb
Function · 0.70
Tested by
no test coverage detected