0.0.8 • Published 3 years ago

@digicat/components v0.0.8

Weekly downloads
5
License
Apache-2.0
Repository
-
Last release
3 years ago

React components built for Digital Catapult projects 🧠

Installation

@digicat/components are available as an npm package.

// with npm
npm install @digicat/components

// with yarn
yarn add @digicat/components

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@digicat/components'

function App() {
  return <Button>hello</Button>
}

ReactDOM.render(<App />, document.querySelector('#app'))

Documentation

Check out our storybook for documentation of individual components

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago