mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 01:38:06 +00:00
26 lines
623 B
Markdown
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` | "white" |
|
|
| `Default value` className | `string` | "" |
|
|
| `Default value` _style | `object` | {} |
|
|
|
|
**Returns:** `HTMLElement`
|
|
|
|
___
|
|
|