How to use award - 1 common examples

To help you get started, we’ve selected a few award examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ENCODE-DCC / encoded / src / encoded / static / components / blocks / homepage_summary.js View on Github external
}

        var facetProps = {
            filters: data.filters,
            searchBase: searchBase,
            onFilter: onFilter,
            width: null,
            hideZeros: false
        };

        return (
            <div>
                <h3>Search by...</h3>
                <div>
                    
                    
                </div>
                <div>
                    <h2>{data.total} experiment{data.total === 1 ? '' : 's'} found.</h2>
                    <div>
                        <a href="{'/search/'">{svgIcon('search')} List</a>
                        {' '}<a href="{'/report/'">{svgIcon('table')} Table</a>
                        {' '}<a href="{'/matrix/'">{svgIcon('matrix')} Matrix</a>
                    </div>
                </div>
                <div>
                    
                    
                </div>
            </div>
        );
    },

award

渐进式的web应用框架 (支持服务端渲染&单页应用)

MIT
Latest version published 2 years ago

Package Health Score

46 / 100
Full package analysis

Popular award functions