Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

@arcblock/abt-launcher

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/abt-launcher

Client side library to work with ABT Launcher by ArcBlock

latest
Source
npmnpm
Version
1.16.30
Version published
Weekly downloads
132
100%
Maintainers
4
Weekly downloads
 
Created
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

launcher

FAQs

Package last updated on 18 Feb 2022

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