Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/fury

yarn 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)