pixe

1.1.0 • Public • Published

pixe

Modern UI Kit

NPM JavaScript Style Guide

Install

npm install --save pixe

Usage

import React from 'react'

import {
  PixeRegular,
  PixeRegular2,
  PixeParallel,
  PixeParallel2,
  PixeText,
  PixeText2
} from 'pixe'
import 'pixe/dist/index.css'

const App = () => {
  return (
    <div>
      <PixeRegular text='Regular Button' />
      <PixeRegular2 text='Regular Button v2' />
      <PixeParallel text='Parallel Button' />
      <PixeParallel2 text='Parallel Button v2' />
      <PixeText text='Pixe Text' />
      <PixeText2 text='Pixe Text v2' />
    </div>
  )
}

License

MIT © aemirdnr

Readme

Keywords

none

Package Sidebar

Install

npm i pixe

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

12.5 kB

Total Files

7

Last publish

Collaborators

  • aemirdnr