An open API service indexing awesome lists of open source software.

https://github.com/coderwelsch/react-optical-aligned-text-exampe

Example Project of the «Optical Aligned Text» react component
https://github.com/coderwelsch/react-optical-aligned-text-exampe

Last synced: 12 months ago
JSON representation

Example Project of the «Optical Aligned Text» react component

Awesome Lists containing this project

README

          

# Optical Aligned Text Example

![Teaser](./doc/teaser-image.png)

Hey folks! This is the example project for the optical-aligned-text react component. You can also edit this example on codesandbox:


[![Edit cocky-http-noexe](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/cocky-http-noexe?fontsize=14&hidenavigation=1&theme=dark)

## Install

```shell
yarn
# or
npm i
```

### Run the project

```shell
yarn start
# or
npm run start
```