---
title: Small
framework: docc
role: symbol
role_heading: Directive
path: docc/small
---

# Small

A directive for specifying small print text like legal, license, or copyright text that should be rendered in a smaller font size.

## Declaration

```swift
@Small {
    ...
}
```

## Overview

Overview The @Small directive is based on HTML’s small tag (<small>). It supports any inline markup formatting like bold and italics but does not support more structured markup like Row and Row/Column. You can create a sloth using the ``init(name:color:power:)`` initializer, or create randomly generated sloth using a ``SlothGenerator``:        let slothGenerator = MySlothGenerator(seed: randomSeed())    let habitat = Habitat(isHumid: false, isWarm: true)

// ...

@Small {     _Licensed under Apache License v2.0 with Runtime Library Exception._ }

## See Also

### Creating Custom Page Layouts

- [Row](docc/row.md)
- [TabNavigator](docc/tabnavigator.md)
- [Links](docc/links.md)
