# Element Floats Module

This module allows you to apply a float property to an element

## Usage

> It is recommended to utilize the flex modules as much as possible, however if your application still uses floats this module can come in handy

### Included in core: ✅

### For modular setups:

```scss
@use '<path-to-node_modules>/@fulcrumui/css-utils/scss/modules/element-floats';
```

### Application

To apply this utility, use the pattern below:

```html
<element class="u-[option<right|left>]"></element>
```

### Options

| Option | Description |
| --- | --- |
| `right` | Will float the element right |
| `left` | Will float the element left |

## Configurable ❌
