reg-component-library
/
0.0.9
reg-component-library 0.0.9
Install from the command line:
Learn more about npm packages
$ npm install @eurofurence/reg-component-library@0.0.9
Install via package.json:
"@eurofurence/reg-component-library": "0.0.9"
About this version
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