0.3.7 • Published 3 years ago

pyxis-ui-kit v0.3.7

Weekly downloads
136
License
MIT
Repository
github
Last release
3 years ago

pyxis-ui-kit

Pyxis UI Kit

NPM JavaScript Style Guide

About

Pyxis UI Kit is a wrapper around AntDesign for React

AntDesign is listed as package dependency so we can stay up to date with lattes version.

Installation

To install the package run

  yarn add pyxis-ui-kit

or

  npm i pyxis-ui-kit

Usage

In your project root you need to import package css

src/App.tsx

import React from 'react';
...
import 'pyxis-ui-kit/dist/pyxis-ui-kit-global.css';
import 'pyxis-ui-kit/dist/pyxis-ui-kit.css';
...

All of the components and types are exported from root package, so for example to use Button component:

import React from 'react';
import { Button } from 'pyxis-ui-kit'

...

export const YourComponent = () => {
  ...

  return (
    <>
      ...
      <Button type="primary">I am primary Button</Button>
      ...
    </>
  )
}
0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago