Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardojrmcom/fury
React MUI themes
https://github.com/ricardojrmcom/fury
mui nivo react typescript
Last synced: about 2 months ago
JSON representation
React MUI themes
- Host: GitHub
- URL: https://github.com/ricardojrmcom/fury
- Owner: ricardojrmcom
- License: mit
- Created: 2021-12-14T03:51:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T21:51:03.000Z (over 2 years ago)
- Last Synced: 2024-11-14T12:24:48.414Z (about 2 months ago)
- Topics: mui, nivo, react, typescript
- Language: TypeScript
- Homepage:
- Size: 921 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔥 `@ricardojrmcom/fury`
React Web UI
![build](https://img.shields.io/github/workflow/status/ricardojrmcom/fury/Continuous%20Integration?style=for-the-badge)
![license](https://img.shields.io/github/license/ricardojrmcom/fury?style=for-the-badge)![author]()
![lang](https://img.shields.io/github/languages/top/ricardojrmcom/fury?style=for-the-badge)
![version](https://img.shields.io/npm/v/@ricardojrmcom/fury?style=for-the-badge)
---
### Install
```tsx
npm install @ricardojrmcom/furyyarn add @ricardojrmcom/fury
```
### Usage
```tsx
import { useFury, FuryProvider, FuryRecord } from '@ricardojrmcom/fury';// provider
const exampleFury: FuryRecord = {
fury1: {
typography: {
h1: {
fontSize: '100px',
color: 'red',
},
},
},
fury2: {
typography: {
h1: {
fontSize: '75px',
color: 'green',
},
},
},
};{...}
// hook
const { furyActive, furyActiveId, furySetById } = useFury();
```
### Scripts
```tsx
// install deps
yarn install// run lint
yarn lint// run unit tests
yarn test// run storybook
yarn sb
```
### Project
- [Project Page](https://l1b3r.notion.site/fury-5acb71cd3a0446a0a520bfa4cf853081)
- [Source Code](https://github.com/ricardojrmcom/fury)
- [Releases Page](https://github.com/ricardojrmcom/fury/releases)
### Project Dependencies
- TS Package Boilerplate: [🟪 @ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)
- React Module Boilerplate: [🟣 @ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)
### Dev Dependencies
- `Yarn`
- `Typescript`
- `React`
- `Material-UI`
- `Prettier`
- `ESLint`
- `Commit Lint`
- `Lint Staged`
- `Husky`
- `Jest`
- `Semantic Release`
---
### License
[MIT](https://github.com/ricardojrmcom/fury/blob/main/LICENSE) © Ricardo Mota ([@ricardojrmcom](https://github.com/ricardojrmcom))
Bootstrapped with 🟣[@ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)