JSPM

optimizely-oui

42.6.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 974
    • Score
      100M100P100Q112229F
    • License SEE LICENSE IN LICENSE.md

    Optimizely's Component Library.

    Package Exports

    • optimizely-oui

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (optimizely-oui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    OUI Component Library

    A custom CSS framework and React component library that powers the Optimizely user interface.

    Build Status codecov

    📦 Install

    git clone https://github.com/optimizely/oui.git
    yarn install
    yarn storybook

    💪 Contribute

    Read how to contribute to OUI for instructions on making pull requests.

    ⚡️ React

    To use an OUI component inside your React app:

    import React from 'react';
    import { Button } from 'optimizely-oui';
    ...
    return ( <Button size="tiny">Click Me</Button> );

    💅 Sass

    To use OUI Sass variables and mixins in your project read how to use OUI sass.