Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 560 Bytes

Anatomy React

Anatomy Design System's React component library.

Installation

Run npm install @boston-scientific/anatomy-react in your application.

Import the component styles into your Sass files — it should be imported after tokens, but before the rest of the styles.

@import '~@boston-scientific/anatomy-react/lib/styles/library';

@boston-scientific/anatomy-react also has a peer dependency on react-router-dom. You do not need to use react routing, but you will need to at least install @types/react-router-dom for typing purposes.