import { Meta } from '@storybook/addon-docs/blocks';

<Meta title="Introduction" />

# Get started

Core UI, Scality Design System, is a reusable component library that helps Scality contributors build UIs faster. The goal is to make building durable UIs more productive and satisfying.

## Install

SDS components are written in React, and its stories are written in [Component Story Format](https://medium.com/storybookjs/component-story-format-66f4c32366df).

## Objective

A Design System is an ecosystem of guidelines, tools, components, which support teams ship more efficiently consistent design.

- Synchronising designers, product teams, and developers
- Building a shared vocabulary for reducing communication issues
- Having one solution for one component
- Easier testing at component level
- Faster iterations with established design patterns

Examples of public design systems:

- Material Design - by Google
- Carbon D- by IBM
- Lighting - by Salesforce
- Polaris - by Shopify
- Atlassian Design - by Atlassian
- Fluent - by Microsoft
- AirBnb Design - by AirBnb
- Human Interface - by Apple
