Skip to content

A lightweight react ui library. Edit: This is not created yet

License

Notifications You must be signed in to change notification settings

tejasbenibagde/sxkit

Repository files navigation

.sxkit

npm version

Description

.sxkit is a versatile collection of reusable React components designed to simplify UI development. It offers a wide range of components with customizable props, empowering developers to swiftly create visually appealing and responsive user interfaces.

You can install .sxkit via npm:

    npm install sxkit

Table of Contents

UI Components

Button

> component for React custom buttons.

import React from "react";
import { Button } from "sxkit";

const App = () => {
  return (
    <div>
      <Button color="blue" size="large">
        Click me
      </Button>
    </div>
  );
};

export default App;

> Note: Button colors may vary based on the theme applied. If no theme is specified, the default theme (dark) will be used.

Back to top ⬆️

About

A lightweight react ui library. Edit: This is not created yet

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published