This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@flow-ui/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.61 • Public • Published

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

/@flow-ui/core/

    Package Sidebar

    Install

    npm i @flow-ui/core

    Weekly Downloads

    7

    Version

    0.1.61

    License

    MIT

    Unpacked Size

    1.55 MB

    Total Files

    779

    Last publish

    Collaborators

    • abrtech
    • delle
    • jleed