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

@flow-ui/core

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flow-ui/core

Consistent React UI Framework declared by your own Design System.

latest
npmnpm
Version
0.1.61
Version published
Maintainers
3
Created
Source

Flow UI

Consistent React UI Framework declared by your own Design System.

Core components of Flow UI

How to install?

yarn add @flow-ui/core

Getting started

import React from 'react'
import { Viewport, Block, Header, Paragraph } from '@flow-ui/core'

const Hello props =>
	<Viewport>
	  <Block>
	    <Header>Hello</Header>
	    <Paragraph>Rebass</Paragraph>
	  </Block>
	</Viewport>

MIT License

FAQs

Package last updated on 27 Mar 2020

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