0.2.7 • Published 3 years ago

on-rewind-ui v0.2.7

Weekly downloads
80
License
-
Repository
-
Last release
3 years ago

logo Ola

React implementation of Ola design system created by marketgoo.

Installation

If using npm, run:

$ npm install @onrewind/ola

If using yarn, run:

$ yarn add @onrewind/ola

Usage

Import Ola components in your app

import { Button } from '@onrewind/ola';

const Example = () => (
  <div>
    <Button variant="primary">My Button</Button>
  </div>
);

Browser support

This library was tested in the following browsers:

  • Mozilla Firefox (latests 2 versions)
  • Google Chrome (latests 2 versions)
  • Opera (latests 2 versions)
  • Microsoft Edge (latest 2 versions)
  • Apple Safari (from 12)
  • Apple Safari iOS (from 12)
  • Android Chrome (latests 2 versions)
  • Firefox for Android (latests 2 versions)
  • Internet Explorer is not supporteds
  • Microsoft Edge <= 18 is not supported

Tested with Browserstack

Browserstack logo


Please see CHANGELOG for more information about recent changes.

The MIT License (MIT). Please see LICENSE for more information.