Skip to content

RudinMaxim/RuKit

Repository files navigation

RuKit - React UI-LIbrary of universal components

🌟Installation

To install RuKit in your project, simply run the following command in the terminal:

npm install rukit

🎉 Congratulations! Now you can use RuKit components in your project! And you can use it like this 👇

import { Button } from 'rukit';

export default function page() {
  return <Button size="medium">Button</Button>;
}

🚀Demo and Documentation

You can view a demo of the components and read the full documentation on our RuKit Storybook 👈


🧰 Technology Stack

  • 📦 React + TypeScript
  • 💐 SCSS for styling components
  • Vite for assembly and quick work
  • 🛞 CI/CD - GitHub Actions
  • 🔬 Tests with Jest and React Testing Library
  • 📚 Storybook to demonstrate components
  • 🛡 ESLint for static code analysis
  • 💅 Prettier for code formatting
  • 💫 Stylelint for static CSS analysis

🤝Assistance

We welcome any contribution to the development of RuKit! If you have ideas, fixes or new features, feel free to create an issue 👈

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published