Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielrabreu/oldones.sage_react

A React design system.
https://github.com/gabrielrabreu/oldones.sage_react

design-system react scss typescript

Last synced: about 3 hours ago
JSON representation

A React design system.

Awesome Lists containing this project

README

        

# SAGE REACT

SAGE is a collection of reusable UI components built with React and TypeScript, aimed at providing a consistent and efficient way to develop user interfaces across projects.

## Table of Contents

- [Features](#features)
- [Usage](#usage)
- [Feedback](#feedback)
- [License](#license)
- [Stay Connected](#stay-connected)

## Features

- **Reusable Components:** A growing collection of UI components such as buttons, inputs, toggles, and more, designed to be easily integrated into your projects.
- **Built with React and TypeScript:** Leveraging the power of React for building dynamic user interfaces, and TypeScript for type safety and improved developer experience.
- **Customizable Styles:** SCSS-based styling allows for easy customization and theming to match the look and feel of your project.
- **Documentation:** Comprehensive documentation with examples of usage, prop types, and guidelines for contributing to the project.

## Usage

To use SAGE in your project, simply install the package from npm:

```bash
npm install @gabrielrabreu/sage-react
```

Then, import the desired components into your project and start using them:

```
import { Button, InputText, ToggleSwitch } from '@gabrielrabreu/sage-react';

function App() {
return (


Click me



);
}
```

## Feedback
Your feedback is important to me. Please feel free to submit a GitHub issue or pull request with your questions, suggestions, or comments.

## License

This project is licensed under the [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

## Stay Connected

Follow the project to stay updated with new additions and enhancements. Happy coding!