Skip to content

flohansen/dash-design

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published