A design system for dashboard interfaces
npm install --save dash-design
import React from 'react';
import { Card, Button } from 'dash-design';
function MyComponent() {
return (
<Card title='My Card'>
<Button text='This is a button' />
</Card>
);
}
MIT © kluddizz