Skip to content

Deprecated - Development of this project has been discontinued.

Notifications You must be signed in to change notification settings

Socio-Development/components

Repository files navigation

Socio Component Library

Deprecated

Development of this project has been discontinued.

Install

npm i @socio-development/components

Usage

import {
  Alert,
  Button,
  ButtonGroup,
  ContactLink,
  Modal,
  Spinner
} from '@socio-development/components'

const myButton = <Button label="Click me" mode="primary" shape="pill" />