Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 619 Bytes

dash-design

A design system for dashboard interfaces

NPM JavaScript Style Guide

Install

npm install --save dash-design

Example Usage

import React from 'react';

import { Card, Button } from 'dash-design';

function MyComponent() {

  return (
    <Card title='My Card'>
      <Button text='This is a button' />
    </Card>
  );

}

License

MIT © kluddizz