@campgladiator/components

1.2.0 • Public • Published

@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')
)

Readme

Keywords

none

Package Sidebar

Install

npm i @campgladiator/components

Weekly Downloads

8

Version

1.2.0

License

SEE LICENSE IN license.txt

Unpacked Size

47.1 kB

Total Files

17

Last publish

Collaborators

  • heckfer
  • n8cornelius
  • renanpvaz