Files
pezkuwi-ui/docs/ui-identicon/modules/_beachball_container_.md
T
2019-02-27 10:22:45 +00:00

26 lines
623 B
Markdown

# Functions
<a id="container"></a>
## container
**container**(diameter: *`number`*, background?: *`string`*, className?: *`string`*, _style?: *`object`*): `HTMLElement`
*Defined in [beachball/container.ts:6](https://github.com/polkadot-js/ui/blob/28b991d/packages/ui-identicon/src/beachball/container.ts#L6)*
**Parameters:**
| Name | Type | Default value |
| ------ | ------ | ------ |
| diameter | `number` | - |
| `Default value` background | `string` | &quot;white&quot; |
| `Default value` className | `string` | &quot;&quot; |
| `Default value` _style | `object` | {} |
**Returns:** `HTMLElement`
___