pixel-base
v1.6.5
Published
Common UI components for web.pixelone.app, Based on React Bootstrap
Downloads
37
Readme
pixelone-base
React based UI components library
Install
npm install --save pixel-base
Usage
DEMO: https://pixelone-corp.github.io/pixel-base/
import React, { Component } from 'react'
import MyComponent from 'pixel-base'
import 'pixel-base/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
// Note: If you are using TypeScript, make sure to add a declaration for the 'pixel-base' module in your project's type declarations
License
MIT ©