Socket
Socket
Sign inDemoInstall

@arcblock/abt-launcher

Package Overview
Dependencies
198
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @arcblock/abt-launcher

Client side library to work with ABT Launcher by ArcBlock


Version published
Weekly downloads
1
Maintainers
4
Created
Weekly downloads
 

Readme

Source

@arcblock/abt-launcher

Client side library to work with ABT Launcher by ArcBlock.

Usage

yarn add @arcblock/abt-launcher

Then:

import React from 'react';
import { ThemeProvider } from 'styled-components';
import { LocaleProvider } from '@arcblock/ux/lib/Locale/context';
import { create } from '@arcblock/ux/lib/Theme';
import { Layout, StepProvider } from '@arcblock/abt-launcher';

Layout

<LocaleProvider translations={[]}>
  <StepProvider steps={steps}>
    <Layout blockletMeta={blockletMeta}>This is page content</Layout>
  </StepProvider>
</LocaleProvider>

Keywords

FAQs

Last updated on 18 Feb 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc