Add note about button

This commit is contained in:
Fabio Berger
2018-10-10 22:44:03 +02:00
parent c8fd1ae05c
commit 2a95d3269d

View File

@@ -4,6 +4,10 @@ import styled from 'styled-components';
import { Container } from './container';
/**
* AN EXAMPLE OF HOW TO CREATE A STYLED COMPONENT USING STYLED-COMPONENTS
* SEE: https://www.styled-components.com/docs/basics#coming-from-css
*/
export interface ButtonProps {
backgroundColor?: string;
borderColor?: string;