apollo-ds-react

1.0.1-alpha.14 • Public • Published

Apollo-DS-React(alpha)

A library of reusable React components by the Apollo Team at IQVIA.

Currently for internal use only; currently in alpha stage and not ready for consumer use.

Installation

Yarn or npm:

yarn add apollo-ds-react
npm i apollo-ds-react

Documentation

See the documentation for using the Apollo Design System

Usage

Very simple to get started with Apollo-DS-React

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'apollo-ds-react';

function App() {
  return (
    <Button>Start!</Button>
  );
}

ReactDOM.render(<App />, document.getElementById('root'));

Contributing

See the CONTRIBUTING.md file for the latest instructions on making changes or contributions to the repo.

Questions

Please direct any questions to the Apollo-DS-React repo.

License

MIT license

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i apollo-ds-react

    Weekly Downloads

    1

    Version

    1.0.1-alpha.14

    License

    MIT

    Unpacked Size

    1.14 MB

    Total Files

    66

    Last publish

    Collaborators

    • qi-do-apollo-owner