Skip to content

Rixun/rixun-ui

Repository files navigation

Rixun UI

MIT License NPM Downloads Bundle Size Open Issues

Rixun UI is a component library created with the intention of using it across our own personal projects. The purpose of creating this as opposed to using the popular already made UI libraries is they all contain extra functionality we don't need, and we can tailor the component architecture to our desire.

The UI component library is deployed on NPM for anyone to use. We will develop it over time when we need further features or components. Feel free to raise any bugs or improvement suggestions found when using it.

Installing Rixun UI

To use the Rixun UI components, install the following package:

npm install rixun-ui

Usage

import { Button } from 'rixun-ui';

function MyFunction() {
  return (
    <Button
      name='Rixun UI!
      type='default'
    />
  );
}

Components

  • Button
  • Card
  • Checkbox
  • Dropdown
  • Footer
  • GroupButton
  • Input
  • Modal
  • Toggle