1.0.1-alpha.14 • Published 7 years ago

apollo-ds-react v1.0.1-alpha.14

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

1.0.1-alpha.14

7 years ago

1.0.1-alpha.13

7 years ago

1.0.1-alpha.12

7 years ago

1.0.1-alpha.11

7 years ago

1.0.1-alpha.10

7 years ago

1.0.1-alpha.9

7 years ago

1.0.1-alpha.8

7 years ago

1.0.1-alpha.7

7 years ago

1.0.1-alpha.6

7 years ago

1.0.1-alpha.5

7 years ago

1.0.1-alpha.4

7 years ago

1.0.1-alpha.3

7 years ago

1.0.1-alpha.2

7 years ago

1.0.1-alpha.1

7 years ago

1.0.1-8

7 years ago

1.0.1-7

7 years ago

1.0.1-6

7 years ago

1.0.1-5

7 years ago

1.0.1-4

7 years ago

1.0.1-3

7 years ago

1.0.1-2

7 years ago

1.0.1-1

7 years ago

1.0.1-0

7 years ago