0.9.2 • Published 4 years ago

@assenti/rui-components v0.9.2

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

React UI Components

UI Components for web apps built on React

Main Goal

Create a lot of usefull, light weight and maximum reusable UI components

Requirements for using rui-components

You've created your app using CRA (Create react app)

Storybook

Explore storybook here

Install

# Install package from NPM
% npm install @assenti/rui-components -S

or

# Install package from NPM
% yarn add @assenti/rui-components

Usage

index.js / index.ts

// Import styles in index.js / index.ts
import '@assenti/rui-components/css/index.css';

App.js / App.tsx

import { Card, Button, Icon } from '@assenti/rui-components';
import React from 'react';

function App() {
  return (
    <Card header={<h4>React UI Components</h4>}>
      <Button color="primary" name="Rocket" icon={<Icon name="rocket"/>}/>
    </Card>
  );
}

export default App;

Changelog

You can track changelog here

Where can i find @types/@assenti/rui-components ?

Types declarations for TypeScript are built-in

How to set my own preset colors ?

Just override it in css styles

Can i use custom fonts ?

Just import your fonts and override it in css styles

I found a bug

Open an issue, please, i will try to fix it ASAP

I want to contribute

You are welcome

License

MIT Licensed Copyright (c) 2020 Asset Sultanov


I'll be appreciated for your donations ;)

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.12

5 years ago

0.7.11

5 years ago

0.7.10

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.6

5 years ago

0.7.7

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.2

5 years ago

0.7.3

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.12

5 years ago

0.4.10

5 years ago

0.4.11

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.5

5 years ago

0.4.6

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.1

5 years ago

0.4.2

5 years ago

0.4.0

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.6

5 years ago

0.3.7

5 years ago

0.3.5

5 years ago

0.3.2

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.26

5 years ago

0.2.0

5 years ago

0.1.25

5 years ago

0.1.23

5 years ago

0.1.24

5 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago