Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import React from 'react';
  2. import styled from 'styled-components';
  3.  
  4.  
  5. export default class App extends React.Component {
  6. render(){
  7. return (
  8. <TextField>Heklhjllo</TextField>
  9. );
  10. }
  11. }
  12.  
  13. const TextField = styled.Text`
  14. color:red;
  15. `;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement