README
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