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
- Host: GitHub
- URL: https://github.com/prudencss/react-oop
- Owner: prudencss
- License: mit
- Created: 2020-04-19T18:50:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T14:15:50.000Z (almost 3 years ago)
- Last Synced: 2025-10-27T21:35:04.029Z (9 months ago)
- Topics: library, react, sass, scss, typescript, ui, ui-components
- Language: TypeScript
- Homepage:
- Size: 3.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @prudencss/react
> pruedencss react component implementation
[](https://www.npmjs.com/package/@prudencss/react) [](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)