1.0.1-alpha.14 • Published 6 years ago

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

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.1-alpha.13

6 years ago

1.0.1-alpha.12

6 years ago

1.0.1-alpha.11

6 years ago

1.0.1-alpha.10

6 years ago

1.0.1-alpha.9

6 years ago

1.0.1-alpha.8

6 years ago

1.0.1-alpha.7

6 years ago

1.0.1-alpha.6

6 years ago

1.0.1-alpha.5

6 years ago

1.0.1-alpha.4

6 years ago

1.0.1-alpha.3

6 years ago

1.0.1-alpha.2

6 years ago

1.0.1-alpha.1

6 years ago

1.0.1-8

6 years ago

1.0.1-7

6 years ago

1.0.1-6

6 years ago

1.0.1-5

6 years ago

1.0.1-4

6 years ago

1.0.1-3

6 years ago

1.0.1-2

6 years ago

1.0.1-1

6 years ago

1.0.1-0

6 years ago