# Styled
A wrapper around Area.Text without the need to explicitly create an Area component.
```jsx
import React, { Component } from 'react';
import { render, Window, App, StyledText, Box } from 'proton-native';
class Example extends Component {
render() {
return (
This is some text drawn onto an{' '}
Area!
);
}
}
render();
```
## Props
For props, see [Area.Text](component_APIs/area_text.md#Props)