0.3.1 • Published 4 years ago

@susicky/design-system-react v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Design System

@susicky/design-system-react is a Design System made by Pavel Susicky. Primary goal was to use it in hobby and side projects to keep same branding across the products. I've opened this repository to public to share it with the community.

Usage

yarn add @susicky/design-system-react
// Import DS stylesheet

import "@susicky/design-system-react/lib/index.css";

// Import components
import { Button } from "@susicky/design-system-react";

Development

Prerequisites

  • node.js installed with version specified in package.json under engines property.
  • yarn v1 package manager
# Clone repository
git clone git@github.com:Thesoreon/design-system.git

# Switch current directory to DS
cd design-system

# Install dependencies
yarn install
0.3.0

4 years ago

0.3.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago