Socket
Socket
Sign inDemoInstall

faceless-ui

Package Overview
Dependencies
8
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    faceless-ui

Silence is golden.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 27 May 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc