Socket
Socket
Sign inDemoInstall

@kano/kbc-challenges

Package Overview
Dependencies
Maintainers
11
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-challenges

All components relation to app challenge packs and challenges cards and views.


Version published
Weekly downloads
7
decreased by-92.05%
Maintainers
11
Weekly downloads
 
Created
Source

@kano/kbc-challenges

All components relation to app challenge packs and challenges cards and views.

Usage

render() {
    const { data, progress } = this.state;
    const { match, config } = this.props;
    
    return (
        <Route path={'/challenges'} render={() => <ChallengePacksList progress={progress} challenges={data.challenges} match={match} footerAppCards={() => (
            <>
                <FooterAppCard app="kano-world" link={config.KB_KANO_WORLD_URL} />
                <FooterAppCard app="kano-code" link={config.KB_KANO_CODE_URL} />
            </>
        )} />} />
    );
}

Props

  • progress: the gamification progress of the current user
  • challenges: challenge data from kit-app-ui-cms
  • match: the match object from react routing
  • footerAppCards: any app cards to be displayed in the footers of challenge pages

Tracking

Pages
Component (location)FunctionEvent / Error NameExtra Info
FooterhandleAppClickapp_card_launchmodule: footer, data: { app }

FAQs

Package last updated on 19 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc