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

@evilfactory/jasmine

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evilfactory/jasmine

evilfactory UI Components built on top baseweb

latest
npmnpm
Version
0.1.0-alpha.0
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

jasmine

evilfactory UI Components built on top baseweb

Netlify Status

Technology stacks

  • React
  • Next.js
  • Styletron
  • Baseweb

Disclaimer

This project is still Work In Progress

Getting started

Clone repo

git clone git@github.com:evilfactorylabs/jasmine.git

Install dependencies

cd $_ && yarn

Start Development Server

yarn dev

Future Usage

import { JasmineTheme as Jasmine } from '@evilfactory/jasmine'
import { ThemeProvider } from 'baseui'
import { Provider as StyletronProvider } from 'styletron-react'

class SomeRootFragment extends SomeRootComponent {
  render () {
    return (
      <StyletronProvider value={styletron}>
        <ThemeProvider theme={Jasmine}>
          <App />
        </ThemeProvider>
      </StyletronProvider>
    )
  }
}

Future Plan

Web Component as build target for the sake of framework agnostic and use the platform?

Related with: evilfactorylabs/design

FAQs

Package last updated on 10 May 2019

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