More Changes

This commit is contained in:
Belén Curcio
2018-07-30 06:50:47 -03:00
parent 2aa725d61c
commit e1d534391c
5 changed files with 52 additions and 27 deletions
@@ -1,10 +1,5 @@
// TODO: (bc) move this to typograhpy!
.root {
font-family: "Source Sans Pro";
font-weight: 400;
font-size: 16px;
letter-spacing: calc(0.57em / 16);
composes: textField from "talk-ui/shared/typography.css";
background: #ffffff;
border: 1px solid #979797;
box-sizing: border-box;
@@ -0,0 +1,17 @@
---
name: TextField
menu: UI Kit
---
import { Playground, PropsTable } from 'docz'
import TextField from './TextField'
# TextField
`TextField`
## Basic usage
<Playground>
<TextField value="Hallo Talk" />
</Playground>