0.0.1 • Published 5 years ago

faceless-ui v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

NPM Bundle Size Supported by TRBL

Faceless UI

Silence is golden.

Highlights

Quick Start

Installation

$ npm i faceless-ui
$ // or
$  yarn add faceless-ui

Composition

  import React, { Fragment } from 'react';
  import {
    LogProps,
    SocialMediaIcon,
    TextWithInlineIcon,
    Video
  } from '@trbl/faceless-ui';

  const MyInlineIcon = () => <svg>...</svg>;

  export default App = (props) => (
    <Fragment>
      <LogProps {...props} />
      <SocialMediaIcon platform="facebook" />
      <TextWithInlineIcon
        text="text with inline icon"
        icon={<MyInlineIcon>}
      />
      <Video src="/demo/demo-video.mp4" />
    </Fragment>
  )

Demo

$ git clone git@github.com:trouble/faceless-ui.git
$ yarn
$ yarn dev
$ open http://localhost:3000

API

Contribution

Help us, or let us help you help us.

License

MIT Copyright (c) TRBL, LLC

0.0.1

5 years ago

0.0.0

5 years ago