React UI components for the Eurofurence registration tools.
npm install
npm run storybook
npm install --save @eurofurence/reg-component-library
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 />
}
}
MIT © Eurofurence