1.2.1 • Published 6 years ago

doctorlink-design-system v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

React components that implement DoctorLink's Design System

Installation

DoctorLink Design System is available as an npm package.

npm install doctorlink-design-system

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import { render } from 'react-dom';
import { Button } from 'doctorlink-design-system';

function App() {
  return (
    <Button variant="raised" color="primary">
      Hello World
    </Button>
  );
}

render(<App />, document.querySelector('#app'));

Yes, it's really all you need to get started as you can see in this live and interactive demo:

Edit Button

Bite the bullet and go for v1-beta.

Thanks

Thank you to BrowserStack for providing the infrastructure that allows us to test in real browsers.

License

This project is licensed under the terms of the MIT license.

DoctorLink

package.json commands

CommandDescription
docs:devruns docs in dev mode
docs:apibuilds api core and api lab
docs:api:corebuilds all components in ./src
docs:api:labbuilds all components in ./packages/material-ui-lab/src
docs:iconsbuilds logo: ./static/logo.png
docs:buildproduction build of docs
docs:startruns next start

To do

  • Update ./static/logo.png and build icons
  • Update icons in components