0.3.7 • Published 4 years ago
pyxis-ui-kit v0.3.7
pyxis-ui-kit
Pyxis UI Kit
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
4 years ago
0.3.6
4 years ago
0.3.5
4 years ago
0.3.4
4 years ago
0.3.3
4 years ago
0.3.2
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.18
4 years ago
0.2.17
4 years ago
0.2.15
4 years ago
0.2.14
5 years ago
0.2.12
5 years ago
0.2.11
5 years ago
0.2.10
5 years ago
0.2.9
5 years ago
0.2.8
5 years ago
0.2.7
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago