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