Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabbott/react-native-express
/ randomColor
Function
randomColor
examples/files/react/styledComponents.js:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
styled from
'styled-components'
4
5
const
randomColor = () =>
'#'
+ Math.random().toString(16).substr(-6)
6
7
const
Card = styled.div`
8
padding: 20px;
Callers
1
App
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected