Figma Styled Components
A set of styled components modeled after the Figma UI
Usage
npm i figma-styled-components --save
import {Button, Checkbox, Input, Label, SectionTitle, Select, Switch, Text} from 'figma-styled-components`
<Button> I am a button</Button>
...
Some what more thorough example here
Todo
- Document!
- Use a theme wrapper
- Write Tests
- Handle Select Events Better
- Icons and Icon buttons
- Text area
- Inputs with icons