# spark-o-date

spark-o-date is a React based version of the [o-date](https://origami-registry.ft.com/components/o-date).

### How to use

```
npm i @financial-times/spark-o-date // with npm
```

and use it like:

```
import {Date} from '@financial-times/spark-o-date';

<Date className="your-class-name" />
```

## Development

We have chosen not to use storybook for development, so if making changes you'll need to find an instance of the component in the Spark estate.
