Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelescarabattoli/react-ribbons

A fancy collection of ribbons components for React
https://github.com/emanuelescarabattoli/react-ribbons

components javascript package react reactjs ribbon

Last synced: 10 days ago
JSON representation

A fancy collection of ribbons components for React

Awesome Lists containing this project

README

        



extension logo


React Ribbons


A React library with a lot of fancy and easy-to-use ribbon components




NPM version


NPM downloads


Documentation


## Installation

To install the package you can use NPM or Yarn and run the following command:

```
// Enter project folder
cd package

// NPM setup
npm install react-ribbons

// Yarn setup
yarn add react-ribbons
```

## Example usage

```js
import { RibbonContainer, Right } from "react-ribbons";

const MyComponent = () => (


Foo bar


Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.



);

export default MyComponent;
```