mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
More Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user