doctorlink-design-system

1.2.1 • Public • Published

Doctorlink Design System

Doctorlink Design System

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

Command Description
docs:dev runs docs in dev mode
docs:api builds api core and api lab
docs:api:core builds all components in ./src
docs:api:lab builds all components in ./packages/material-ui-lab/src
docs:icons builds logo: ./static/logo.png
docs:build production build of docs
docs:start runs next start

To do

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

Package Sidebar

Install

npm i doctorlink-design-system

Weekly Downloads

4

Version

1.2.1

License

MIT

Unpacked Size

1.04 MB

Total Files

237

Last publish

Collaborators

  • doctorlink