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

https://github.com/prudencss/react-oop

React Component Library utilizing prudencss sass framework
https://github.com/prudencss/react-oop

library react sass scss typescript ui ui-components

Last synced: 3 months ago
JSON representation

React Component Library utilizing prudencss sass framework

Awesome Lists containing this project

README

          

# @prudencss/react

> pruedencss react component implementation

[![NPM](https://img.shields.io/npm/v/@prudencss/react.svg)](https://www.npmjs.com/package/@prudencss/react) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @prudencss/react
```

## Usage

```tsx
import * as React from 'react'

import MyComponent from '@prudencss/react'

class Example extends React.Component {
render () {
return (

)
}
}
```

## License

MIT © [joehannes](https://github.com/joehannes)