🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

faceless-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

faceless-ui

Silence is golden.

0.0.1
unpublished
latest
66

Supply Chain Security

100

Vulnerability

87

Quality

76

Maintenance

100

License

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

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

FAQs

Package last updated on 27 May 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