MCPcopy 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

3import styled from 'styled-components'
4
5const randomColor = () => '#' + Math.random().toString(16).substr(-6)
6
7const Card = styled.div`
8 padding: 20px;

Callers 1

AppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected