2.0.7 • Published 4 years ago

@beatgig/synth-ui v2.0.7

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

@beatgig/synth-ui

Synth UI is the component library used to build products at BeatGig, built on React and styled-components and powered by Synth design tokens.

Installation

yarn add @beatgig/synth-ui

Usage

Import any component you want to use and render them with React:

import React from 'react'
import ReactDOM from 'react-dom'
import { Button, Card, Paragraph } from '@beatgig/synth-ui'

ReactDOM.render(
  <Card>
    <Paragraph>This is so cool!</Paragraph>
    <Button>Yes, I agree</Button>
  </Card>,
  document.getElementById('root')
)
2.0.5

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago