0.3.1 • Published 4 years ago
@susicky/design-system-react v0.3.1
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 inpackage.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