Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reciperium/react-recipe
React components for recipes
https://github.com/reciperium/react-recipe
react recipe-lang reciperium storybook
Last synced: 3 months ago
JSON representation
React components for recipes
- Host: GitHub
- URL: https://github.com/reciperium/react-recipe
- Owner: reciperium
- License: mit
- Created: 2024-08-12T07:17:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T11:24:42.000Z (4 months ago)
- Last Synced: 2024-10-31T06:51:37.044Z (3 months ago)
- Topics: react, recipe-lang, reciperium, storybook
- Language: TypeScript
- Homepage: https://reciperium.github.io/react-recipe
- Size: 6.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Recipe
> Components for [recipe-lang](https://github.com/reciperium/recipe-lang)
[![NPM Version](https://img.shields.io/npm/v/%40reciperium%2Freact-recipe?style=flat-square)](https://www.npmjs.com/package/@reciperium/react-recipe)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/reciperium/react-recipe/build.yaml?style=flat-square)- Documentation: https://reciperium.github.io/react-recipe
- Learn: https://learn.reciperium.com/
- Playground: https://play.reciperium.com/## Installation
```sh
npm add @reciperium/react-recipe
```## Contributing
### Dev server
```sh
just run
```### Building
```sh
just build
```### Building storybook
```sh
just build-storybook
```### Publish
```sh
npm publish
```