1.1.0 • Published 2 years ago

pixe v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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