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
- Host: GitHub
- URL: https://github.com/coderwelsch/react-optical-aligned-text-exampe
- Owner: Coderwelsch
- Created: 2020-03-10T12:55:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T13:52:18.000Z (over 6 years ago)
- Last Synced: 2025-05-31T03:33:48.422Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/Coderwelsch/optical-aligned-text
- Size: 200 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optical Aligned Text Example

Hey folks! This is the example project for the optical-aligned-text react component. You can also edit this example on codesandbox:
[](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
```