MCPcopy Create free account
hub / github.com/Free-APIs/Free-APIs.github.io / header

Function header

src/components/ListDisplay/index.js:42–52  ·  view source on GitHub ↗
(categoryTitle)

Source from the content-addressed store, hash-verified

40 );
41
42 const header = (categoryTitle) => (
43 <div className='w-full flex'>
44 <div
45 className='mx-auto mb-4 mt-6 p-4 rounded-lg shadow-lg
46 bg-gray-700 sm:text-xl lg:text-2xl xl:text-3xl text-gray-100
47 flex-none'
48 >
49 {categoryTitle}
50 </div>
51 </div>
52 );
53
54 const output = () => {
55 if (props.isCategory) {

Callers 1

outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected