Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumagu/custom-components
https://github.com/jumagu/custom-components
components npm package testing-tools
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jumagu/custom-components
- Owner: jumagu
- License: mit
- Created: 2024-06-03T21:53:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T22:24:17.000Z (7 months ago)
- Last Synced: 2024-11-19T11:29:48.871Z (about 1 month ago)
- Topics: components, npm, package, testing-tools
- Language: MDX
- Homepage: https://www.npmjs.com/package/jumagu-custom-components
- Size: 838 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Components
4 very simple custom components made to test Storybook, but uploaded here as a test package.
[Click me to see docs](https://jumagu.github.io/storybook-react-test/)
## Installing
### Package manager
Using npm:
```bash
$ npm install jumagu-custom-components
```Using bower:
```bash
$ bower install jumagu-custom-components
```Using yarn:
```bash
$ yarn add jumagu-custom-components
```Using pnpm:
```bash
$ pnpm add jumagu-custom-components
```