New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

stacky-ui

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacky-ui

A kind of UI engine

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

stacky-ui

banner

blazing-fast under-8kb

A kind of UI

TODO: Fill out this long description.

Table of Contents

  • Background
  • Install
  • Usage
  • API
  • Maintainers
  • Contribute
  • License

Background

Here why this exists./

Install

yarn add stacky-ui

Usage

import {StackyWithState} from 'stacky-ui'
import {ComponentA, ComponentB} from 'components'

const renderFrame = ({id}) => {
  const Frame = id === 'componentA' ? ComponentA : ComponentB
  return <Frame />
}

const options = {
  pages: [
    {
      id: 'componentA'
    },
    {
      id: 'componentB'
    }
  ],
  activePage: 1,
  renderFrame
}

const Layout = () => (
  <div>
    <Stacky {...options} />
  </div>
)

API

Maintainers

@albinotonnina

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Albino Tonnina

Keywords

react

FAQs

Package last updated on 17 Mar 2018

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