# Sash
A highlight across the corner of a card or other HTML element.

**Selector:**
og-sash

**Use:**
`<og-sash></og-sash>`

## Module
```javascript
import { SashModule } from '@opensesame/opensesameui';
```

## Types
```javascript
import { SashProps } from '@opensesame/opensesameui';
import { SashClasses } from '@opensesame/opensesameui';
```

## Props
Name | Type | Default | Description
---- | ---- | ------- | -----------
classes | object | | Override or extend the styles applied to the component.
className | string | | Class(es) applied to the component.
label | string &#124; number | | The sash label

## Classes
Rule name | Class | Description
--------- | ----- | -----------
root | .og-sash-root | Styles applied to the root element.
typography | .og-sash-typography | Sash specific typography styles.
