1.2.0 • Published 5 years ago

@campgladiator/components v1.2.0

Weekly downloads
40
License
SEE LICENSE IN li...
Repository
github
Last release
5 years ago

@campgladiator/components

A component library for CampGladiator's React apps. Depends on @campgladiator/ui.

$ yarn add @campgladiator/ui @campgladiator/components

Usage

This component library is meant to be tree-shakeable, therefore you need to import each component individually:

import { render } from 'react-dom'
import Button from '@campgladiator/components/build/Button'

render(
  <Button solid primary>cool, it works</Button>,
  document.getElementById('app')
)
1.2.0

5 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago