From 2a95d3269d0df4afc777e2e97d3544f625f2f27c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 10 Oct 2018 22:44:03 +0200 Subject: Add note about button --- packages/dev-tools-pages/ts/components/ui/button.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/dev-tools-pages/ts') diff --git a/packages/dev-tools-pages/ts/components/ui/button.tsx b/packages/dev-tools-pages/ts/components/ui/button.tsx index 9ffd87e91..4fe1b3644 100644 --- a/packages/dev-tools-pages/ts/components/ui/button.tsx +++ b/packages/dev-tools-pages/ts/components/ui/button.tsx @@ -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; -- cgit v1.2.3