pixel-base
TypeScript icon, indicating that this package has built-in type declarations

1.6.5 • Public • Published

pixelone-base

React based UI components library

NPM JavaScript Style Guide

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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i pixel-base

Weekly Downloads

19

Version

1.6.5

License

MIT

Unpacked Size

2.26 MB

Total Files

203

Last publish

Collaborators

  • pixelone-corp