Skip to content

daviddkkim/purple-design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

Purple Design System is a reusable component library that seeks to help designers put together a design portfolio.

Install

PDS components are written in React and it requires Storybook version 5.2-beta and up.

Add SDS to your project.

npm install --save purple-design-library

Use

Import components you want into your UI

import { Button } from TODO

and use them like so

  const example = () => (
    <div>
      <Button type="primary" onClick={() => 0}>Do something</Button>
    </div>
  )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published