Skip to content

A UI Design Language and React UI library powered by Synerise team https://design.synerise.com

License

Notifications You must be signed in to change notification settings

axcochrane/synerise-design

 
 

Repository files navigation

Synerise Design System

React UI library inspired by Ant Design.

Features

How to use

Each component is installed separately. If you want to use one of them you have to use DSProvier first.

Step 1. - install Core

yarn add @synerise/ds-core

Step 2. - install component (ex. Button)

yarn add @synerise/ds-button

Step 3. - usage

import { DSProvider } from '@synerise/ds-core';
import Button from '@synerise/ds-button';

<DSProvider>
    <Button>Click Me!</Button>
</DSProvider>

About

A UI Design Language and React UI library powered by Synerise team https://design.synerise.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.9%
  • SCSS 7.3%
  • HTML 3.9%
  • Less 2.4%
  • JavaScript 2.4%
  • CSS 0.1%