Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 556 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 556 Bytes

reg-component-library

React UI components for the Eurofurence registration tools.

Development

npm install
npm run storybook

Install

npm install --save @eurofurence/reg-component-library

Usage

import React, { Component } from 'react'

import MyComponent from '@eurofurence/reg-component-library'
import '@eurofurence/reg-component-library/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © Eurofurence