Skip to content

pixiespirit/web-uikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUI logo

Web UIKit

The core UIKit for Pixie web applications.

Demo

https://pixie-coreui.vercel.app/

@pixiepkg/react

Pixie web core UI components

Install

yarn add @pixiepkg/react

@pixiepkg/icon

Pixie icon sets for UI Kit

Install

yarn add @pixiepkg/icon

Development

For mac and linux, just simply run

yarn
yarn run dev

For windows, 2 terminals

yarn
yarn run watch
yarn run demo

Publish packages, only for the one get access to npm pixiepkg

npm config set access public
yarn run publish